mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:12:45 +00:00 
			
		
		
		
	 a2b40de0cc
			
		
	
	
		a2b40de0cc
		
	
	
	
	
		
			
			Note that these aren't full implementations of the bindings. This mostly implements the low hanging fruit (namely, basic reflections) There are some attributes that should be USVString instead of DOMString. However, USVString is a slightly different definition of DOMString, so it should suffice for now.
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			297 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			297 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| interface HTMLAnchorElement : HTMLElement {
 | |
| 
 | |
|     [Reflect] attribute DOMString target;
 | |
|     [Reflect] attribute DOMString download;
 | |
|     [Reflect] attribute DOMString ping;
 | |
|     [Reflect] attribute DOMString rel;
 | |
|     [Reflect] attribute DOMString hreflang;
 | |
|     [Reflect] attribute DOMString type;
 | |
| 
 | |
| }
 |