ruby-dynamic-removal-002.html (995B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>Test for dynamic removal 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="help" href="https://drafts.csswg.org/css-ruby-1/#box-fixup"> 7 <link rel="match" href="ruby-dynamic-removal-002-ref.html"> 8 <link rel="stylesheet" href="support/ruby-common.css"> 9 <script src="support/ruby-dynamic-removal.js"></script> 10 <p>One space should exist between 'a' and 'b':</p> 11 12 <!-- inter-level white space --> 13 <!-- => normal white space --> 14 <p>a<rb class="remove"></rb> <rt></rt>b</p> 15 <p>a<rb></rb> <rt class="remove"></rt>b</p> 16 <!-- => inter-base white space --> 17 <p>a<rb></rb> <rt class="remove"></rt><rb></rb>b</p> 18 <!-- => inter-segment white space --> 19 <p>a<rbc></rbc> <rtc class="remove"></rtc><rbc></rbc>b</p> 20 <!-- => inter-annotation white space --> 21 <p><rb>a</rb> <rb>b</rb><rt>x</rt><rb class="remove"></rb> <rt>y</rt></p>