Closed
Bug 636034
Opened 14 years ago
Closed 14 years ago
-moz-box-ordinal-group should not accept '0' value
Categories
(Core :: CSS Parsing and Computation, defect, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(1 file)
1.97 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
The parsing code for the -moz-box-ordinal-group value should not accept '0', since the code that uses the value of the property ignores the '0' value. There are no uses of '0' in the tree.
Attachment #514351 -
Flags: review?(bzbarsky)
Comment 1•14 years ago
|
||
Comment on attachment 514351 [details] [diff] [review] patch r=me
Attachment #514351 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 2•14 years ago
|
||
https://hg.mozilla.org/projects/birch/rev/b478771d0761
Whiteboard: fixed-in-birch
Assignee | ||
Comment 3•14 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b478771d0761
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Priority: -- → P4
Resolution: --- → FIXED
Whiteboard: fixed-in-birch
Target Milestone: --- → mozilla2.2
Comment 4•14 years ago
|
||
(In reply to comment #0) > since the code that uses the value of the property ignores the '0' value. Isn't that a bug? ordinal="0" works.
Assignee | ||
Comment 5•14 years ago
|
||
Maybe.
You need to log in
before you can comment on or make changes to this bug.
Description
•