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-overhang-spaces-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Tests for ruby-overhang: spaces with ideographic spaces</title>
<link rel="match" href="ruby-overhang-spaces-001-ref.html">
<meta name=assert content="With 'ruby-overhang: spaces', excess ruby overhang on top of the ideographic spaces, but no further.">
<style>
ruby {
ruby-overhang: spaces;
ruby-align: center;
}
div {
border-left: 5px solid;
border-right: 5px solid;
width: max-content;
}
.test { border-color: orange; }
.measure { border-color: blue; }
</style>
<p>Test passes if orange and blue lines are aligned.
<div class=test>あ <ruby>あ<rt>ああああああああああ</ruby> あ</div>
<div class=measure>あ あ あ</div>