with-first-letter-2-ref.html (496B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title>Test for bidi splitting and :first-letter</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6 <meta http-equiv="Content-Style-Type" content="text/css"> 7 <style type="text/css"> 8 9 p { unicode-bidi: bidi-override; } 10 p:first-letter { float:left; font-size: 2em; } 11 body { font-size: 300%; } 12 13 </style> 14 </head> 15 <body> 16 17 <p>This has AB<span style="background:yellow">CD</span>תש<span style="background:yellow">בא</span></p> 18 19 </body> 20 </html>