tor-browser

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

text-decoration-inset-text-combine-upright.html (588B)


      1 <!DOCTYPE html>
      2 <style>
      3 u{
      4  display: table-caption;
      5  text-combine-upright: all;
      6 }
      7 ol{
      8  writing-mode: vertical-lr;
      9 }
     10 </style>
     11 <div>
     12 <u style="text-combine-upright: all; text-decoration-inset: 4px;" lang="ja-Kana">
     13 <ol>
     14 <span>a-</span>
     15 </ol>
     16 </u>
     17 </div>
     18 <div>
     19 <u style="text-combine-upright: all;" lang="ja-Kana">
     20 <ol>
     21 <span>a-</span>
     22 </ol>
     23 </u>
     24 </div>
     25 <div>
     26 <u style="text-decoration-inset: 4px;" lang="ja-Kana">
     27 <ol>
     28 <span style="text-combine-upright: all;">a-</span>
     29 </ol>
     30 </u>
     31 </div>
     32 <div>
     33 <u lang="ja-Kana">
     34 <ol>
     35 <span style="text-combine-upright: all;">a-</span>
     36 </ol>
     37 </u>
     38 </div>