mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add spec links
This commit is contained in:
parent
f039827dcd
commit
233a769c67
61 changed files with 284 additions and 87 deletions
|
@ -85,6 +85,7 @@ pub fn is_image_data(uri: &str) -> bool {
|
|||
}
|
||||
|
||||
impl<'a> HTMLObjectElementMethods for &'a HTMLObjectElement {
|
||||
// https://html.spec.whatwg.org/multipage/#dom-cva-validity
|
||||
fn Validity(self) -> Root<ValidityState> {
|
||||
let window = window_from_node(self);
|
||||
ValidityState::new(window.r())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue