- From: <bugzilla@jessica.w3.org>
- Date: Mon, 14 May 2012 22:09:32 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17052
Summary: [Shadow]: Make styles scoped to shadow DOM subtrees by
default
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
AssignedTo: dglazkov@chromium.org
ReportedBy: dglazkov@chromium.org
QAContact: public-webapps-bugzilla@w3.org
Blocks: 17050
"The effect of this algorithm is that any unscoped styles, declared in a shadow
DOM subtrees, are applied neither to document nor the subtree in which they are
declared."
This is proven to be confusing and weird. Instead, we should change to:
1) <style> elements are not ignored, but instead are automatically scoped to
the shadow DOM subtree
2) <style scoped> elements work just as spec'd for a document tree, instead of
having a special behavior in relation to shadow DOM subtree
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 14 May 2012 22:09:35 UTC