Re: [csswg-drafts] [cssom] Should make it clear that static functions on CSS are Window-scoped

CSS is just a namespace object. There should be absolutely zero 
difference between `window.CSS.foo()` and an alternative 
`window.CSSFoo()`.  So we should be using the `relevant global object`
 for everything.

We probably want to attach to the document itself, so we actually want
 "this CSS interface's relevant global object's associated Document".

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

Received on Thursday, 23 June 2016 20:32:33 UTC