Enable css-values-4 math functions by default
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
People
(Reporter: evilpies, Assigned: canadahonk)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Nightly-only:
layout.css.round.enabled
,layout.css.mod-rem.enabled
layout.css.nan-inf.enabled
layout.css.exp.enabled
layout.css.abs-sign.enabled
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
With recent NaN/inf improvements, we pass 100% of WPTs for many of these now, opened a few sub-bugs for some to try and get them shipped :)
(it is probably better to do many individual bugs(/intents?), even though it is a bit messy/spammy since they are separate prefs?)
Assignee | ||
Comment 6•2 years ago
|
||
Merged individual bugs for each back into this for one patch (and intent to ship) to enable all.
Assignee | ||
Comment 7•2 years ago
|
||
Specifically enabling these prefs (previously nightly only):
- layout.css.round.enabled
- layout.css.mod-rem.enabled
- layout.css.exp.enabled
- layout.css.abs-sign.enabled
Updated•2 years ago
|
Assignee | ||
Comment 8•2 years ago
•
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: 10 new CSS math functions enabled by default
[Affects Firefox for Android]: Yes
[Suggested wording]: 10 new CSS math functions are now supported: round, mod, rem, pow, sqrt, hypot, log, exp, abs, sign.
[Links (documentation, blog post, etc)]: MDN articles exist for most of these functions, eg abs()
Comment 10•2 years ago
|
||
bugherder |
Assignee | ||
Comment 11•2 years ago
|
||
Comment 12•2 years ago
•
|
||
Added to our 118 Nightly release notes, thanks.
Comment 13•2 years ago
|
||
MDN & BCD changes can be tracked in the following GitHub issue: https://github.com/mdn/content/issues/28840
Updated•2 years ago
|
Updated•2 years ago
|
Description
•