[Webkit-unassigned] [Bug 60155] REGRESSION (r65868): createContextualFragment does not work with <style>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 11:50:09 PDT 2011


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





--- Comment #5 from Eric Seidel <eric at webkit.org>  2011-05-04 11:50:09 PST ---
I suspect we're moving the style node to the head of the fragment documetn during parsing and then only returning the body contents (per the spec).  I'd have to confirm.  It's possible we're supposd to disable that move-to-head behavior during fragment parse.

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