mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:32:43 +00:00 
			
		
		
		
	 7902d215b3
			
		
	
	
		7902d215b3
		
	
	
	
	
		
			
			Note that there is currently no way to display them as we can't currently clone nodes. Adds special case for templates for dumping to console. Doesn't add it to the DOM inspector as I'm not sure how to do it.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| interface HTMLTemplateElement : HTMLElement {
 | |
| 
 | |
|     readonly attribute DocumentFragment content;
 | |
| 
 | |
| }
 |