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 
								
							 
						 
						
							
							
							
							
								
							
							
								ca41c2e4a0 
								
							 
						 
						
							
							
								
								LibWeb: Turn <td bgcolor> into background-color  
							
							
							
						 
						
							2020-06-12 22:47:51 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								992697d99f 
								
							 
						 
						
							
							
								
								LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings  
							
							... 
							
							
							
							Instead of "iframe", we can now say HTML::TagNames::iframe and avoid
a FlyString lookup. 
							
						 
						
							2020-06-07 23:27:03 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								10851d87a2 
								
							 
						 
						
							
							
								
								LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classes  
							
							... 
							
							
							
							We'll need a place to implement the various presentational attributes
for table parts, and more stuff. 
							
						 
						
							2020-06-07 23:10:45 +02:00