mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-30 02:22:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			387 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			387 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <HTML/Scripting/Fetching.idl>
 | |
| #import <SVG/SVGElement.idl>
 | |
| 
 | |
| // https://www.w3.org/TR/SVG/interact.html#InterfaceSVGScriptElement
 | |
| [Exposed=Window]
 | |
| interface SVGScriptElement : SVGElement {
 | |
|     [Reflect] attribute DOMString type;
 | |
|     [Reflect=crossorigin, Enumerated=CORSSettingsAttribute] attribute DOMString? crossOrigin;
 | |
| };
 | |
| 
 | |
| // FIXME: SVGScriptElement includes SVGURIReference;
 | 
