Closed
Bug 1823251
Opened 3 years ago
Closed 3 years ago
NaN min/max expressions should simplify to NaN
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | affected |
People
(Reporter: canadahonk, Unassigned)
References
(Blocks 1 open bug)
Details
We currently serialize some calc expressions like max(NaN * 1px, 15px) incorrectly deserialize to max(NaN * 1px, 15px), instead of just calc(NaN * 1px). They should be simplified to just NaN (with unit calc).
| Reporter | ||
Updated•3 years ago
|
Summary: Some NaN min/max expressions serialize incorrectly → NaN min/max expressions should simplify to NaN
| Reporter | ||
Comment 1•3 years ago
|
||
Disregard, mistake in patch for Bug 1820412.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•