Closed
Bug 471341
Opened 17 years ago
Closed 17 years ago
-moz-column-count:0 should be a parse error
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(1 file)
|
3.13 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Per http://dev.w3.org/csswg/css3-multicol/Overview.src.html#cc column-count should only accept values greater than 0. We currently accept 0 as well, which also causes some tests failures because we encode it the same way as auto.
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #354614 -
Flags: superreview?(bzbarsky)
Attachment #354614 -
Flags: review?(bzbarsky)
Updated•17 years ago
|
Attachment #354614 -
Flags: superreview?(bzbarsky)
Attachment #354614 -
Flags: superreview+
Attachment #354614 -
Flags: review?(bzbarsky)
Attachment #354614 -
Flags: review+
| Assignee | ||
Comment 2•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
You need to log in
before you can comment on or make changes to this bug.
Description
•