Closed
Bug 87927
Opened 24 years ago
Closed 24 years ago
ALT Tags for Images in XUL Iframes don't show
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mikeypotter, Assigned: trudelle)
Details
Attachments
(2 files)
The ALT tags for images in the source of a XUL IFRAME do not show up at all.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
Sorry, long day...
More info for you:
Linux build #2001061721.
See test files for implementation.
Comment 4•24 years ago
|
||
Well, ALT tags for IMG in HTML don't show a tooltip either, but that is by
design, methinks. In the HTML 4 spec, the ALT attribute is for use when the
image cannot be displayed. The TITLE attribute is for "advisory information
about the element" which user agents may "display ... as a 'tool tip'".
(Correct, Ian?)
http://www.w3.org/TR/html401/struct/global.html#adef-title
http://www.w3.org/TR/html401/struct/objects.html#adef-alt
You example works if I set 'TITLE="foo bar baz"', in which case the HTML
contents fo the XUL iframe will show a tooltip.
Marking 'not a bug' a.k.a INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•