Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<head>
<style>
.x:first-letter { }
.x { direction: rtl; }
</style>
</head>
<body>
<p class="x">2 3</p>
</body>
</html>
<head>
<style>
.x:first-letter { }
.x { direction: rtl; }
</style>
</head>
<body>
<p class="x">2 3</p>
</body>
</html>