Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Text: hanging-punctuation last in right-to-left text</title>
<link rel="match" href="reference/hanging-punctuation-last-rtl-ref.html">
<meta name="assert" content="hanging-punctuation: last causes closing punctuation at the end of the last line to hang in RTL text. Punctuation followed by a non-zero-width border does not hang.">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
body { font-family: 'Ahem'; color:green; direction:rtl }
.hang { hanging-punctuation: last; margin:1em }
</style>
<div style="float:right;" class="hang">(Hang test)</div>
<div style="clear:both">
<div class="hang" style="width:4em">No.<br>Yes.)</div>
<div class="hang" style="text-align:justify; width:4em;">Yes <span>)</span></div>
<div class="hang" style="text-align:justify; width:4em;">No. <span style="border-left:1em solid blue">)</span></div>