shaping-join-001-ref.html (924B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text level 3 Test reference</title> 4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> 5 <style> 6 table { 7 font-size: 3em; 8 border-spacing: 0 3px; 9 } 10 td { 11 padding: 0 0.5ch; 12 line-height: 1; 13 border: 1px solid; 14 } 15 @font-face { 16 font-family: 'csstest_noto'; 17 src: url('/fonts/noto/NotoNaskhArabic-regular.woff2') format('woff2'); 18 } 19 table { 20 font-family: 'csstest_noto'; 21 } 22 </style> 23 24 <p>Test passes if both halves of each of the pairs below are identical: 25 26 <table dir=rtl> 27 <tr><!-- alef, final form as it doesn't have a medial form --> 28 <td>ﺎ 29 <td>ﺎ 30 <tr><!-- alef, final form --> 31 <td>ﺎ 32 <td>ﺎ 33 <tr><!-- beh, initial form --> 34 <td>ﺑ 35 <td>ﺑ 36 <tr><!-- beh, medial form --> 37 <td>ﺒ 38 <td>ﺒ 39 <tr><!-- beh, final form --> 40 <td>ﺐ 41 <td>ﺐ 42 </table>