[Bug 22461] [Shadow]: Change custom pseudo elements to match via ::part(<part name>)

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

Takashi Sakamoto <tasak@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tasak@google.com

--- Comment #1 from Takashi Sakamoto <tasak@google.com> ---
I would like to confirm nested shadow roots case.

Suppose that we have the following:

<style>
div::part(header) { ... }
</style>

<div>
SR
    <header part="header"></header>
    <div>
    SR
        <header part="header"></header>


So the selector div::part(header) should match all the above <header>s?

Or the selector should match only the first <header>?

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

Received on Thursday, 27 June 2013 06:07:32 UTC