[wpt-sync] Sync PR 35888 - Add atan() function for CSSTrigonometrcFunctions
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox108 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35888 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35888
Details from upstream follow.
Seokho Song <seokho@chromium.org> wrote:
Add atan() function for CSSTrigonometrcFunctions
According to the CSS Values and Units Module Level 4 [1],
the trigonometric function should be parsed and evaluated.This CL adds atan() function and testcases for atan().
Add conditionally evaluate inf or -inf statement
for vertical asymptote value from tan().Feature status: [2]
Intent to prototype: [3][1] https://www.w3.org/TR/css-values-4/#trig-funcs
[2] https://chromestatus.com/feature/5165381072191488
[3] https://groups.google.com/a/chromium.org/g/blink-dev/c/-c9p-Sq_gWgBug: 1190444
Change-Id: I55b4f92008c42bd13d7f9a68c562e5f5b894c8c9Reviewed-on: https://chromium-review.googlesource.com/3893915
WPT-Export-Revision: 979a3699adae05440a2aad27d201d23c01245822
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a3fde2520864
https://hg.mozilla.org/mozilla-central/rev/7ba78d175664
Description
•