diff options
Diffstat (limited to 'components/script/dom/htmlbodyelement.rs')
-rw-r--r-- | components/script/dom/htmlbodyelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlbodyelement.rs b/components/script/dom/htmlbodyelement.rs index 843ce1b35cb..c3ac339e33c 100644 --- a/components/script/dom/htmlbodyelement.rs +++ b/components/script/dom/htmlbodyelement.rs @@ -48,7 +48,7 @@ impl HTMLBodyElement { HTMLBodyElementBinding::Wrap) } - /// https://drafts.csswg.org/cssom-view/#the-html-body-element + /// <https://drafts.csswg.org/cssom-view/#the-html-body-element> pub fn is_the_html_body_element(&self) -> bool { let self_node = self.upcast::<Node>(); let root_elem = self.upcast::<Element>().root_element(); |