[Webkit-unassigned] [Bug 12025] WebArchive fails to save background images in <tr> tags
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 3 15:00:44 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=12025
------- Comment #4 from beidson at apple.com 2008-04-03 15:00 PDT -------
A few further points of discussion:
-The background attribute isn't officially supported for anything but <body>, I
think, so its weird and nonstandard that we support it for any table parts
-The background attribute for HTMLTablePart is fed directly into inline style
information and handled in a very CSSey fashion.
-Therefore, while we could support archiving the resource pointed to by the
background attribute for table parts specifically, there's a broader-reaching
problem of archiving resources referred to by all inline style.
Not saying I don't plan to fix this specific bug, but... the more accurate we
get with esoteric subresources (like background images of <tr>s), the more
apparent it is that we're ignoring a large class of subresources
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list