Closed
Bug 368836
Opened 18 years ago
Closed 18 years ago
improve support for initial in SVG
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: longsonr, Assigned: longsonr)
Details
(Keywords: css-moz, css3)
Attachments
(1 file, 1 obsolete file)
|
13.08 KB,
patch
|
Details | Diff | Splinter Review |
Make support for 'initial' less spotty, at least within SVG.
Implementation based on that done for color-interpolation/color-interpolation-filers.
Attachment #253486 -
Flags: review?(dbaron)
Comment on attachment 253486 [details] [diff] [review]
patch
There are a bunch of places where you have two spaces after an "==". If you fix those to just have one space, r+sr=dbaron. Sorry for the delay here.
I'd also note that the reordering in nsStyleSVGReset's computation method changes things away from matching the order of the member variables. Maybe it should stay as-is? (I'm assuming it's just reordering, I didn't actually check. If it's not, please let me know.)
Attachment #253486 -
Flags: superreview+
Attachment #253486 -
Flags: review?(dbaron)
Attachment #253486 -
Flags: review+
| Assignee | ||
Comment 2•18 years ago
|
||
Attachment #253486 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•18 years ago
|
||
(In reply to comment #1)
> (From update of attachment 253486 [details] [diff] [review])
> There are a bunch of places where you have two spaces after an "==". If you
> fix those to just have one space, r+sr=dbaron. Sorry for the delay here.
>
Done.
> I'd also note that the reordering in nsStyleSVGReset's computation method
> changes things away from matching the order of the member variables. Maybe it
> should stay as-is? (I'm assuming it's just reordering, I didn't actually
> check. If it's not, please let me know.)
>
I've reverted those changes so ordering is unchanged. The ordering in ComputeSVGResetData is similar but not quite the same as the order of the member variables. The ordering in ComputeSVGData is alphabetical and I was trying to match that. If reordering is desirable it can be done in a different patch.
| Assignee | ||
Comment 4•18 years ago
|
||
attachment (id=260989) [details]
checked in.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•