diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-10-10 11:55:09 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-10-10 11:55:09 -0400 |
commit | 85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33 (patch) | |
tree | 897db3185c292d272aa7794581d8e5a901b13df9 /components/script/dom/htmlbuttonelement.rs | |
parent | 9cccd98254191b1663dcaee9010eee63fa8074a3 (diff) | |
download | servo-85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33.tar.gz servo-85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33.zip |
Replace usage of old-style WHATWG spec links
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 |