Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								b477aff843 
								
							 
						 
						
							
							
								
								LibHTML: Detect hovering over links  
							
							... 
							
							
							
							HtmlView now calls Node::enclosing_link_element() to find the nearest
ancestor <a> element.
This patch also adds HTMLElement and HTMLAnchorElement. 
							
						 
						
							2019-09-29 11:59:38 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								1b8509a0c9 
								
							 
						 
						
							
							
								
								LibHTML: Make sure every DOM Node belongs to a Document  
							
							
							
						 
						
							2019-09-29 11:43:07 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								62cbaa74f3 
								
							 
						 
						
							
							
								
								LibHTML: Respect the CSS "color" property for text  
							
							... 
							
							
							
							Also remove the color values from the ComputedStyle object and get them
via StyleProperties instead.
At the moment, we only handle colors that Color::from_string() parses. 
							
						 
						
							2019-09-28 22:57:46 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sergey Bugaev 
								
							 
						 
						
							
							
							
							
								
							
							
								db8a1a6aba 
								
							 
						 
						
							
							
								
								LibHTML: Parse HTML escape sequences  
							
							
							
						 
						
							2019-09-28 18:29:42 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								9526b0e13a 
								
							 
						 
						
							
							
								
								LibHTML: Add InheritStyleValue and InitialStyleValue.  
							
							... 
							
							
							
							These correspond to the 'inherit' and 'initial' CSS values respectively. 
							
						 
						
							2019-07-08 07:15:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								04b9dc2d30 
								
							 
						 
						
							
							
								
								Libraries: Create top level directory for libraries.  
							
							... 
							
							
							
							Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/. 
							
						 
						
							2019-07-04 16:16:50 +02:00