Closed
Bug 74420
Opened 24 years ago
Closed 24 years ago
Web browser persist ignores background attribute on body tag
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: adamlock, Assigned: adamlock)
Details
Web browser persist is ignoring the "background" tag on the BODY attribute. It
should fix this up and save the associated image.
you mean "background" attribute on a BODY tag :)
It should save all background images -- Not only from the body tag, but
tables/rows/cells could each (potentially) have background attributes.
And what about other attributes that resolve to links?? Such as sound files,
flash files, whatever?
Yes, sorry I mean background attribute on body tag.
Table tags have no such attribute so I don't intend to fix them if they do. It's
possible to specify background images in CSS but the code doesn't touch CSS at
all yet, just the HTML.
All other linked files with the possible exception of datasources
for EMBED/OBJECT tags are already saved.
Changing summary, marking fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Summary: Web browser persist ignores some attributes that should be fixed up → Web browser persist ignores background attribute on body tag
Comment 6•24 years ago
|
||
Correction: Changing QA contact for the Embed API bugs to David Epstein.
Comment 7•24 years ago
|
||
changed QA contact to dsirnapalli. He's looking at this interface.
QA Contact: depstein → dsirnapalli
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•