Closed
Bug 106336
Opened 24 years ago
Closed 24 years ago
% cellspacing, cellpadding values should be treated as pixel values in quirks mode
Categories
(Core :: Layout: Tables, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: karnaze, Assigned: karnaze)
Details
(Keywords: testcase, Whiteboard: PATCH CANDIDATE_094)
Attachments
(2 files)
103 bytes,
text/html
|
Details | |
3.70 KB,
patch
|
alexsavulov
:
review+
attinasi
:
superreview+
|
Details | Diff | Splinter Review |
For compatibility reasons, % cellpadding, cellspacing values need to be treated
as pixel values.
<table>
<tr>
<td>foo</td>
<td>bar</td>
</tr
</table>
![]() |
Assignee | |
Comment 1•24 years ago
|
||
add cellspacing=40% cellpadding=20%
![]() |
Assignee | |
Comment 2•24 years ago
|
||
![]() |
Assignee | |
Comment 3•24 years ago
|
||
![]() |
Assignee | |
Updated•24 years ago
|
Priority: -- → P1
Whiteboard: PATCH
![]() |
||
Comment 4•24 years ago
|
||
Comment on attachment 54942 [details] [diff] [review]
patch to fix the bug
sr=attinasi
Attachment #54942 -
Flags: superreview+
![]() |
||
Comment 5•24 years ago
|
||
Comment on attachment 54942 [details] [diff] [review]
patch to fix the bug
r= alexsavulov
Attachment #54942 -
Flags: review+
![]() |
Assignee | |
Comment 6•24 years ago
|
||
The patch is in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 7•24 years ago
|
||
The patch turns % cellpadding values in standard mode into pixel values as well,
since we don't correctly support % cellpadding yet.
![]() |
Assignee | |
Updated•24 years ago
|
Whiteboard: PATCH → PATCH CANDIDATE_094
You need to log in
before you can comment on or make changes to this bug.
Description
•