mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 21:30:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
	
		
			285 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			285 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | // https://www.w3.org/TR/SVG/interact.html#InterfaceSVGScriptElement | ||
|  | [Exposed=Window] | ||
|  | interface SVGScriptElement : SVGElement { | ||
|  |     [Reflect] attribute DOMString type; | ||
|  |     [Reflect=crossorigin] attribute DOMString? crossOrigin; | ||
|  | }; | ||
|  | 
 | ||
|  | // FIXME: SVGScriptElement includes SVGURIReference; |