Bug 56973

Summary: Implement DOM children forwarding down the shadow subtree
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: annacc, cmarcelo, dominicc, eric.carlson, luiz, morrita, rolandsteiner
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 58914, 59055, 59117, 59157, 61111, 76261    
Bug Blocks: 59802    

Dimitri Glazkov (Google)
Reported 2011-03-23 16:22:48 PDT
Attachments
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.