Open
Bug 2012324
Opened 7 hours ago
Updated 7 hours ago
Implement CSSMathValue objects
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: janv, Assigned: janv)
References
(Blocks 1 open bug)
Details
Implement the CSSMathValue objects as defined in the CSS Typed OM Level 1 specification.
Numeric values that are more complicated than a single value+unit are represented by a tree of CSSMathValue subclasses, eventually terminating in CSSUnitValue objects at the leaf nodes. The calc(), min(), and max() functions in CSS are represented in this way.
You need to log in
before you can comment on or make changes to this bug.
Description
•