Tobias Christiansen 
								
							 
						 
						
							
							
							
							
								
							
							
								0d7169b91a 
								
							 
						 
						
							
							
								
								LibWeb: Store custom properties in CSSStyleDeclaration  
							
							... 
							
							
							
							Keep them around when parsing and store them in the CSSStyleDeclaration
when done. 
							
						 
						
							2021-05-28 10:45:38 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brian Gianforcaro 
								
							 
						 
						
							
							
							
							
								
							
							
								1682f0b760 
								
							 
						 
						
							
							
								
								Everything: Move to SPDX license identifiers in all files.  
							
							... 
							
							
							
							SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers 
This was done with the `ambr` search and replace tool.
 ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt * 
							
						 
						
							2021-04-22 11:22:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								cad4cc9a2a 
								
							 
						 
						
							
							
								
								LibWeb: Invalidate element style after setting Element.style.foo  
							
							... 
							
							
							
							This makes us recompute style for the element so the change actually
takes effect. :^) 
							
						 
						
							2021-03-16 19:00:42 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								33e3f0c71f 
								
							 
						 
						
							
							
								
								LibWeb: Expose barebones CSSStyleDeclaration to JavaScript  
							
							... 
							
							
							
							You can now access an element's inline style via Element.style.
The interface is not very capable yet though. :^) 
							
						 
						
							2021-03-13 22:41:32 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								0759f54bd3 
								
							 
						 
						
							
							
								
								LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM  
							
							
							
						 
						
							2021-03-13 22:41:32 +01:00