mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +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(); | ||
|  | }; |