Closed
Bug 1417761
Opened 8 years ago
Closed 7 years ago
Remove pref "layout.css.text-combine-upright.enabled"
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla61
People
(Reporter: xidorn, Assigned: mozbugz)
References
Details
Attachments
(1 file)
It has been shipped since Firefox 48, and other browsers have similar impls, and the related spec has been in CR since a while ago. The syntax of this property we implemented should be considered to be pretty stable, so I think we can remove this pref.
Updated•8 years ago
|
Priority: -- → P3
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 3•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8971464 [details]
Bug 1417761 - Remove "layout.css.text-combine-upright.enabled" pref -
https://reviewboard.mozilla.org/r/240212/#review246022
::: modules/libpref/init/all.js:2902
(Diff revision 1)
> // Is support for CSS text-combine-upright: digits 2-4 enabled?
> pref("layout.css.text-combine-upright-digits.enabled", false);
This pref is no longer effective because stylo doesn't include this. Could you add a followup patch to remove this pref and any related code as well?
Attachment #8971464 -
Flags: review?(xidorn+moz) → review+
| Assignee | ||
Comment 4•7 years ago
|
||
Thank you for the lightning-quick review Xidorn.
(In reply to Xidorn Quan [:xidorn] UTC+10 from comment #3)
> > // Is support for CSS text-combine-upright: digits 2-4 enabled?
> > pref("layout.css.text-combine-upright-digits.enabled", false);
> This pref is no longer effective because stylo doesn't include this. Could
> you add a followup patch to remove this pref and any related code as well?
No chance this may instead be re-implemented in Stylo one day?
| Assignee | ||
Comment 5•7 years ago
|
||
| Reporter | ||
Comment 6•7 years ago
|
||
(In reply to Gerald Squelart [:gerald] from comment #4)
> (In reply to Xidorn Quan [:xidorn] UTC+10 from comment #3)
> > > // Is support for CSS text-combine-upright: digits 2-4 enabled?
> > > pref("layout.css.text-combine-upright-digits.enabled", false);
> > This pref is no longer effective because stylo doesn't include this. Could
> > you add a followup patch to remove this pref and any related code as well?
>
> No chance this may instead be re-implemented in Stylo one day?
Implementing the style part is easy, but the layout part is hard, so we are not going to revive its style part until we decide to work on the layout part.
Actually the usefulness of "digits" value as it's currently defined is unclear either, given it's easy to cause undesired result if not used carefully. Currently only Edge implemented that, and I don't think Chrome has plan for this at the moment either.
Pushed by gsquelart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e502da324b70
Remove "layout.css.text-combine-upright.enabled" pref - r=xidorn
Comment 8•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
status-firefox60:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•