mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
	
		
			354 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			354 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | #import <CSS/CSSRule.idl> | ||
|  | 
 | ||
|  | // https://drafts.css-houdini.org/css-properties-values-api/#the-css-property-rule-interface | ||
|  | [Exposed=Window] | ||
|  | interface CSSPropertyRule : CSSRule { | ||
|  |     readonly attribute CSSOMString name; | ||
|  |     readonly attribute CSSOMString syntax; | ||
|  |     readonly attribute boolean inherits; | ||
|  |     readonly attribute CSSOMString? initialValue; | ||
|  | 
 | ||
|  | }; |