| 
									
										
										
										
											2020-08-17 19:14:30 +01:00
										 |  |  | interface DocumentFragment : Node { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Element? getElementById(DOMString id); | 
					
						
							| 
									
										
										
										
											2020-11-21 18:49:09 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-04-11 17:13:10 +01:00
										 |  |  |     // FIXME: These should all come from a ParentNode mixin | 
					
						
							| 
									
										
										
										
											2020-11-21 18:49:09 +00:00
										 |  |  |     readonly attribute Element? firstElementChild; | 
					
						
							|  |  |  |     readonly attribute Element? lastElementChild; | 
					
						
							| 
									
										
										
										
											2021-04-11 17:13:10 +01:00
										 |  |  |     readonly attribute unsigned long childElementCount; | 
					
						
							| 
									
										
										
										
											2020-11-21 18:49:09 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-17 19:14:30 +01:00
										 |  |  |     Element? querySelector(DOMString selectors); | 
					
						
							|  |  |  |     ArrayFromVector querySelectorAll(DOMString selectors); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-09 21:26:42 +00:00
										 |  |  | }; |