Closed
Bug 604816
Opened 15 years ago
Closed 15 years ago
remove style system support for wider and narrower values of font-stretch
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Keywords: css2, css3)
Attachments
(1 file)
11.22 KB,
patch
|
jtd
:
review+
joe
:
approval2.0+
|
Details | Diff | Splinter Review |
In bug 3512 we added support for the values of font-stretch that are in CSS2 to the style system. 'wider' and 'narrower' are no longer in css3-fonts (which is a good thing), so we should remove them.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #488443 -
Flags: review?(jdaggett)
Updated•15 years ago
|
Attachment #488443 -
Flags: review?(jdaggett) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Comment on attachment 488443 [details] [diff] [review]
patch
Requesting approval2.0 here for similar reasons as bug 93725, except in this case there's both much less risk and much less reward, since this is changing the implementation of a property that we only implement in the style system and haven't yet implemented in the font code. So this really only adds up to a codesize savings.
Attachment #488443 -
Flags: approval2.0?
![]() |
||
Updated•15 years ago
|
Attachment #488443 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Comment 4•15 years ago
|
||
Landed followup to remove unused variable:
http://hg.mozilla.org/mozilla-central/rev/e119bd85d4ad
You need to log in
before you can comment on or make changes to this bug.
Description
•