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 15301 - [Shadow]: HTMLContentElement select attribute
Summary: [Shadow]: HTMLContentElement select attribute
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14978
  Show dependency treegraph
 
Reported: 2011-12-21 19:33 UTC by Erik Arvidsson
Modified: 2011-12-21 20:23 UTC (History)
0 users

See Also:


Attachments

Description Erik Arvidsson 2011-12-21 19:33:50 UTC
"select, a set of space-separated tokens
defines the matching criteria for distributing child nodes of the host element. Each token must be a valid selector fragment. If any token is invalid, the entire value of the select attribute is considered invalid."

It seems like it would be more consistent to use a comma separated list since this looks like a css selector already.
Comment 1 Dimitri Glazkov 2011-12-21 20:23:35 UTC
(In reply to comment #0)
> "select, a set of space-separated tokens
> defines the matching criteria for distributing child nodes of the host element.
> Each token must be a valid selector fragment. If any token is invalid, the
> entire value of the select attribute is considered invalid."
> 
> It seems like it would be more consistent to use a comma separated list since
> this looks like a css selector already.

Sure. Both already have nice parsing specs :)

http://dvcs.w3.org/hg/webcomponents/rev/c574b84df492