mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add spec links
This commit is contained in:
parent
f039827dcd
commit
233a769c67
61 changed files with 284 additions and 87 deletions
|
@ -47,6 +47,7 @@ impl HTMLOutputElement {
|
|||
}
|
||||
|
||||
impl<'a> HTMLOutputElementMethods for &'a HTMLOutputElement {
|
||||
// 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