Closed
Bug 203545
Opened 22 years ago
Closed 22 years ago
Stetic problem.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: raulpomon, Assigned: asa)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030426 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030426 Mozilla Firebird/0.6
When we use A tag for link an element, a table in this case with images without
border property, all images into A tag have border=1 by default.
Reproducible: Always
Steps to Reproduce:
For example, we have:
<a href="page.htm">
<table>
<tr>
<td><img src="image.jpg"></td>
</tr>
</table>
</a>
The image in this case will have border=1 by default, but Internet Explorer
gives border=0 by default.
Actual Results:
The URL demostrates the problem. We can see images with rare white squares around...
Expected Results:
Mozilla should use in this case border=0 by default for images into a table when
we have a table into a link.
Comment 1•22 years ago
|
||
http://www.w3.org/TR/html4/struct/objects.html#h-13.7.3
"Border [...] Deprecated. [...] The default value for this attribute depends on
the user agent."
Did you try changing the behaviour with CSS?
Comment 2•22 years ago
|
||
INVALID as per comment #1.
This is no bug, because this behaviour is in accordance with the w3c standards.
If you, however, want to change the default behaviour, please reopen as an RFE.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•