[wpt-sync] Sync PR 43261 - Implement progress() function
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43261 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43261
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Implement progress() function
As introduced in https://drafts.csswg.org/css-values-5/#progress
The progress() functional notation returns a \<number> value
representing the position of one calculation (the progress value)
between two other calculations.This progress function naturally mixes with existing math expression
node code, only requiring some special parsing.Note: now it's an editor's draft with a very strong chances to be accepted.
Bug: 1503730
Change-Id: I531ffa7852d16555704b1790b0a05d6b6558fa77
Reviewed-on: https://chromium-review.googlesource.com/5045491
WPT-Export-Revision: 041070b3041681987df70f2fea03a2b42e6679e0
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/be0bac096cc2
https://hg.mozilla.org/mozilla-central/rev/4c08acfe67d3
Description
•