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