mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:32:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <CSS/ElementCSSInlineStyle.idl>
 | |
| #import <DOM/Element.idl>
 | |
| #import <HTML/HTMLElement.idl>
 | |
| #import <HTML/DOMStringMap.idl>
 | |
| 
 | |
| // https://svgwg.org/svg2-draft/types.html#InterfaceSVGElement
 | |
| [Exposed=Window]
 | |
| interface SVGElement : Element {
 | |
| };
 | |
| 
 | |
| SVGElement includes HTMLOrSVGElement;
 | |
| SVGElement includes ElementCSSInlineStyle;
 | 
