diff options
Diffstat (limited to 'components/layout/wrapper.rs')
-rw-r--r-- | components/layout/wrapper.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/wrapper.rs b/components/layout/wrapper.rs index 324ac12148f..e528553bbc2 100644 --- a/components/layout/wrapper.rs +++ b/components/layout/wrapper.rs @@ -560,8 +560,7 @@ impl<'le> TElement<'le> for LayoutElement<'le> { // FIXME: This is HTML only. let node: &Node = NodeCast::from_actual(self.element); match node.type_id_for_layout() { - // https://www.whatwg.org/specs/web-apps/current-work/multipage/selectors.html# - // selector-link + // https://html.spec.whatwg.org/multipage/#selector-link NodeTypeId::Element(ElementTypeId::HTMLElement(HTMLElementTypeId::HTMLAnchorElement)) | NodeTypeId::Element(ElementTypeId::HTMLElement(HTMLElementTypeId::HTMLAreaElement)) | NodeTypeId::Element(ElementTypeId::HTMLElement(HTMLElementTypeId::HTMLLinkElement)) => { |