Bug 248513
Summary: | atan2 function should resolve relative-length | ||
---|---|---|---|
Product: | WebKit | Reporter: | Seokho Song <seokho> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, nmouchtaris, ntim, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Seokho Song
According to the spec [1], atan2() should consume <dimension> that require resolving relative lengths.
For example, `atan2(1em, 1px)`, and `atan2(1vw, 1wh)`.
[1] https://www.w3.org/TR/css-values-4/#funcdef-atan2
crbug: https://crbug.com/1392594
FYR: https://chromium-review.googlesource.com/c/chromium/src/+/4004379/comment/5cee3216_d4a178ca/
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103141582>
Ahmad Saleem
https://github.com/w3c/csswg-drafts/issues/8169