Bug 285157
| Summary: | Remove document.implementation.createCSSStyleSheet() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | DOM | Assignee: | Karl Dubost <karlcow> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=171825 | ||
Karl Dubost
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/142045904>
Karl Dubost
Pull request: https://github.com/WebKit/WebKit/pull/38377