mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-30 23:52:43 +00:00 
			
		
		
		
	 f0a4baabc7
			
		
	
	
		f0a4baabc7
		
	
	
	
	
		
			
			This adds initial support for `open-quote`, `close-quote`, `no-open-quote` and `no-close-quote`. We don't yet track the "nesting level" so we always use the first pair of quotes from the `quotes` property.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			154 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			154 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <div class="a">Well, hello friends!</div>
 | |
| <div class="b">“Well, hello friends!”</div>
 | |
| <div class="c">/* Well, hello friends! */</div>
 |