| 
									
										
										
										
											2025-08-14 16:43:12 +01:00
										 |  |  | #import <CSS/CSSStyleValue.idl> | 
					
						
							|  |  |  | #import <CSS/CSSVariableReferenceValue.idl> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // https://drafts.css-houdini.org/css-typed-om-1/#cssunparsedvalue | 
					
						
							|  |  |  | [Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)] | 
					
						
							|  |  |  | interface CSSUnparsedValue : CSSStyleValue { | 
					
						
							|  |  |  |     constructor(sequence<CSSUnparsedSegment> members); | 
					
						
							| 
									
										
										
										
											2025-09-02 07:30:13 +01:00
										 |  |  |     iterable<CSSUnparsedSegment>; | 
					
						
							| 
									
										
										
										
											2025-08-14 16:43:12 +01:00
										 |  |  |     readonly attribute unsigned long length; | 
					
						
							|  |  |  |     getter CSSUnparsedSegment (unsigned long index); | 
					
						
							|  |  |  |     setter undefined (unsigned long index, CSSUnparsedSegment val); | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // https://drafts.css-houdini.org/css-typed-om-1/#typedefdef-cssunparsedsegment | 
					
						
							|  |  |  | typedef (USVString or CSSVariableReferenceValue) CSSUnparsedSegment; |