first-letter-opacity-001.html (448B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test: ::first-letter supports opacity.</title> 5 <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1639664"> 6 <link rel="match" href="first-letter-opacity-001-ref.html"> 7 <link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#first-letter-styling"> 8 <style> 9 p::first-letter { 10 opacity: 0; 11 } 12 </style> 13 </head> 14 <body> 15 <p>First</p> 16 </body> 17 </html>