- From: <bugzilla@jessica.w3.org>
- Date: Mon, 29 Jul 2013 10:53:37 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22829
Bug ID: 22829
Summary: [Shadow]: clarify ::distributed (::content) syntax
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: tasak@google.com
QA Contact: public-webapps-bugzilla@w3.org
Blocks: 14978
Originate from crbug.com/253655
Replace the current ::distributed() with a paren-less version where
::distributed is followed by a scope-relative complex selector. e.g.
::distributed > div
(c.f. http://www.w3.org/2013/06/21-webapps-minutes.html#action01)
I would like to confirm the followings:
(1) we can write "::distributed > div" when we are using "::distributed(>
div)".
(2) we can still use "::distributed(> div)".
(3) we don't modify other parts of ::distributed. we can still use
"::distributed(div)", "::distributed(.myclass)" and so on.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 29 July 2013 10:53:39 UTC