This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22829 - [Shadow]: clarify ::distributed (::content) syntax
Summary: [Shadow]: clarify ::distributed (::content) syntax
Status: RESOLVED DUPLICATE of bug 22460
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14978
  Show dependency treegraph
 
Reported: 2013-07-29 10:53 UTC by Takashi Sakamoto
Modified: 2013-07-29 18:59 UTC (History)
1 user (show)

See Also:


Attachments

Description Takashi Sakamoto 2013-07-29 10:53:37 UTC
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.
Comment 1 Dimitri Glazkov 2013-07-29 18:59:08 UTC
(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 ***