mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 03:52:43 +00:00 
			
		
		
		
	 5724ac8e72
			
		
	
	
		5724ac8e72
		
	
	
	
	
		
			
			This is mostly to get the grunt work of the way. This is split up into multiple commits to hopefully make it more manageable to review. Note that these are not full implementations, and the bindings mostly get the low hanging fruit. Also implements some attributes that I kept out because they had dashes in them. Therefore, this closes #2905.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			185 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			185 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| interface HTMLMetaElement : HTMLElement {
 | |
| 
 | |
|     [Reflect] attribute DOMString name;
 | |
|     [Reflect] attribute DOMString content;
 | |
|     [Reflect=http-equiv] attribute DOMString httpEquiv;
 | |
| 
 | |
| }
 |