Closed
Bug 1437620
Opened 7 years ago
Closed 7 years ago
webrender incorrectly claims to implement text-combine: upright
Categories
(Core :: Graphics: WebRender, enhancement, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: Gankra, Assigned: Gankra)
References
Details
Attachments
(2 files)
This CSS feature basically says "here's a substring that shouldn't ever be line-broken or otherwise overflow in vertical text; squash it horizontally if you must.
We should either fallback or implement the feature properly.
This is seems kinda niche: seemingly only used for longer arabic numbers (123456) in vertical text, but perhaps that's *most* numbers in CJ text? I expect it will be fine to fallback here, and expect to do so unless I discover it's very easy to teach webrender about this (would be very surprised).
| Assignee | ||
Comment 1•7 years ago
|
||
This is causing the following two failures:
== css-writing-modes/text-combine-upright-value-all-002.html css-writing-modes/reference/vertical-ahem-1x1-ref.html
== css-writing-modes/text-combine-upright-value-all-003.html css-writing-modes/reference/vertical-ahem-1x1-ref.html
Updated•7 years ago
|
Blocks: stage-wr-trains
Priority: -- → P1
| Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8951270 [details]
Bug 1437620 - Webrender: fallback on non-trivial text-combine-uprights.
https://reviewboard.mozilla.org/r/220526/#review226492
Attachment #8951270 -
Flags: review?(jmuizelaar) → review+
| Assignee | ||
Comment 4•7 years ago
|
||
| Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8951346 [details]
Bug 1437620 - mark tests as newly passing under wr.
https://reviewboard.mozilla.org/r/220592/#review226606
yay!
Attachment #8951346 -
Flags: review?(bugmail) → review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/48056396963a
Webrender: fallback on non-trivial text-combine-uprights. r=jrmuizel
https://hg.mozilla.org/integration/autoland/rev/7c9182876dfd
mark tests as newly passing under wr. r=kats
Keywords: checkin-needed
Comment 8•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/48056396963a
https://hg.mozilla.org/mozilla-central/rev/7c9182876dfd
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•