WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
56973
Implement DOM children forwarding down the shadow subtree
https://bugs.webkit.org/show_bug.cgi?id=56973
Summary
Implement DOM children forwarding down the shadow subtree
Dimitri Glazkov (Google)
Reported
2011-03-23 16:22:48 PDT
http://dev.w3.org/2006/xbl2/#the-content-element
Attachments
Add attachment
proposed patch, testcase, etc.
Dominic Cooney
Comment 1
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?
Dominic Cooney
Comment 2
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 *
Roland Steiner
Comment 3
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.
Hajime Morrita
Comment 4
2012-02-14 00:55:36 PST
Closing: We finally have <content> behind the flag.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug