These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
7 lines
258 B
Text
7 lines
258 B
Text
// https://drafts.css-houdini.org/css-typed-om-1/#csstransformcomponent
|
|
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
|
|
interface CSSTransformComponent {
|
|
stringifier;
|
|
[ImplementedAs=is_2d] attribute boolean is2D;
|
|
DOMMatrix toMatrix();
|
|
};
|