mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
LibWeb: Add support for LegacyWindowAlias IDL extended attribute
This commit is contained in:
parent
cfcc459140
commit
c1ba3e5fa9
4 changed files with 64 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
#import <Geometry/DOMMatrixReadOnly.idl>
|
||||
|
||||
// https://drafts.fxtf.org/geometry/#dommatrix
|
||||
// FIXME: LegacyWindowAlias currently doesn't do anything.
|
||||
[Exposed=(Window,Worker), Serializable, LegacyWindowAlias=(SVGMatrix, WebKitCSSMatrix)]
|
||||
interface DOMMatrix : DOMMatrixReadOnly {
|
||||
constructor(optional (DOMString or sequence<unrestricted double>) init);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue