diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLStyleElement.h')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/HTMLStyleElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLStyleElement.h b/Userland/Libraries/LibWeb/HTML/HTMLStyleElement.h index a96393093d..27ef45762e 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLStyleElement.h +++ b/Userland/Libraries/LibWeb/HTML/HTMLStyleElement.h @@ -26,7 +26,7 @@ public: RefPtr<CSS::CSSStyleSheet> sheet() const; private: - // https://drafts.csswg.org/cssom/#associated-css-style-sheet + // https://www.w3.org/TR/cssom/#associated-css-style-sheet RefPtr<CSS::CSSStyleSheet> m_associated_css_style_sheet; }; |