Closed
Bug 44205
Opened 25 years ago
Closed 25 years ago
M16 shows image-alt-text
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: whistler, Assigned: clayton)
References
()
Details
if many keywords, in a meta information, m16 shows them in the browser
Reporter | ||
Comment 1•25 years ago
|
||
I was wrong - it isn't the meta, it is in the alt-element... the description is
VERY long, mozilla shows it..
Summary: M16 shows meta-infos → M16 shows image-alt-text
Yep, it looks like there's some sort of overflow if the ALT string is too long.
The strange thing is, when open the page in IE and do a Save As..., the
resulting page opens fine in Mozilla. If I do a View Source, and save from
that, then the page shows the ALT tags that it's not supposed to.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows NT → All
Triaging clayton's list:
------------------------------
Mozilla just displays ALT-content when SRC url is invalid ( nothing wrong about
that ) instead of a borken image.
Here is the reduced case:
<html>
<body text=yellow bgcolor=black>
<img SRC="http://www.tolkiens-welt.purespace.de/fake.gif" ALT="Tolkien herr der
angus" BORDER=0 height=40 width=40>Some text
</body>
</html>
Btw, why would somebody have such a long string in the ATL content. Just curious
:)
*** This bug has been marked as a duplicate of 41924 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Verified dupe of later bug 41924: "Change how layout handles broken images (alt
text)"
Status: RESOLVED → VERIFIED
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•