[Webkit-unassigned] [Bug 23113] Layer content inside HTML in SVG foreignObject renders in the wrong place

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 11:07:55 PST 2012


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





--- Comment #17 from Florin Malita <fmalita at google.com>  2012-02-15 11:07:55 PST ---
There is also a stacking problem: SVG specifies that elements are rendered in implicit order (elements should be "covering" their same-fragment predecessors). To preserve these semantics, we'll probably have to group FO sibling elements into additional synthetic layers to be composited in implicit order - pre-FO layer, FO layer, post-FO layer. Otherwise regular elements following a FO will be covered by it.

-- 
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