Closed
Bug 127798
Opened 23 years ago
Closed 22 years ago
rules=groups doesn't respect colgroups
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: the_great_spam_bin, Assigned: karnaze)
References
()
Details
(Keywords: html4, testcase, Whiteboard: [awd:tbl][HTML4-11.3.1][HTML4-11.2.4.1])
Attachments
(1 file)
(deleted),
text/html
|
Details |
Now that the rules attribute is enabled, I realized that when rules=groups moz
correctly places lines between thead, tbody, and tfoot groups. However, when it
comes to colgroups, moz places vertical rules between every column and not just
between colgroups.
In the attached testcase, the first column is part of one colgroup and the other
two columns are part of a second colgroup. There should only be a vertical rule
between the first and second columns (a colgroup boundary) and not between the
second and third column (inside a single colgroup).
confirming on win2k today's build.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Basic html4 would be nice for mozilla 1.0.
Keywords: html4,
mozilla1.0
Comment 4•23 years ago
|
||
*** Bug 139569 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Priority: -- → P3
Updated•22 years ago
|
Whiteboard: [awd:tbl] → [awd:tbl][HTML4-11.3.1][HTML4-11.2.4.1]
Comment 6•22 years ago
|
||
If you insert the rule:
table[rules="groups"] *|*:-moz-table-column {border: none}
into the documents I've tried, rules="groups" works as expected. This might
work as a temporary fix, although it doesn't actually fix the coding problem.
The question is, what code is making the columns get a border they shouldn't
have in the first place?
Comment 7•22 years ago
|
||
*** Bug 160835 has been marked as a duplicate of this bug. ***
Comment 8•22 years ago
|
||
*** Bug 161458 has been marked as a duplicate of this bug. ***
Comment 9•22 years ago
|
||
--> WORKSFORME
2002-09-21-04 trunk Linux
2002-09-17-08 trunk Windows 2000
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Comment 10•22 years ago
|
||
*** Bug 2068 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•