mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:22:45 +00:00 
			
		
		
		
	LibWeb: Add Exposed attribute and IDL spec links where missing
The intent is to use these to autogenerate prototype declarations for Window and WorkerGlobalScope classes. And the spec links are just nice to have :^)
This commit is contained in:
		
							parent
							
								
									0265041d44
								
							
						
					
					
						commit
						67ceba2e6a
					
				
					 123 changed files with 236 additions and 14 deletions
				
			
		|  | @ -1,5 +1,7 @@ | |||
| #import <HTML/HTMLElement.idl> | ||||
| 
 | ||||
| // https://html.spec.whatwg.org/multipage/image-maps.html#htmlmapelement | ||||
| [Exposed=Window] | ||||
| interface HTMLMapElement : HTMLElement { | ||||
| 
 | ||||
|     [Reflect] attribute DOMString name; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew Kaster
						Andrew Kaster