[css-houdini-drafts] [worklets] No Console interface anymore

SaschaNaz has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [worklets] No Console interface anymore ==
The Worklets spec [defines a `console` attribute](https://drafts.css-houdini.org/worklets/#the-global-scope) with `Console` interface:

```webidl
[Exposed=Worklet]
interface WorkletGlobalScope {
    attribute Console console;
};
```

However, now [the Console spec](https://console.spec.whatwg.org/#console-namespace) does not have `Console` interface anymore and instead it defines `console` namespace, which is already defined to be exposed on worklets.

Thus I think the console attribute can be removed, what do you think?

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/368 using your GitHub account

Received on Sunday, 2 April 2017 06:07:30 UTC