mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 05:10:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 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;
 | |
| };
 | 
