Raw File
with-first-letter-1a.html
<!DOCTYPE HTML>
<html>
<head>
<title>Test for bidi splitting and :first-letter</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">

p:first-letter { background: aqua; }

</style>
</head>
<body>

<p>This has AB<span style="background:yellow">CDאב</span>שת</p>

</body>
</html>
back to top