Open
Bug 1918413
Opened 5 months ago
Updated 5 months ago
WPT failures for css/css-properties-values-api/register-property-syntax-parsing.html
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: twisniewski, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [wpt])
We're currently failing these 6 cases:
- syntax:'<length>', initialValue:'calc(5px * 3px / 6px)' is valid
- syntax:'<number>', initialValue:'calc(15 + (sign(100vh - 10px) * 5))' is valid
- syntax:'<integer>', initialValue:'calc(15 + (sign(100vh - 10px) * 5))' is valid
- syntax:'<angle>', initialValue:'calc(15deg + (sign(100vh - 10px) * 5deg))' is valid
- syntax:'<time>', initialValue:'calc(15s + (sign(100vh - 10px) * 5s))' is valid
- syntax:'<resolution>', initialValue:'calc(15dppx + (sign(100vh - 10px) * 5dpi))' is valid
Reporter | ||
Updated•5 months ago
|
No longer blocks: css-properties-values-api
Updated•5 months ago
|
Blocks: css-properties-values-api
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•