[Bug 19684] [Shadow]: shadow reference combinator should be css function.

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

Shinya Kawanaka <shinyak@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shinyak@chromium.org

--- Comment #3 from Shinya Kawanaka <shinyak@chromium.org> ---
I agree with Sakamoto-san. I'm afraid that ShadowDOM's spec conflicts the
Selectors spec.

Let me add another example. In the following example, 'content /select/ div'
will match div#div according to Selector Level 4 spec. It seems this conflicts
the current Shadow DOM spec.

Correct me if I'm wrong. I'm not 100% sure...

<style>
content /select/ div {
    color red;
}
</style>
<content select="div"></content>
<div id="div">This is red according to Selector Level 4</div>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 24 October 2012 05:10:21 UTC