This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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.
(In reply to comment #0) There is no "::distributed" anymore. It's been renamed to content. Duping the bug and will expand on your question there. *** This bug has been marked as a duplicate of bug 22460 ***