Closed
Bug 389404
Opened 18 years ago
Closed 16 years ago
-moz-border-*-colors should support inherit and -moz-initial correctly
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: dbaron, Assigned: dbaron)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
17.29 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
(Filed per bug 80887 comment 18.)
The -moz-border-*-colors properties don't support inherit and -moz-initial correctly. The basic problems are:
* -inherit and -moz-initial (and probably none) need to be supported in nsRuleNode
* The parsing code needs to be changed to accept these values only alone, and not in combination with other values.
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → dbaron
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•16 years ago
|
||
Assignee | ||
Updated•16 years ago
|
Attachment #353169 -
Flags: superreview?(bzbarsky)
Attachment #353169 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•16 years ago
|
||
Comment on attachment 353169 [details] [diff] [review]
patch
r+sr=bzbarsky
Attachment #353169 -
Flags: superreview?(bzbarsky)
Attachment #353169 -
Flags: superreview+
Attachment #353169 -
Flags: review?(bzbarsky)
Attachment #353169 -
Flags: review+
Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 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
•