Move paintWorklet from "Window" to "CSS" according to new specification

Relevant discussion: https://github.com/w3c/css-houdini-drafts/issues/410
This commit is contained in:
yurket 2018-02-09 19:22:19 +03:00
parent 9e1479bbdd
commit c7e3def9b2
7 changed files with 21 additions and 14 deletions

View file

@ -196,8 +196,3 @@ partial interface Window {
readonly attribute TestRunner testRunner;
//readonly attribute EventSender eventSender;
};
// https://drafts.css-houdini.org/css-paint-api-1/#paint-worklet
partial interface Window {
[SameObject, Pref="dom.worklet.enabled"] readonly attribute Worklet paintWorklet;
};