[wpt-sync] Sync PR 39172 - Add CSSMathExpressionNumericLiteral canonical units eager simplification
Categories
(Core :: DOM: CSS Object Model, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(11 files)
|
464.48 KB,
text/plain
|
Details | |
|
464.48 KB,
text/plain
|
Details | |
|
464.48 KB,
text/plain
|
Details | |
|
464.48 KB,
text/plain
|
Details | |
|
464.48 KB,
text/plain
|
Details | |
|
464.48 KB,
text/plain
|
Details | |
|
464.48 KB,
text/plain
|
Details | |
|
464.48 KB,
text/plain
|
Details | |
|
464.48 KB,
text/plain
|
Details | |
|
464.48 KB,
text/plain
|
Details | |
|
464.48 KB,
text/plain
|
Details |
Sync web-platform-tests PR 39172 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39172
Details from upstream follow.
Traian Captan <tcaptan@chromium.org> wrote:
Add CSSMathExpressionNumericLiteral canonical units eager simplification
Spec def:
"If root is a dimension that is not expressed in its canonical unit, and
there is enough information available to convert it to the canonical
unit, do so, and return the value."
https://w3c.github.io/csswg-drafts/css-values/#calc-simplificationHowever, Numbers should not be eagerly simplified at this time since
that would result in converting Integers to Doubles (kNumber, canonical
unit for Numbers).R=xiaochengh
Bug: 1050968
Change-Id: I79adfbd516be640be51b86e1b33a2693c3b51ed9
Reviewed-on: https://chromium-review.googlesource.com/4367363
WPT-Export-Revision: 0ae699ff41143b1148e7bc7651191e999f13c694
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
| Assignee | ||
Comment 4•3 years ago
|
||
| Assignee | ||
Comment 5•3 years ago
|
||
| Assignee | ||
Comment 6•3 years ago
|
||
| Assignee | ||
Comment 7•3 years ago
|
||
| Assignee | ||
Comment 8•3 years ago
|
||
| Assignee | ||
Comment 9•3 years ago
|
||
| Assignee | ||
Comment 10•3 years ago
|
||
| Assignee | ||
Comment 11•3 years ago
|
||
| Assignee | ||
Comment 12•3 years ago
|
||
| Assignee | ||
Comment 13•3 years ago
|
||
| Assignee | ||
Comment 14•3 years ago
|
||
Comment 15•3 years ago
|
||
| Assignee | ||
Comment 16•3 years ago
|
||
| Assignee | ||
Comment 17•3 years ago
|
||
Comment 18•3 years ago
|
||
| bugherder | ||
Description
•