- From: <bugzilla@jessica.w3.org>
- Date: Mon, 12 Mar 2012 01:16:26 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16318
Summary: [Shadow]: Clarify whether apply-author-styles leaks
rules across shadow DOM trees
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
AssignedTo: dglazkov@chromium.org
ReportedBy: dominicc@chromium.org
QAContact: public-webapps-bugzilla@w3.org
Blocks: 14978
The algorithm at the start of section 7 "is used to determine whether any given
rule is applicable to any DOM node".
Emphasis on *any*.
Per step 2.3.1, If RULE is an author style, in the case TREE is a shadow DOM
subtree, if TREE has the apply-author-styles flag is set for TREE, RULE is
applicable to NODE.
Does this mean that apply-author-styles should bleed styles from one unrelated,
sibling shadow tree to another? This is probably not what is intended and
should be clarified.
I think this needs to be more specific. In the case of nested (not stacked)
shadow trees, when the outer shadow tree contains <style scoped> and the inner
shadow tree has apply-author-styles, do the styles from the outer shadow tree
apply to the inner one? Or does apply-author-styles reach into the document?
Does it always reach into the document (ie does whether the outer shadow tree
have apply-author-styles have any effect on the inner shadow tree?)
--
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, 12 March 2012 01:16:29 UTC