- From: <bugzilla@jessica.w3.org>
- Date: Thu, 27 Jun 2013 06:07:31 +0000
- To: public-webapps-bugzilla@w3.org
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