diff options
Diffstat (limited to 'components/script/dom/htmloptgroupelement.rs')
-rw-r--r-- | components/script/dom/htmloptgroupelement.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/htmloptgroupelement.rs b/components/script/dom/htmloptgroupelement.rs index 6a139a03c34..e645e1cfc50 100644 --- a/components/script/dom/htmloptgroupelement.rs +++ b/components/script/dom/htmloptgroupelement.rs @@ -49,10 +49,10 @@ impl HTMLOptGroupElement { } impl HTMLOptGroupElementMethods for HTMLOptGroupElement { - // https://www.whatwg.org/html#dom-optgroup-disabled + // https://html.spec.whatwg.org/multipage/#dom-optgroup-disabled make_bool_getter!(Disabled); - // https://www.whatwg.org/html#dom-optgroup-disabled + // https://html.spec.whatwg.org/multipage/#dom-optgroup-disabled make_bool_setter!(SetDisabled, "disabled"); } |