mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:12:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| interface SVGElement : Element {
 | |
|     // FIXME: This should come from a HTMLOrSVGElement mixin
 | |
|     [SameObject] readonly attribute DOMStringMap dataset;
 | |
| };
 | 
