tor-browser

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

text-align-justify-bidi-control.html (504B)


      1 <!DOCTYPE html>
      2 <html lang="ja">
      3 <head>
      4  <meta charset="utf-8">
      5  <title>text-align: justify for a bidi control + a CJK ideograph</title>
      6  <link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-last-property">
      7  <link rel="help" href="https://crbug.com/331680200">
      8  <link rel="match" href="text-align-justify-bidi-control-ref.html">
      9  <style>
     10   p { text-align: justify; width: 3.9em; }
     11  </style>
     12 </head>
     13 <body>
     14 <p>&#x2066;京都東京&#x2069;都東京都</p>
     15 </body>
     16 </html>