Closed
Bug 1388949
Opened 8 years ago
Closed 9 months ago
stylo: Support text-align: unsafe
Categories
(Core :: CSS Parsing and Computation, defect, P4)
Core
CSS Parsing and Computation
Tracking
()
People
(Reporter: manishearth, Assigned: canova)
References
(Blocks 1 open bug)
Details
Text-align and text-align-last have a two-value form, `text-align: unsafe justify` (etc).
In this form, one value must be `unsafe` and the other value must be a text-align value.
This only parses when layout.css.text-align-unsafe-value.enabled is set.
Affects layout/reftests/text/text-align-unsafe.html
We don't ship this by default so this doesn't need to block shipping stylo.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
Updated•8 years ago
|
Priority: P3 → P4
Updated•8 years ago
|
status-firefox55:
--- → wontfix
status-firefox56:
--- → wontfix
status-firefox57:
--- → affected
status-firefox-esr52:
--- → wontfix
Comment 1•8 years ago
|
||
status-firefox57=wontfix unless someone thinks this bug should block 57
Updated•3 years ago
|
Severity: normal → S3
Assignee | ||
Comment 4•9 months ago
|
||
I was looking at the older bugs that were assigned to me and came across this. Looks like this value has been removed with the pref and test. So let's close this.
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•