These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
6 lines
234 B
Text
6 lines
234 B
Text
// https://drafts.css-houdini.org/css-typed-om-1/#cssskewx
|
|
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
|
|
interface CSSSkewX : CSSTransformComponent {
|
|
constructor(CSSNumericValue ax);
|
|
attribute CSSNumericValue ax;
|
|
};
|