tor-browser

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

writing-system-segment-break-001.html (1360B)


      1 <!doctype html>
      2 <html lang=en>
      3 <meta charset=utf-8>
      4 <title>CSS test: writing system and segment break transformation</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/#line-break-transform">
      9 <link rel=match href="reference/writing-system-segment-break-001-ref.html">
     10 <meta name=assert content="If the writing system of the segment break is Chinese, Japanese, or Yi,
     11 and the character before or after the segment break is punctuation or a symbol (Unicode general category P* or S*)
     12 and has an East Asian Width property of A or is Emoji,
     13 and the character on the other side of the segment break is F, W, or H, and not Hangul or Emoji,
     14 then the segment break is removed.">
     15 <!--
     16 In this case, checking with “ and ” which are punctuation with East Asian Width of A,
     17 next to Katakana letters (which are W),
     18 while the writing system is Katakana, which is classified as Japanese,
     19 despite a non Japanese content language (Ainu).
     20 -->
     21 
     22 <p>The test passes if the both lines are identical, including the spacing of the characters.
     23 
     24 <div lang=ain-Kana>     25 アイヌイタㇰ
     26 </div>
     27 <div lang=ain-Kana>“アイヌイタㇰ”</div>