mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-03 23:00:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			19 lines
		
	
	
	
		
			309 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
	
		
			309 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!doctype html>
							 | 
						||
| 
								 | 
							
								<link rel="match" href="reference/css-open-closed-selectors-ref.html" />
							 | 
						||
| 
								 | 
							
								<style>
							 | 
						||
| 
								 | 
							
								:open {
							 | 
						||
| 
								 | 
							
								    color: green;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								:closed {
							 | 
						||
| 
								 | 
							
								    color: red;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								</style>
							 | 
						||
| 
								 | 
							
								<details open>
							 | 
						||
| 
								 | 
							
								    <summary>Hi</summary>
							 | 
						||
| 
								 | 
							
								    Well hello friends!
							 | 
						||
| 
								 | 
							
								</details>
							 | 
						||
| 
								 | 
							
								<details>
							 | 
						||
| 
								 | 
							
								    <summary>Hi</summary>
							 | 
						||
| 
								 | 
							
								    Well hello friends!
							 | 
						||
| 
								 | 
							
								</details>
							 |