first-letter-with-quote-ref.html (244B)
1 <!DOCTYPE HTML> 2 <title>Reference: The ::first-letter should work with quote element</title> 3 <link rel="author" title="Jaeyong Bae" href="jdragon.bae@gmail.com"> 4 <style> 5 span { color: red } 6 </style> 7 <p> 8 <span>“</span>abc” 9 </p>