[Webkit-unassigned] [Bug 13522] Saving a webarchive with a <script><noscript> will render images in both when opened again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 10:42:24 PDT 2012


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





--- Comment #7 from Brady Eidson <beidson at apple.com>  2012-05-17 10:41:28 PST ---
(In reply to comment #6)
> This sounds much like bug 80170.
> 
> Related Radar issues for Apple engineers: <rdar://problem/10972577>, <rdar://problem/10758026>.
> 
> > The entification of the contents of <noscript> seems wrong
> 
> I had a brief look at this a while ago. WebKit doesn't match HTML5, but the spec also seemed wrong in some respects. Anyway, we think that WebArchives are a special case, as they don't have to follow HTML serialization rules.

In deed.

I even have a patch locally that simply and effectively does the right entification of noscript elements when serializing to a WebArchive, but that resulted in more of our favorite "double content when loading the archive" bug, which is why we went with stripping out noscripts altogether.

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