mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-04 07:10:57 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			322 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			322 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#import <CSS/CSSStyleValue.idl>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// https://drafts.css-houdini.org/css-typed-om-1/#csskeywordvalue
							 | 
						||
| 
								 | 
							
								[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
							 | 
						||
| 
								 | 
							
								interface CSSKeywordValue : CSSStyleValue {
							 | 
						||
| 
								 | 
							
								    constructor(USVString value);
							 | 
						||
| 
								 | 
							
								    attribute USVString value;
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								typedef (DOMString or CSSKeywordValue) CSSKeywordish;
							 |