mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-03 23:00:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			161 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			161 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#import <CSS/CSSStyleSheet.idl>
 | 
						|
 | 
						|
// https://www.w3.org/TR/cssom-1/#ref-for-linkstyle
 | 
						|
interface mixin LinkStyle {
 | 
						|
    readonly attribute CSSStyleSheet? sheet;
 | 
						|
};
 |