Bug 77595
Summary: | Ensures an element having multiple shadow root is rendered correctly. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dglazkov, dominicc, hayato, morrita, rolandsteiner, shinyak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 77503 | ||
Bug Blocks: | 77499 |
Shinya Kawanaka
In Bug 77503, an element becomes able to have multiple shadow root.
Next step is to ensure they are rendered correctly.
We should confirm:
(1) The youngest shadow root is rendered correctly.
(2) <content> element is rendered correctly.
Currently we don't have <shadow> element. Supporting <shadow> element will be another step.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hajime Morrita
The description is not clear. We have fuzzers. We've written many tests.
Let's reopen when we get some clearer idea about this.