Open
Bug 651693
(css-fonts-3)
Opened 12 years ago
Updated 8 months ago
[META] Implement CSS Fonts Module Level 3
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: jtd, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
(Keywords: css3, dev-doc-needed, meta)
Tracking bug for new features from the CSS3 Fonts spec: http://dev.w3.org/csswg/css3-fonts/
Updated•12 years ago
|
Keywords: dev-doc-needed
Updated•11 years ago
|
Alias: css3-fonts
Reporter | ||
Updated•11 years ago
|
Depends on: fontloader
Comment 1•10 years ago
|
||
Is there a bug for the font-variant shorthand? The test still fails on css3test.com though all longhand features seem to be implemented.
Flags: needinfo?(jdaggett)
Reporter | ||
Comment 2•10 years ago
|
||
dev-doc-info |
(In reply to Florian Bender from comment #1) > Is there a bug for the font-variant shorthand? The test still fails on > css3test.com though all longhand features seem to be implemented. There isn't a bug currently. Hooking up the shorthand to the font-variant-xxx subproperties needs to wait until the spec is in PR I think. At a minimum the fallback behavior for small-caps needs to be implemented so that existing use of font-variant: small-caps does not rely on the existence of small-cap variants. Put in other words, all browsers currently "fallback" when 'small-caps' is specified. The 'font-variant-caps' property currently only enables the OpenType small-caps feature, it doesn't implement the fallback to synthetic small-caps for fonts that lack small caps alternates. Bug 747849 is the beginning of this work.
Flags: needinfo?(jdaggett)
Updated•8 years ago
|
Depends on: enable-unicode-range-release
Reporter | ||
Updated•7 years ago
|
Assignee: jd.bugzilla → nobody
Updated•7 years ago
|
Summary: implement CSS3 Fonts features → implement CSS Fonts Level 3
Updated•7 years ago
|
Blocks: css-fonts-4
Updated•7 years ago
|
Blocks: all-css-modules
Updated•6 years ago
|
Alias: css3-fonts → css-fonts-3
Keywords: css3
Summary: implement CSS Fonts Level 3 → [META] Implement CSS Fonts Module Level 3
Updated•4 years ago
|
Type: defect → enhancement
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•