support final OM interfaces to @font-face and @font-feature-values rules
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: jtd, Unassigned)
References
(Blocks 3 open bugs, )
Details
(Keywords: dev-doc-needed, parity-chrome, parity-safari)
Updated•10 years ago
|
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
Reporter | ||
Comment 5•9 years ago
|
||
Comment 6•7 years ago
|
||
Comment 7•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Updated•2 years ago
|
Comment 8•2 years ago
|
||
Jonathan, are you planning to add this? I am working on font-variant-alternates in Chromium and it'd be useful to implement parsing tests based on this.
Comment 9•2 years ago
|
||
(In reply to Dominik Röttsches (drott) from comment #8)
Jonathan, are you planning to add this? I am working on font-variant-alternates in Chromium and it'd be useful to implement parsing tests based on this.
In principle, I'd like us to do it; but I don't know of any current plans/timescale for when it might happen, sorry.
(I believe we do have some tests in place, but they test by comparing with a reference rendering, not via the OM.)
Comment 10•2 years ago
|
||
Related: I added a CSSOM test to WPT: https://wpt.fyi/results/css/cssom/CSSFontFeatureValuesRule.html
Updated•7 months ago
|
Updated•7 months ago
|
Comment 12•7 months ago
|
||
Here's a simple testcase from dupe bug 1906625, which shows that we just report undefined
for various attributes that should in fact be present:
https://bug1906625.bmoattachments.org/attachment.cgi?id=9413136
(Chrome/Safari show the actual values of these attributes, taken from the @font-face {...}
rule defined in CSS.)
Description
•