summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/ruby-text-collapse-ref.html
blob: 6cbcc7807ff2569cd977f7bf0288c16ea5509402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="ja">
<meta charset="UTF-8">
<title>CSS Reference: visibility: collapse hides ruby annotations</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<style>
  body { line-height: 5; }
  rt { font-size: 80%; }
</style>
<ruby>
  <rb></rb><rb></rb><rb></rb>
  <rt>こん</rt><rt>ちゅう</rt><rt></rt>
</ruby><br>
<ruby>
  <rb></rb><rb></rb><rb></rb>
  <rt>こん</rt><rt style="opacity: 0">ちゅう</rt><rt></rt>
</ruby><br>
<ruby>
  <rb></rb><rb></rb><rb></rb>
  <rt>こん</rt><rt></rt><rt></rt>
</ruby>