3 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8">
7 var ruby
= document
.getElementById('R');
8 var s
= document
.getElementById('S');
13 <body onload=
"test()">
14 <p>The following is a test for DOM manipulation within
<ruby
>: Removing a ruby base object, leaving the base non-empty.
</p>
15 <p>Both lines should look identical (the first line is the one manipulated).
</p>
18 <p><ruby
> is defined in the
<ruby id=
"R"><span>HTML
</span><span id=
"S" style=
"color:red">SHOULDN'T SHOW!
</span><rt>Hyper-text Markup Language
</rt>5</ruby> spec.
</p>
19 <p><ruby
> is defined in the
<ruby><span>HTML
</span><rt>Hyper-text Markup Language
</rt>5</ruby> spec.
</p>