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/break-within-bases/no-break-opportunity-at-end.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="match" href="no-break-opportunity-at-end-ref.html">
<style>
div {
width: 160px;
font-size: 20px;
}
</style>
<body lang="ja">
<!-- The ruby fits in the first line, but we can not break
the line at its end because of the following "。". -->
<div>
ここは<ruby>優先通行帯<rt>ゆうせんつうこうたい</ruby>。
</div>
</body>