Closed
Bug 277340
Opened 20 years ago
Closed 20 years ago
style attribute ignored in <col> tag
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: cavalloalato, Assigned: bugzilla)
Details
Having a tag like this
<col span="2" style="text-align: center;" width="250px" />
the cells in the column come out with the right width, but not with the right
text-align.
I made other tests changing the style settings and found the matter is about the
style attribute and not about its content.
Comment 1•20 years ago
|
||
While it certainly feels like it ought to work that way, that's not what the
spec says to do: http://www.w3.org/TR/CSS21/tables.html#q4 says columns only
have border, background, width, and visibility, and none of those work the way
you would expect either.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Component: General → Style System (CSS)
Product: Firefox → Core
Resolution: --- → INVALID
Version: 1.0 Branch → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•