[Bug 17590] [Shadow]: Specifying styling of host, light nodes with @host, /select/

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

--- Comment #4 from Dominic Cooney <dominicc@chromium.org> 2012-07-03 04:31:54 UTC ---
(In reply to comment #3)
> I would like to ask how to find matched scoped styles which contain @host
> rules.

Per comment #1 it sounds like @host ignores the scoped attribute ("@host only
affects the shadow host, regardless of the value") so in your example the
host's color property would be blue. The color would not depend on the scope.

It might be useful to specify the order of stylesheets in Shadow DOM for the
purpose of the cascade. Presumably stylesheets in younger shadow roots override
stylesheets in older shadow roots.

-- 
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 Tuesday, 3 July 2012 04:31:56 UTC