Closed
Bug 309253
Opened 19 years ago
Closed 19 years ago
colgroup tag does not work with certain style
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: zirephoenix, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 In the given example, the colgroup style should make the text red, but it doesn't do anything. I only got style="width:#%;" to work with the colgroup tag so far. "text-align", "color", and "border" don't work. Within the <colgroup> tag, align doesn't work either. Reproducible: Always Expected Results: It should do what the CSS standard says it should do. Basically, the <colgroup> tag would be the same as formatting all of the <td> individually.
Comment 1•19 years ago
|
||
Indeed, it should do what the CSS standard says, and in http://www.w3.org/TR/CSS21/tables.html#q4 it says that border, background, width, and visibility are what applies to columns (and that border may not work the way you expect). That only leaves the align attribute, which is bug 915. *** This bug has been marked as a duplicate of 915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•