Bug 56973 - Implement DOM children forwarding down the shadow subtree
Summary: Implement DOM children forwarding down the shadow subtree
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 58914 59055 59117 59157 61111 76261
Blocks: 59802
  Show dependency treegraph
 
Reported: 2011-03-23 16:22 PDT by Dimitri Glazkov (Google)
Modified: 2012-02-14 00:55 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2011-03-23 16:22:48 PDT
http://dev.w3.org/2006/xbl2/#the-content-element
Comment 1 Dominic Cooney 2011-11-20 18:22:30 PST
Assigning this to dglazkov because we need an answer about the select attribute—is it a simple selector?
Comment 2 Dominic Cooney 2011-11-20 20:49:34 PST
First cut: The selector language is:

tag-name? ("." class-name)? ("#" id)?

- Same whitespace rules as CSS
- Same matching rules as the CSS selector with the same text
- Except empty string, which matches *
Comment 3 Roland Steiner 2011-11-20 22:01:55 PST
My suggestion would be a comma-separated list of compound selectors (http://www.w3.org/TR/2011/WD-selectors4-20110929/#structure), with certain exceptions (see http://dglazkov.github.com/component-model/Draft/content.html).

A space-separated list might be more HTMLy than a comma-separated list, but may be easily confused with spaces as CSS descendant combinators.
Comment 4 Hajime Morrita 2012-02-14 00:55:36 PST
Closing: We finally have <content> behind the flag.