Closed Bug 4189 Opened 25 years ago Closed 25 years ago

Image isn't displayed

Categories

(Core :: DOM: HTML Parser, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: ma, Assigned: rickg)

References

()

Details

Running NT4.0SP4, 96Mb RAM, PII233MHz.

The frame of images is not rendered correctly - some sort of transparency
problem.  It also fails to load the default right hand frame and image.
However, clicking on the links is fine.
Assignee: troy → rickg
Component: Layout → Parser
Summary: Incorrect rendering of transparent images. → Image isn't displayed
I don't see the problem you describe with the images not displayed correctly. If
you still see the problem, then submit a new bug report and be specific about
what video depth (e.g., 256 colors, 16K colors, ...) you're running

As for the problem with the right hand frame image not being displayed, it's
because the HTML has a comment that's not closed. It's bad HTML, but we should
probably display it for backwards compatibility reasons

Assigning to Rickg
Rick, here's a small sample that demonstrates the problem:

<HEAD>
 <TITLE>YAMAHA XG Factory main page</TITLE>
<META name="description" content="Yamaha XG Factory">
<META name="keywords" content="Yamaha SW1000XG XG Factory Soundcard">
</HEAD>

<BODY bgcolor="#000000" TEXT="#FFFFFF" LINK="#FFCC00" VLINK="#FFCC00">

<FONT FACE="ARIAL,HELVETICA" SIZE=2>


<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>

<!--
<TR>
<TD align=center><IMG SRC="images/card.jpg" vspace=10 WIDTH=400 HEIGHT=318
ALT="Photo of SW1000XG Card"></TD>
</TR>
</TABLE>

</BODY>
</HTML>
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Nope. Since we try to be as incremental as possible, and this IS bad html, I
believe the right thing to do is treat the remainder of the document as bad.
This falls into the category of behaviors that if propagated who lead to a
worsening of the documents on the web.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.