mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-04 07:10:57 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#import <CSS/CSSMathValue.idl>
							 | 
						||
| 
								 | 
							
								#import <CSS/CSSNumericArray.idl>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// https://drafts.css-houdini.org/css-typed-om-1/#cssmathmin
							 | 
						||
| 
								 | 
							
								[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
							 | 
						||
| 
								 | 
							
								interface CSSMathMin : CSSMathValue {
							 | 
						||
| 
								 | 
							
								    constructor(CSSNumberish... args);
							 | 
						||
| 
								 | 
							
								    readonly attribute CSSNumericArray values;
							 | 
						||
| 
								 | 
							
								};
							 |