mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 02:32:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [CustomGet,CustomSet,CustomHasProperty]
 | |
| interface CSSStyleDeclaration {
 | |
| 
 | |
|     readonly attribute unsigned long length;
 | |
|     CSSOMString item(unsigned long index);
 | |
| 
 | |
|     CSSOMString getPropertyValue(CSSOMString property);
 | |
| 
 | |
| };
 | 
