<h1>Commas with Hindu-Arabic numerals (CSS)</h1>
<table>
<tr>
<th>Figure</th>
<th>Description</th>
</tr>
<tr>
<td class="figure">3,230</td>
<td>Latin figure with regular comma (not altered)</td>
</tr>
<tr>
<td class="figure">٣,٢٣٠</td>
<td>Arabic figure originally with regular comma (updated on rendering)</td>
</tr>
<tr>
<td class="figure">٣٫٢٣٠</td>
<td>Arabic figure originally with Arabic decimal separator (not altered)</td>
</tr>
</table>
<p> The figures in the second and third rows should be identical.</p>