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

With "two parsers" you mean the result of `new DOMMatrix(str)` is different from `e.style.transform = str` ? Or do you mean main thread would use CSS parser for `DOMMatrix` but worker context would use a different one?

My idea would be to use a single parser for `DOMMatrix` that is always used.

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

Received on Wednesday, 26 April 2017 09:28:23 UTC