first-letter-with-quote.html (384B)
1 <!DOCTYPE HTML> 2 <title>CSS Test: The ::first-letter should work with quote element</title> 3 <link rel="author" title="Jaeyong Bae" href="jdragon.bae@gmail.com"> 4 <link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#application-in-css"> 5 <link rel="match" href="first-letter-with-quote-ref.html"> 6 <style> 7 p::first-letter { color: red } 8 </style> 9 <p> 10 <q lang="en">abc</q> 11 </p>