| 
									
										
										
										
											2022-08-28 13:42:07 +02:00
										 |  |  | #import <DOM/Document.idl> | 
					
						
							| 
									
										
										
										
											2022-02-15 22:40:51 +03:30
										 |  |  | #import <HTML/HTMLElement.idl> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-07 16:45:09 -06:00
										 |  |  | // https://html.spec.whatwg.org/multipage/iframe-embed-object.html#htmlobjectelement | 
					
						
							| 
									
										
										
										
											2023-09-03 02:00:01 +12:00
										 |  |  | [Exposed=Window, UseDeprecatedAKString] | 
					
						
							| 
									
										
										
										
											2020-07-27 05:04:26 +01:00
										 |  |  | interface HTMLObjectElement : HTMLElement { | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-03-23 03:48:52 -04:00
										 |  |  |     [HTMLConstructor] constructor(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-03-23 08:24:11 -04:00
										 |  |  |     [CEReactions] attribute DOMString data; | 
					
						
							| 
									
										
										
										
											2023-03-01 01:45:18 +00:00
										 |  |  |     [CEReactions, Reflect] attribute DOMString type; | 
					
						
							|  |  |  |     [CEReactions, Reflect] attribute DOMString name; | 
					
						
							|  |  |  |     [CEReactions, Reflect=usemap] attribute DOMString useMap; | 
					
						
							|  |  |  |     [CEReactions, Reflect] attribute DOMString width; | 
					
						
							|  |  |  |     [CEReactions, Reflect] attribute DOMString height; | 
					
						
							| 
									
										
										
										
											2020-07-27 05:04:26 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-03-24 22:07:23 +02:00
										 |  |  |     readonly attribute Document? contentDocument; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-03-01 01:45:18 +00:00
										 |  |  |     [CEReactions, Reflect] attribute DOMString align; | 
					
						
							|  |  |  |     [CEReactions, Reflect] attribute DOMString archive; | 
					
						
							|  |  |  |     [CEReactions, Reflect] attribute DOMString code; | 
					
						
							|  |  |  |     [CEReactions, Reflect] attribute boolean declare; | 
					
						
							|  |  |  |     [CEReactions, Reflect] attribute DOMString standby; | 
					
						
							|  |  |  |     [CEReactions, Reflect=codetype] attribute DOMString codeType; | 
					
						
							| 
									
										
										
										
											2020-11-12 04:16:41 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-03-01 01:45:18 +00:00
										 |  |  |     [CEReactions, LegacyNullToEmptyString, Reflect] attribute DOMString border; | 
					
						
							| 
									
										
										
										
											2020-11-12 04:16:41 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-03-24 22:08:06 +02:00
										 |  |  |     Document? getSVGDocument(); | 
					
						
							| 
									
										
										
										
											2020-12-09 21:26:42 +00:00
										 |  |  | }; |