shaping-no-join-001-ref.html (1221B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text level 3 Test test</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 font-weight: normal; 19 font-style: normal; 20 } 21 table { 22 font-family: 'csstest_noto'; 23 } 24 </style> 25 26 <p>Test passes if both halves of each of the pairs below are identical: 27 28 <table dir=rtl lang=ar> 29 <tr><!-- alef, isolated rather than final --> 30 <td>ـﺍ 31 <td>ـﺍ 32 <tr><!-- beh, isolated rather than initial --> 33 <td>ﺏـ 34 <td>ﺏـ 35 <tr><!-- beh, final rather than medial --> 36 <td>ـﺐـ 37 <td>ـﺐـ 38 <tr><!-- beh, isolated rather than medial --> 39 <td>ـﺏـ 40 <td>ـﺏـ 41 <tr><!-- beh, initial rather than medial --> 42 <td>ـﺑـ 43 <td>ـﺑـ 44 <tr><!-- beh, isolated rather than final --> 45 <td>ـﺏ 46 <td>ـﺏ 47 </table>