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-tab-in-base-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Ruby Test: multiple tabulations across ruby nesting levels</title>
<link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
<link rel="match" href="ruby-tab-in-base-002-ref.html">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
div.test {
font: 25px/1 Ahem;
white-space: pre;
tab-size: 100px;
width: max-content;
}
</style>
<body>
<div class="test">Z<ruby>M<ruby>	N<rt>p</rt></ruby>	O<rt>q</rt></ruby></div>
</body>