forked from mirrors/gecko-dev
		
	 6609a2b21d
			
		
	
	
		6609a2b21d
		
	
	
	
	
		
			
			r? @SimonSapin or @mbrubeck cc @heycam and @bholley Source-Repo: https://github.com/servo/servo Source-Revision: 38f136175e15acb6472466d141dedb6a253b0330
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			491 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			491 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| /* This Source Code Form is subject to the terms of the Mozilla Public
 | |
|  * License, v. 2.0. If a copy of the MPL was not distributed with this
 | |
|  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 | |
| 
 | |
| // https://drafts.csswg.org/cssom/#cssimportrule
 | |
| [Exposed=Window]
 | |
| interface CSSImportRule : CSSRule {
 | |
|   // readonly attribute DOMString href;
 | |
|   // [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
 | |
|   // [SameObject] readonly attribute CSSStyleSheet styleSheet;
 | |
| };
 |