Closed
Bug 2412
Opened 26 years ago
Closed 26 years ago
Attribute value not correctly parsed
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
The following example has a blue border shown around the image (due to space
before border attribute value, while neither IE or Communicator do:
<html>
<body>
<a HREF="http://www.fed.gov.au/n_index2.htm">
<img SRC="http://www.fed.gov.au/images/parl_leg.gif" BORDER=" 0" WIDTH="198"
HEIGHT="19">
</a>
</body>
</html>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•