[Webkit-unassigned] [Bug 96986] [meta] Content reprojection for Shadow DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 00:39:23 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96986





--- Comment #1 from Shinya Kawanaka <shinyak at chromium.org>  2012-09-18 00:39:53 PST ---
In this series, we will make the following things available.

<host> ---- SR
  |                   |
  |- DIV (A)     |-DIV ---------------SR
  |- DIV (B)          |-<shadow> (D)        |-<content select="DIV"> (E)
                          |-DIV (C)

DIV (A) and DIV (B) are distributed to <shadow> (D) in the current spec.
In the coming spec, we will make it available to distribute (A) and (B) to (E) again. (This is called reprojection or redistribution)

This will improve the component-ability of elements much.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list