Bug 93325
| Summary: | <shadow> does not get any children correctly in <button> | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | dglazkov, dominicc, hayato, morrita, tasak |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jsfiddle.net/ANr5t/1/ | ||
| Bug Depends on: | |||
| Bug Blocks: | 82313 | ||
Shinya Kawanaka
though <content> does work surprisingly...
http://jsfiddle.net/ANr5t/1/
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
Ah, <button> has a ShadowRoot now...!? I didn't know that.
Shinya Kawanaka
Ah, UserAgentShadowRoot is added just before having AuthorShadowRoot...
Shinya Kawanaka
Let's make this INVALID, since this should be fixed if AuthorShadowDOM for button is resolved.