Bug 77595 - Ensures an element having multiple shadow root is rendered correctly.
Summary: Ensures an element having multiple shadow root is rendered correctly.
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:
Keywords:
Depends on: 77503
Blocks: 77499
  Show dependency treegraph
 
Reported: 2012-02-01 20:03 PST by Shinya Kawanaka
Modified: 2012-05-28 23:55 PDT (History)
6 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-02-01 20:03:16 PST
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.
Comment 1 Hajime Morrita 2012-05-28 23:55:12 PDT
The description is not clear. We have fuzzers. We've written many tests. 
Let's reopen when we get some clearer idea about this.