-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revisit #134 (DOMMatrix) #1174
Comments
I don't know what the spec looked like when #134 was discussed, but switching to We could expose a |
This has been revisited a couple of times since #134 was closed, and there's never been a strong reason to switch to DOMMatrix. To give some context for that decision:
Additionally, we did leave open the possibility of adding DOMMatrix entry points if we see strong demand for them. The attributes that surface the matrices today can be lazily evaluated and alternate forms of the data could easily be surfaced at little to no cost. (For example, a lazy |
Hi,
(I got here from w3ctag/design-reviews#463.)
During the WebXR Hit Test Module's TAG review, I thought it was weird that that module uses a Float32Array instead of DOMMatrix. That's apparently because the underlying WebXR spec uses Float32Array, and switching to DOMMatrix was considered in #134 and then dismissed. Has enough changed since 2017 to revisit this decision? All things being equal, it would be great if CSS, SVG, and WebXR all used the same matrix representation.
The text was updated successfully, but these errors were encountered: