mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:02:44 +00:00 
			
		
		
		
	 3db847c64a
			
		
	
	
		3db847c64a
		
	
	
	
	
		
			
			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;
 | |
| 
 | |
| };
 |