[Webkit-unassigned] [Bug 23278] Implement document.createStyleSheet()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 10 10:59:55 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=23278
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |zlip.792 at gmail.com
Resolution|--- |WONTFIX
--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
I think this is replaced by CSSStyleSheet:
https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet
It was IE specific and it was removed in IE11:
https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg182625(v=vs.85)?redirectedfrom=MSDN
Further, I took a sample from Internet and changed it into JSFiddle:
https://jsfiddle.net/qoLf5yme/
All browsers (Chrome Canary 106, Firefox Nightly 105 and Safari 15.6) show "document.createStyleSheet is not a function". I am going to mark this as "RESOLVED WONTFIX". Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220810/cb0c6b5f/attachment.htm>
More information about the webkit-unassigned
mailing list