ruby-dynamic-insertion-003-ref.html (540B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>Test for dynamic insertion of ruby frames</title> 4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> 5 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 6 <link rel="stylesheet" href="support/ruby-common.css"> 7 <p>No space should exist between 'a' and 'b':</p> 8 9 <p><span>a</span><rb></rb> <rt></rt>b</p> 10 <p>a<rb></rb> <rt></rt><span>b</span></p> 11 <p>a<rb></rb> <rt></rt><rb></rb>b</p> 12 <p>a<rbc></rbc> <rt></rt><rb></rb>b</p> 13 <p>a<rt></rt><rb></rb> <rt></rt>b</p>