[fxtf-drafts] [geometry] DOMMatrix stringifier in workers

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

== [geometry] DOMMatrix stringifier in workers ==
https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-stringifier

> stringifier\(\)
> If is2D is true
> Return a DOMString in the form of a CSS Transforms <matrix\(\)> function where a is a attribute, b is b attribute, c is c attribute, d is d attribute, e is e attribute, f is f attribute\. \[CSS3\-TRANSFORMS\]
> Otherwise
> Return a DOMString in the form of a CSS Transforms <matrix3d\(\)> function where m11 to m44 are set to m11 to m44 attributes\. \[CSS3\-TRANSFORMS\]

In https://github.com/w3c/fxtf-drafts/issues/122 we limited CSS parser entry points for `DOMMatrix` to `Window`. Should we also limit the stringifier to `Window` (so that in workers it would stringify to "`[object DOMMatrix]`")?

cc @esprehn @chrishtr @foolip

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

Received on Wednesday, 10 May 2017 07:12:35 UTC