- From: <bugzilla@jessica.w3.org>
- Date: Tue, 16 Feb 2016 10:27:59 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29471 Bug ID: 29471 Summary: Remove API for alternative stylesheets (document.styleSheetSets etc) Product: CSS Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: CSSOM Assignee: simonp@opera.com Reporter: simonp@opera.com QA Contact: public-css-bugzilla@w3.org Target Milestone: --- https://drafts.csswg.org/cssom/#extensions-to-the-document-interface [[ attribute DOMString? selectedStyleSheetSet; readonly attribute DOMString? lastStyleSheetSet; readonly attribute DOMString? preferredStyleSheetSet; readonly attribute FrozenArray<DOMString> styleSheetSets; void enableStyleSheetsForSet(DOMString? name); ]] These are supported only in Gecko. It appears there is no interest or plans from other vendors to implement (I can't find any bug asking to implement these methods for Chromium or WebKit or Edge). Also see https://lists.w3.org/Archives/Public/public-webapps/2016JanMar/0011.html https://lists.w3.org/Archives/Public/www-style/2013Aug/0640.html (WebKit and Blink still have non-standard document.selectedStylesheetSet; if other vendors implement that it can be added to the spec.) -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 16 February 2016 10:28:01 UTC