Closed
Bug 27652
Opened 26 years ago
Closed 26 years ago
<table border> not showing border
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: karnaze, Assigned: karnaze)
Details
Something may have changed in the style system to cause <table border> not to
work any more. I'm not sure when it happened. I tried backing out Mark's changes
to v1.65 in nsHTMLTableElement.cpp and it didn't fix it. I have a fix locally.
There are many pages like this. Running the table regression tests when style
changes are made would catch errors like this.
<table border>
<tr>
<td>foo</td>
</tr>
</table>
Assignee | ||
Updated•26 years ago
|
Assignee | ||
Comment 1•26 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•