[Bug 16317] [Shadow]: Clarify the meaning of /select/ and upper boundary encapsulation, styling

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16317

--- Comment #3 from Dimitri Glazkov <dglazkov@chromium.org> 2012-03-15 21:57:13 UTC ---
Step 1: Reworked the rule applicability algorithm to use "applicable in tree",
rather than "applicable to node". This allows us to separate the notion of
"applicable" and "matching".

For example, ".some-insertion-point /select/ div.special" is _applicable_ in a
shadow DOM subtree, even though it _matches_ nodes outside of the shadow DOM
tree.

http://dvcs.w3.org/hg/webcomponents/rev/8d191f75a97d

-- 
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 Thursday, 15 March 2012 21:57:16 UTC