mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-03 23:00:58 +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);
 | 
						|
 | 
						|
};
 |