Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ruby/ruby-intra-level-whitespace-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Intra-level whitespace pairing</title>
<link rel="match" href="ruby-intra-level-whitespace-001-ref.html">
<link rel="stylesheet" href="support/ruby-common.css">
<p><ruby>
<rb>a</rb> <rb>b</rb>
<rt>x</rt> <rt>y</rt>
</ruby></p>
<p><ruby>
<rb>a</rb> <rb>b</rb>
<rt>x</rt><rt>y</rt>
</ruby></p>
<p><ruby>
<rb>a</rb><rb>b</rb>
<rt>x</rt> <rt>y</rt>
</ruby></p>