mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-03 23:00:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#import <Geometry/DOMMatrix.idl>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// https://drafts.css-houdini.org/css-typed-om-1/#csstransformcomponent
							 | 
						||
| 
								 | 
							
								[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
							 | 
						||
| 
								 | 
							
								interface CSSTransformComponent {
							 | 
						||
| 
								 | 
							
								    stringifier;
							 | 
						||
| 
								 | 
							
								    [ImplementedAs=is_2d] attribute boolean is2D;
							 | 
						||
| 
								 | 
							
								    DOMMatrix toMatrix();
							 | 
						||
| 
								 | 
							
								};
							 |