[fxtf-drafts] [css-geometry] `DOMMatrixReadonly` stringifier does not stringify all matrix elements. (#574)

simonwuelker has just created a new issue for https://github.com/w3c/fxtf-drafts:

== [css-geometry] `DOMMatrixReadonly` stringifier does not stringify all matrix elements. ==
The [DOMMatrixReadonly stringifier](https://drafts.fxtf.org/geometry/#dommatrixreadonly-stringification-behavior) in the case of a non-2d matrix does not stringify (in Step 4.) `m31`, `m32`, `m33` and `m34`.  The result is supposed to be a valid CSS [`matrix3d`](https://drafts.csswg.org/css-transforms-2/#funcdef-matrix3d) which requires a 4x4 matrix.

The [examples](https://drafts.fxtf.org/geometry/#example-92755fec) also include all 16 values. 



Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/574 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 8 October 2024 23:43:37 UTC