diff options
Diffstat (limited to 'components/script/dom/htmlbodyelement.rs')
-rw-r--r-- | components/script/dom/htmlbodyelement.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/htmlbodyelement.rs b/components/script/dom/htmlbodyelement.rs index 6dc5bcdcd83..b2a69422d75 100644 --- a/components/script/dom/htmlbodyelement.rs +++ b/components/script/dom/htmlbodyelement.rs @@ -68,10 +68,10 @@ impl HTMLBodyElement { } impl HTMLBodyElementMethods for HTMLBodyElement { - // https://html.spec.whatwg.org/multipage#dom-body-bgcolor + // https://html.spec.whatwg.org/multipage/#dom-body-bgcolor make_getter!(BgColor, "bgcolor"); - // https://html.spec.whatwg.org/multipage#dom-body-bgcolor + // https://html.spec.whatwg.org/multipage/#dom-body-bgcolor make_setter!(SetBgColor, "bgcolor"); // https://html.spec.whatwg.org/multipage/#dom-body-text |