Closed
Bug 3371
Opened 26 years ago
Closed 25 years ago
should support CSS2 system fonts
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: dbaron, Assigned: pierre)
References
()
Details
(Keywords: css2, css3)
Attachments
(2 files)
Support for CSS2 system fonts would be nice. These allow fonts from the user's
UI to be specified.
See also bug 1004, relating to system colors.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Updated•26 years ago
|
Priority: P3 → P1
Comment 1•26 years ago
|
||
In bug 1004, sfraser@netscape.com write:
> The list of font values in the spec is rather restrictive; controlling fonts
> in various places in the UI will probably require a few more values.
>
> All the dialog work is dependent on this, in the sense that dialog layout
> cannot be finalized until we can display the correct fonts. I would thus
> hope that this could be moved to M5 or M6 if possible.
Setting severity/priority to enhancement/P1. This is an RFE but is required
for the UI stuff.
Reporter | ||
Comment 2•25 years ago
|
||
Testcase for this: http://www.fas.harvard.edu/~dbaron/css/test/sec1803
Updated•25 years ago
|
Target Milestone: M9 → M10
Comment 3•25 years ago
|
||
Moving non-beta 1 items to M15
Updated•25 years ago
|
Summary: should support CSS2 system fonts → {css2} should support CSS2 system fonts
Assignee | ||
Comment 4•25 years ago
|
||
Reassigning peterl's bugs to myself.
Assignee | ||
Comment 5•25 years ago
|
||
Accepting peterl's bugs that have a Target Milestone
Assignee | ||
Comment 6•25 years ago
|
||
More work needs to be done in MapDeclarationFontInto(). The nsCSSFont.mFamily is
correctly set (look for NS_STYLE_FONT_CAPTION ... NS_STYLE_FONT_STATUS_BAR in
nsStyleConst.h) but not the nsStyleFont->mFont.name.
Updated•25 years ago
|
Summary: {css2} should support CSS2 system fonts → {css2} {css3} should support CSS2 system fonts
Comment 7•25 years ago
|
||
Note that CSS3's UI >>draft<< spec introduces a lot of new fonts as well,
namlely:
window | document | workspace | desktop | info |
dialog | button | pull-down-menu | list | field
See http://www.w3.org/TR/css3-userint for the latest draft.
Assignee | ||
Comment 8•25 years ago
|
||
Pushing my M15 bugs to M16
Comment 9•25 years ago
|
||
Migrating from {css2} to css2 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
Updated•25 years ago
|
Summary: {css2} {css3} should support CSS2 system fonts → should support CSS2 system fonts
Assignee | ||
Comment 10•25 years ago
|
||
Assignee | ||
Comment 11•25 years ago
|
||
It's fixed in XP code and on the Mac. I opened separate bug reports for Windows
(bug 33312) and Unix (bug 33313). The dependencies will be updated.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•24 years ago
|
||
Comment 13•24 years ago
|
||
Netscape's standard compliance QA team reorganised itself once again, so taking
remaining non-tables style bugs. Sorry about the spam. I tried to get this done
directly at the database level, but apparently that is "not easy because of the
shadow db", "plus it screws up the audit trail", so no can do...
QA Contact: chrisd → ian
Comment 14•23 years ago
|
||
verified (on Mac) that we do something for each of the fonts.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•