Closed
Bug 1850370
Opened 1 years ago
Closed 1 year ago
[css-properties-values-api] The Stylist needs to be passed to `substitute_block`
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: zrhoffman, Assigned: zrhoffman)
References
Details
Attachments
(2 files)
In order to validate and compute a registered property's value at computed value time, the Stylist must be passed to substitute_block
.
Assignee | ||
Comment 1•1 years ago
|
||
This is necessary in order to pass the stylist to substitute_block.
Depends on D186626
Updated•1 years ago
|
Assignee: nobody → zach
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 years ago
|
||
This will be used in order to perform computed value-time validation.
Depends on D186965
Assignee | ||
Updated•1 years ago
|
Summary: The Stylist needs to be passed to `substitute_block` → [css-properties-values-api] The Stylist needs to be passed to `substitute_block`
Pushed by zach@zrhoffman.net:
https://hg.mozilla.org/integration/autoland/rev/a3b94d363646
[css-properties-values-api] Add stylist to custom properties context r=zsun,emilio
Pushed by zach@zrhoffman.net:
https://hg.mozilla.org/integration/autoland/rev/266305ba8989
[css-properties-values-api] Pass stylist to substitute_block r=zsun,emilio
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a3b94d363646
https://hg.mozilla.org/mozilla-central/rev/266305ba8989
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•