Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								3cb50a4714 
								
							 
						 
						
							
							
								
								LibWeb: Rename Element::tag_name() => local_name()  
							
							... 
							
							
							
							To prepare for fully qualified tag names, let's call this local_name.
Note that we still keep an Element::tag_name() around since that's what
the JS bindings end up calling into for the Element.tagName property. 
							
						 
						
							2020-07-23 18:18:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								1914f52371 
								
							 
						 
						
							
							
								
								LibWeb: Add HTMLElement wrapper  
							
							... 
							
							
							
							Expose the "title" attribute just to expose something. :^) 
							
						 
						
							2020-06-21 14:39:15 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								2149820260 
								
							 
						 
						
							
							
								
								LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")  
							
							... 
							
							
							
							To avoid the costly instantiation of FlyStrings whenever we're looking
up attributes, use the premade HTML::AttributeNames globals. :^) 
							
						 
						
							2020-06-03 21:53:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								7309642ca8 
								
							 
						 
						
							
							
								
								LibWeb: Use FlyString for Element tag names  
							
							... 
							
							
							
							This makes selector matching a lot more efficient, and also reduces the
number of strings on the heap. 
							
						 
						
							2020-03-22 19:12:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								830a57c6b2 
								
							 
						 
						
							
							
								
								LibWeb: Rename directory LibHTML => LibWeb  
							
							... 
							
							
							
							Let's rename this to LibWeb since it aims to provide more parts of the
web platform than just HTML. :^) 
							
						 
						
							2020-03-07 10:32:51 +01:00