Open
Bug 2061079
Opened 1 month ago
[css-typed-arithmetic] Investigate simplifications to the CSS calc() simplify-and-sort algorithm
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: sajidanwar, Assigned: sajidanwar)
References
Details
In Bug 1827404, I made a change to the CalcNode::resolve_internal to operate on (f32, NumericType) instead of L (leaf nodes) which allowed for simpler consolidation of typed values. Look into whether something similar can be done to CalcNode::simplify_and_sort, which does much of the same work as the resolve machinery.
You need to log in
before you can comment on or make changes to this bug.
Description
•