tor-browser

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

root-ruby-ref.xhtml (563B)


      1 <!DOCTYPE html>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5  -->
      6 <html lang="ja" xmlns="http://www.w3.org/1999/xhtml">
      7 <meta charset="utf-8"/>
      8 <title>Reference: :root element with 'display:ruby'.</title>
      9 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com"/>
     10 <style>
     11 rbc {
     12  display: ruby-base-container;
     13 }
     14 rtc {
     15  display: ruby-text-container;
     16 }
     17 </style>
     18 <ruby>     19 <rtc>
     20  <rt></rt>
     21 </rtc>
     22 <rbc>
     23  <rb>A</rb>
     24  <rb>B</rb>
     25 </rbc>
     26 
     27 <pre>block ruby, </pre>
     28 </ruby></html>