| 
									
										
										
										
											2025-08-18 16:01:33 +01:00
										 |  |  | #import <CSS/CSSUnitValue.idl> | 
					
						
							| 
									
										
										
										
											2025-09-02 15:50:05 +01:00
										 |  |  | #import <CSS/GeneratedCSSNumericFactoryMethods.idl> | 
					
						
							| 
									
										
										
										
											2025-08-18 16:01:33 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-07-18 14:17:42 +02:00
										 |  |  | dictionary PropertyDefinition { | 
					
						
							|  |  |  |     required CSSOMString name; | 
					
						
							|  |  |  |     CSSOMString syntax = "*"; | 
					
						
							|  |  |  |     required boolean inherits; | 
					
						
							|  |  |  |     CSSOMString initialValue; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-03-15 10:55:53 -04:00
										 |  |  | // https://www.w3.org/TR/cssom-1/#namespacedef-css | 
					
						
							|  |  |  | [Exposed=Window] | 
					
						
							|  |  |  | namespace CSS { | 
					
						
							|  |  |  |     CSSOMString escape(CSSOMString ident); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     boolean supports(CSSOMString property, CSSOMString value); | 
					
						
							|  |  |  |     boolean supports(CSSOMString conditionText); | 
					
						
							| 
									
										
										
										
											2025-07-18 14:17:42 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // https://www.w3.org/TR/css-properties-values-api-1/#dom-css-registerproperty | 
					
						
							|  |  |  |     undefined registerProperty(PropertyDefinition definition); | 
					
						
							| 
									
										
										
										
											2025-08-18 16:01:33 +01:00
										 |  |  |      | 
					
						
							|  |  |  |     // https://drafts.css-houdini.org/css-typed-om-1/#numeric-factory | 
					
						
							| 
									
										
										
										
											2025-09-02 15:50:05 +01:00
										 |  |  |     // NB: Generated by GenerateCSSNumericFactoryMethods.cpp | 
					
						
							| 
									
										
										
										
											2023-03-15 10:55:53 -04:00
										 |  |  | }; |