mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			204 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			204 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <CSS/CSSConditionRule.idl>
 | |
| #import <CSS/MediaList.idl>
 | |
| 
 | |
| [Exposed=Window]
 | |
| interface CSSMediaRule : CSSConditionRule {
 | |
|     [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
 | |
| };
 | 
