Re: [css-houdini-drafts] [css-typed-om] Why `.cssText` instead of just using stringifiers?

It's just the `.toString()` method on the object; it gets automatically called if you add it to a string, or pass it to a method that expects a DOMString.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/364#issuecomment-284895887 using your GitHub account

Received on Tuesday, 7 March 2017 23:33:41 UTC