mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
IDL: Add missing #imports
This commit is contained in:
parent
3ff481938e
commit
1a94241f58
30 changed files with 47 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#import <SVG/SVGElement.idl>
|
||||
|
||||
// https://drafts.fxtf.org/css-masking/#InterfaceSVGClipPathElement
|
||||
[Exposed=Window]
|
||||
interface SVGClipPathElement : SVGElement {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#import <SVG/SVGAnimatedLength.idl>
|
||||
#import <SVG/SVGGraphicsElement.idl>
|
||||
|
||||
// https://svgwg.org/svg2-draft/single-page.html#embedded-InterfaceSVGForeignObjectElement
|
||||
[Exposed=Window]
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#import <SVG/SVGAnimatedLength.idl>
|
||||
#import <SVG/SVGGradientElement.idl>
|
||||
|
||||
// https://svgwg.org/svg2-draft/single-page.html#pservers-InterfaceSVGLinearGradientElement
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#import <SVG/SVGElement.idl>
|
||||
|
||||
// https://drafts.fxtf.org/css-masking/#InterfaceSVGMaskElement
|
||||
[Exposed=Window]
|
||||
interface SVGMaskElement : SVGElement {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#import <SVG/SVGAnimatedLength.idl>
|
||||
#import <SVG/SVGGradientElement.idl>
|
||||
|
||||
// https://svgwg.org/svg2-draft/single-page.html#pservers-InterfaceSVGRadialGradientElement
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#import <HTML/Scripting/Fetching.idl>
|
||||
#import <SVG/SVGElement.idl>
|
||||
|
||||
// https://www.w3.org/TR/SVG/interact.html#InterfaceSVGScriptElement
|
||||
[Exposed=Window]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue