Bug 219832
Summary: | [css-values-4] Math function 'calc()' should allow infinity and NaN | ||
---|---|---|---|
Product: | WebKit | Reporter: | Seokho Song <seokho> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | koivisto, ntim, simon.fraser, smoley, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Seokho Song
According to the new CSS specification [1], CSS calc() math function should allow infinity and NaN values by 'infinity', '-infinity', 'NaN' keywords or expressions that could be evaluated into infinity or NaN such as 'calc(1/0)'.
[1] https://drafts.csswg.org/css-values-4/#calc-type-checking
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/72366750>
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 231044 ***