mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 21:30:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | #import <CSS/CSSGroupingRule.idl> | ||
|  | #import <CSS/CSSPageDescriptors.idl> | ||
|  | 
 | ||
|  | // https://drafts.csswg.org/cssom/#csspagerule | ||
|  | [Exposed=Window] | ||
|  | interface CSSPageRule : CSSGroupingRule { | ||
|  |     attribute CSSOMString selectorText; | ||
|  |     [SameObject, PutForwards=cssText] readonly attribute CSSPageDescriptors style; | ||
|  | }; |