diff options
Diffstat (limited to 'components/script/dom/htmlbuttonelement.rs')
-rw-r--r-- | components/script/dom/htmlbuttonelement.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/htmlbuttonelement.rs b/components/script/dom/htmlbuttonelement.rs index 8406fa2f895..3968ec5918e 100644 --- a/components/script/dom/htmlbuttonelement.rs +++ b/components/script/dom/htmlbuttonelement.rs @@ -76,10 +76,10 @@ impl HTMLButtonElementMethods for HTMLButtonElement { ValidityState::new(window.r()) } - // https://www.whatwg.org/html/#dom-fe-disabled + // https://html.spec.whatwg.org/multipage#dom-fe-disabled make_bool_getter!(Disabled); - // https://www.whatwg.org/html/#dom-fe-disabled + // https://html.spec.whatwg.org/multipage#dom-fe-disabled make_bool_setter!(SetDisabled, "disabled"); // https://html.spec.whatwg.org/multipage#dom-fae-form |