NEW285157
Remove document.implementation.createCSSStyleSheet()
https://bugs.webkit.org/show_bug.cgi?id=285157
Summary Remove document.implementation.createCSSStyleSheet()
Karl Dubost
Reported 2024-12-25 18:51:01 PST
The code has never been implemented in Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=63850 This was part of DOM Level 2 https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-DOMImplementationCSS Safari, Firefox and Chrome returns undefined document.implementation.createCSSStyleSheet Should it be removed entirely? https://searchfox.org/wubkat/search?q=createCSSStyleSheet&redirect=false
Attachments
Radar WebKit Bug Importer
Comment 1 2024-12-25 19:29:44 PST
Karl Dubost
Comment 2 2024-12-25 19:37:02 PST
Note You need to log in before you can comment on or make changes to this bug.