tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

writing-system-font-001.html (963B)


      1 <!doctype html>
      2 <html lang=en>
      3 <meta charset=utf-8>
      4 <title>CSS test: font selection and writing sytem</title>
      5 <link rel=author title="Ambrose Li" href="http://port.ambroseli.ca/">
      6 <link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
      7 <link rel=help href="https://drafts.csswg.org/css-text-3/#languages">
      8 <link rel=help href="https://drafts.csswg.org/css-text-3/#script-tagging">
      9 <link rel=help href="https://drafts.csswg.org/css-fonts-4/#language-specific-support">
     10 <link rel=match href="reference/writing-system-font-001-ref.html">
     11 <meta name=assert content="An explicit writing system takes precedence over the content language for font selection">
     12 
     13 <p>The test passes if the word pairs below are all displayed in the same font.
     14 
     15 <table>
     16  <tr>
     17    <td>ping4 on1
     18    <td>salaam
     19    <td>shalom
     20  <tr>
     21    <td><span lang=zh-yue-latn>ping4 on1</span>
     22    <td><span lang=ar-latn>salaam</span>
     23    <td><span lang=he-latn>shalom</span>
     24 </table>