- From: <bugzilla@jessica.w3.org>
- Date: Thu, 20 Nov 2014 03:46:05 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27375
Bug ID: 27375
Summary: [Shadow]: Define whether <style>s in shadow trees are
loaded
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: cam@mcc.id.au
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-webapps@w3.org
Created attachment 1551
--> https://www.w3.org/Bugs/Public/attachment.cgi?id=1551&action=edit
test
Consider the attached test. In Chrome, this displays:
null
[object CSSStyleSheet]
null
while in Firefox currently it displays:
[object CSSStyleSheet]
[object CSSStyleSheet]
[object CSSStyleSheet]
The issue is whether the <style> element in the shadow tree should be loaded if
it is in a shadow tree but not in the final flattened view of the document.
Chrome's behaviour here probably makes sense, but it should be specified
somewhere.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 20 November 2014 03:46:07 UTC