with-first-letter-1-ref.html 487 B

1234567891011121314151617181920
  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. p { unicode-bidi: bidi-override; }
  9. body { font-size: 300%; }
  10. </style>
  11. </head>
  12. <body>
  13. <p><span style="background: aqua">T</span>his has AB<span style="background:yellow">CD</span>תש<span style="background:yellow">בא</span></p>
  14. </body>
  15. </html>