mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-04 07:10:57 +00:00 
			
		
		
		
	There are a handful of FIXME's here, but this seems generally good. Note that CSS *values* don't get serialized in a spec-compliant way since we currently rely on StyleValue::to_string() which is ad-hoc.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			60 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			60 B
		
	
	
	
		
			Text
		
	
	
	
	
	
interface CSSRule {
 | 
						|
 | 
						|
    attribute CSSOMString cssText;
 | 
						|
 | 
						|
};
 |