Closed
Bug 577654
Opened 14 years ago
Closed 14 years ago
Table border attribute with value "0px" renders border
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 539880
People
(Reporter: andrejohn.mas, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(2 files, 2 obsolete files)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:2.0b1) Gecko/20100630 Firefox/4.0b1
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:2.0b1) Gecko/20100630 Firefox/4.0b1
If you specify a table with the following:
<table border="0px">
<tr><td>A</td><td>B</td><td>B</td></tr>
<tr><td>D</td><td>E</td><td>F</td></tr>
</table>
the cell borders get rendered. While I realise the value specified should be 'border="0"', and so technically an error in the HTML, the way this is handled in Firefox 4b1 is different to previous Firefox versions and different to the other browsers. Other browsers (Opera, Safari, FF3.6.x) do not render the borders in this case.
Reproducible: Always
Reporter | ||
Comment 1•14 years ago
|
||
Attached a test case
Confirmed on Windows, works with 1.9.2
Status: UNCONFIRMED → NEW
Component: General → Layout
Ever confirmed: true
Keywords: regression,
testcase
OS: Mac OS X → All
Product: Firefox → Core
QA Contact: general → layout
Hardware: x86 → All
Summary: FF4b1: Table border attribute with value "0px" renders border → Table border attribute with value "0px" renders border
Version: unspecified → Trunk
Comment 3•14 years ago
|
||
Hmm. This is a regression from bug 43178.
Can anyone tell what the set of values is that should trigger no border, exactly? We may just need to add a new selector for this or something.
Blocks: 43178
blocking2.0: --- → ?
Attachment #456584 -
Attachment is obsolete: true
Sorry for the spam, got it now.
Attachment #456599 -
Attachment is obsolete: true
Updated•14 years ago
|
blocking2.0: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•