ruby-annotation-pairing-001.html (1077B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Ruby Test: single ruby annotation pairing</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 <link rel="help" href="https://www.w3.org/TR/css-ruby-1/#base-annotation-pairing"> 9 <link rel="match" href="reference/ruby-annotation-pairing-001-ref.html"> 10 <link rel="stylesheet" href="/fonts/ahem.css"> 11 12 <meta content="" name="flags"> 13 <meta content="This test checks that a single ruby annotation must be paired with the corresponding first ruby base of its segment."> 14 15 <!-- 16 Chromium 90.0.4430.212 and Chromium 93.0.4559.0 fail this test. 17 --> 18 19 <style> 20 div, p 21 { 22 font-family: Ahem; 23 font-size: 60px; 24 line-height: 1; 25 } 26 27 div#annotation 28 { 29 font-size: 30px; 30 text-indent: 15px; 31 } 32 </style> 33 34 <p><ruby><rb>W</rb> <rb>Z</rb> <rt>A</rt></ruby></p> 35 36 <div id="annotation" title="reference">A</div> 37 38 <div id="base" title="reference">W Z</div> 39 40 <p><ruby><rb>W</rb> <span>Z</span> <rt>A</rt></ruby></p>