Bug 93325 - <shadow> does not get any children correctly in <button>
Summary: <shadow> does not get any children correctly in <button>
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/ANr5t/1/
Keywords:
Depends on:
Blocks: 82313
  Show dependency treegraph
 
Reported: 2012-08-06 19:27 PDT by Shinya Kawanaka
Modified: 2012-08-07 23:02 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2012-08-06 19:27:34 PDT
though <content> does work surprisingly...

http://jsfiddle.net/ANr5t/1/
Comment 1 Shinya Kawanaka 2012-08-06 20:36:17 PDT
Ah, <button> has a ShadowRoot now...!? I didn't know that.
Comment 2 Shinya Kawanaka 2012-08-06 20:37:25 PDT
Ah, UserAgentShadowRoot is added just before having AuthorShadowRoot...
Comment 3 Shinya Kawanaka 2012-08-07 23:02:37 PDT
Let's make this INVALID, since this should be fixed if AuthorShadowDOM for button is resolved.