mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:32:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			165 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			165 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <DOM/Element.idl>
 | |
| #import <HTML/HTMLElement.idl>
 | |
| #import <HTML/DOMStringMap.idl>
 | |
| 
 | |
| interface SVGElement : Element {
 | |
| };
 | |
| 
 | |
| SVGElement includes HTMLOrSVGElement;
 | 
