You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DOMMatrixReadonly stringifier 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 which requires a 4x4 matrix.
Looks like that might just be an oversight in the spec. All browsers return a 16-number matrix3d, and my polyfill does too although I didn't notice that missing detail (I assumed to return the 16-number matrix).
The DOMMatrixReadonly stringifier in the case of a non-2d matrix does not stringify (in Step 4.)
m31
,m32
,m33
andm34
. The result is supposed to be a valid CSSmatrix3d
which requires a 4x4 matrix.The examples also include all 16 values.
The text was updated successfully, but these errors were encountered: