Re: [fxtf-drafts] [geometry] DOMMatrix should not depend on the CSS parser

I dunno. In a worker context there's arguably much less need for the parser, since the input probably comes from `getComputedStyle(e).transform` on the main thread, and could be parsed there before being passed on to the worker. Unless it does exactly the same thing as the CSS parser, there would also be odd cases where the same input doesn't produce the same output for the two parsers, which seems not great.

-- 
GitHub Notification of comment by foolip
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/122#issuecomment-297122114 using your GitHub account

Received on Tuesday, 25 April 2017 18:25:58 UTC