[Webkit-unassigned] [Bug 99552] The order of resolving distribution is wrong
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 22 21:12:31 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=99552
Shinya Kawanaka <shinyak at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Fix the order of |The order of resolving
|distribution for content |distribution is wrong
|reprojection. |
--- Comment #3 from Shinya Kawanaka <shinyak at chromium.org> 2012-10-22 21:13:34 PST ---
According to the current spec (W3C Editor's Draft 23 October 2012), we have to resolve <content> first.
4. Repeat while TREE exists:
1. Let POINT be the first encountered active shadow insertion point in TREE, in tree order
2. Run the distribution algorithm, supplying POOL and TREE as input
3. If POINT exists:
....
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html
We're resolving both <shadow> and <content> in tree order.
--
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