CSS Math Functions don't work
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: rolf.borchmann, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
Steps to reproduce:
Open https://developer.mozilla.org/en-US/docs/Web/CSS/exp with current Firefox 113.0.2 (64-Bit) for Windows, running Windows 10 21H2.
FF Build-ID: 20230522134052
UA String Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0
No plugins installed by me, about:plugins shows OpenH264 1.8.1.2 and Widevine 4.10.2557.0
Actual results:
Result of exp() example shows 5 vertical squares.
The transform-properties that use exp() are reported as "invalid property value".
Compatibility information says that exp() should work since FF 112, but it doesnt. Same with hypot() or pow().
Expected results:
Squares should be rotated, depending on the exp() result
Comment 1•2 years ago
|
||
The MDN docs are incorrect, all the new math functions are only enabled in the Nightly version of Firefox.
Description
•