mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:12:44 +00:00 
			
		
		
		
	LibWeb: Add almost all obsolete but required IDL attributes
As according to https://html.spec.whatwg.org/multipage/obsolete.html Section 16.3 "Requirements for implementations" Not all of these attributes are included due to requiring a bit more functionality.
This commit is contained in:
		
							parent
							
								
									1643fa2223
								
							
						
					
					
						commit
						3f73b0f896
					
				
					 43 changed files with 264 additions and 18 deletions
				
			
		|  | @ -10,4 +10,8 @@ interface HTMLLinkElement : HTMLElement { | |||
|     [Reflect=imagesizes] attribute DOMString imageSizes; | ||||
|     [Reflect] attribute boolean disabled; | ||||
| 
 | ||||
|     [Reflect] attribute DOMString charset; | ||||
|     [Reflect] attribute DOMString rev; | ||||
|     [Reflect] attribute DOMString target; | ||||
| 
 | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Luke
						Luke