Re: [csswg-drafts] [cssom][css-images] CSS.elementSources incompatible with CSS being an IDL namespace

AFAICT that specification is wrong anyway, because it's an attribute 
so `CSS` should be instantiated first, but then the code snippet said:

```js
CSS.elementSources.set('fancy', bg);
```

Which clearly is trying to use `elementSources` has a static 
attribute.

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

Received on Friday, 26 August 2016 09:06:19 UTC