mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:42:44 +00:00 
			
		
		
		
	 b1632c58bf
			
		
	
	
		b1632c58bf
		
	
	
	
	
		
			
			The spec requires that details elements be assigned a shadow tree with two slots. The first slot is assigned the first summary child element of the details element. The second slot is assigned all other children.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			91 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			91 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <details open>
 | |
|     <summary>I'm a summary</summary>
 | |
|     <span>I'm a node</span>
 | |
| </details>
 |