tor-browser

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

writing-system-text-transform-001.html (901B)


      1 <!doctype html>
      2 <html lang=en>
      3 <meta charset=utf-8>
      4 <title>CSS test: text-transform and writing systems</title>
      5 <link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
      6 <link rel=help href="https://drafts.csswg.org/css-text-3/#languages">
      7 <link rel=help href="https://drafts.csswg.org/css-text-3/#script-tagging">
      8 <link rel=help href="https://drafts.csswg.org/css-text-3/#propdef-text-transform">
      9 <link rel=match href="reference/writing-system-text-transform-001-ref.html">
     10 <meta name=assert content="text transform rules that depend on the language are overriden by a contradicting explicit script tag.">
     11 <style>
     12 div {
     13  text-transform: lowercase;
     14  font-size: 3em;
     15 }
     16 </style>
     17 <p>Test passes if the two words below are identical: there must be a dot on the “i” letter at the beginning of the word.
     18 <div lang=tr-Cyrl>IСТАНБУЛ</div>
     19 <div lang=tr-Cyrl>iстанбул</div>