Closed
Bug 1723552
Opened 4 years ago
Closed 4 years ago
Add some WPTs for language-dependent system-ui font behavior
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1722488 +++
font-family: system-ui
should render as the appropriate UI font for the script and language of the content, not just to a single default font (e.g. based on system locale).
Currently only Safari's implementation handles this; in Chrome and Firefox (with the support implemented in bug 1720710 + bug 1722009) the behavior is incomplete.
I've created a few tests that exercise this aspect. Currently they pass only in Safari, but I'd like to get them landed so that we have a target to work towards.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
(Not sure how meaningful these tests are on non-Mac platforms at the moment. I've pushed a try run to see how they fare...)
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6bc237650713
Add some WPT tests for system-ui language support. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/29901 for changes under testing/web-platform/tests
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•