[Webkit-unassigned] [Bug 103539] seamless iframes don't inherit styles when srcdoc is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 31 03:22:07 PST 2012


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


Mike West <mkwst at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |mkwst at chromium.org
                   |kit.org                     |
                 CC|                            |ojan at chromium.org




--- Comment #2 from Mike West <mkwst at chromium.org>  2012-12-31 03:24:10 PST ---
I'm working my way through this, though slowly, as I Have No Idea What I'm Doing™ in rendering code.

I think that simple srcdoc documents aren't triggering a recalcStyle that's necessary to get the rendering right: `srcdoc="<p>Text.</p>"` doesn't inherit style, whereas `srcdoc="<style></style><p>Text.</p>"` does. See http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2052 for a demonstration.

I'll keep printf-debugging my way through the code until I hit something interesting, but if you have a suggestion right off the top of your head as to what might be going on, I'd appreciate 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