mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 03:52:43 +00:00 
			
		
		
		
	 33e3f0c71f
			
		
	
	
		33e3f0c71f
		
	
	
	
	
		
			
			You can now access an element's inline style via Element.style. The interface is not very capable yet though. :^)
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| interface CSSStyleDeclaration {
 | |
| 
 | |
|     readonly attribute unsigned long length;
 | |
|     CSSOMString item(unsigned long index);
 | |
| 
 | |
| };
 |