[Bug 23467] [Shadow]: clarify ^ and ^^ combinator

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

--- Comment #5 from Takashi Sakamoto <tasak@google.com> ---
I would like to confirm one thing.

Suppose that we have the following tree:

div[id=host]
    #shadow-root
        style
            div ^ div{ border: 1px solid green; }
        div[id=A]


The div ^ div should match div[id=A]?

i.e. the left "div" of the style in a shadow tree can match div[id=host]?

I think, the left "div" should not match div[id=host].

So div[id=A] doesn't have green border.

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

Received on Friday, 25 October 2013 10:39:43 UTC