Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-autospace/text-autospace-vertical-combine-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="match" href="text-autospace-vertical-combine-001-ref.html">
<style>
#container {
writing-mode: vertical-rl;
font-size: 20px;
}
.tcy {
text-combine-upright: all;
}
</style>
<div id="container">
<div>国<span class="tcy">XX</span>国</div>
<div>国<span class="tcy">11</span>国</div>
</div>