| 
									
										
										
										
											2022-10-07 16:45:09 -06:00
										 |  |  | // https://drafts.csswg.org/cssom/#cssstyledeclaration | 
					
						
							| 
									
										
										
										
											2023-09-06 19:07:24 +12:00
										 |  |  | [Exposed=Window] | 
					
						
							| 
									
										
										
										
											2021-03-13 22:39:55 +01:00
										 |  |  | interface CSSStyleDeclaration { | 
					
						
							| 
									
										
										
										
											2022-11-05 04:51:05 +00:00
										 |  |  |     [CEReactions] attribute CSSOMString cssText; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-13 22:39:55 +01:00
										 |  |  |     readonly attribute unsigned long length; | 
					
						
							| 
									
										
										
										
											2023-09-29 16:48:28 +01:00
										 |  |  |     getter CSSOMString item(unsigned long index); | 
					
						
							| 
									
										
										
										
											2021-03-13 22:39:55 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-12 20:44:17 +02:00
										 |  |  |     CSSOMString getPropertyValue(CSSOMString property); | 
					
						
							| 
									
										
										
										
											2022-04-11 20:48:50 +02:00
										 |  |  |     CSSOMString getPropertyPriority(CSSOMString property); | 
					
						
							| 
									
										
										
										
											2021-09-12 20:44:17 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-03-05 21:55:22 +00:00
										 |  |  |     [CEReactions] undefined setProperty(CSSOMString property, [LegacyNullToEmptyString] CSSOMString value, optional [LegacyNullToEmptyString] CSSOMString priority = ""); | 
					
						
							| 
									
										
										
										
											2022-04-11 16:10:55 +02:00
										 |  |  |     [CEReactions] CSSOMString removeProperty(CSSOMString property); | 
					
						
							| 
									
										
										
										
											2021-09-26 19:06:17 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-14 16:38:23 +02:00
										 |  |  |     readonly attribute CSSRule? parentRule; | 
					
						
							| 
									
										
										
										
											2021-03-13 22:39:55 +01:00
										 |  |  | }; |