Tim Ledbetter 
								
							 
						 
						
							
							
							
							
								
							
							
								4ad8ba11d5 
								
							 
						 
						
							
							
								
								LibWeb: Use the [Reflect] attribute to implement HTMLLinkElement.as  
							
							... 
							
							
							
							Also ensure that all valid potential destinations are allowed permitted. 
							
						 
						
							2024-11-29 09:48:59 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shannon Booth 
								
							 
						 
						
							
							
							
							
								
							
							
								a4b43cae9a 
								
							 
						 
						
							
							
								
								LibWeb: Implement HTMLLinkElement.sizes  
							
							
							
						 
						
							2024-11-17 22:12:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								93712b24bf 
								
							 
						 
						
							
							
								
								Everywhere: Hoist the Libraries folder to the top-level  
							
							
							
						 
						
							2024-11-10 12:50:45 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								13d7c09125 
								
							 
						 
						
							
							
								
								Libraries: Move to Userland/Libraries/  
							
							
							
						 
						
							2021-01-12 12:17:46 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								c1dfb2d883 
								
							 
						 
						
							
							
								
								LibWeb: Expect IDL namespace to end with semicolon  
							
							... 
							
							
							
							From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace 
Namespace ::
    namespace identifier { NamespaceMembers } ; 
							
						 
						
							2020-12-10 11:02:46 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Luke 
								
							 
						 
						
							
							
							
							
								
							
							
								3f73b0f896 
								
							 
						 
						
							
							
								
								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. 
							
						 
						
							2020-11-12 10:38:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Luke 
								
							 
						 
						
							
							
							
							
								
							
							
								e2e6b03a45 
								
							 
						 
						
							
							
								
								LibWeb: Add support for reflected boolean values  
							
							... 
							
							
							
							Also throw in some missing reflected DOMString values 
							
						 
						
							2020-11-09 09:51:22 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Luke 
								
							 
						 
						
							
							
							
							
								
							
							
								a2b40de0cc 
								
							 
						 
						
							
							
								
								LibWeb: Add a whole bunch of HTML DOM bindings  
							
							... 
							
							
							
							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. 
							
						 
						
							2020-07-27 19:51:45 +02:00