text-autospace-vertical-combine-001.html (462B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <link rel="help" href="https://drafts.csswg.org/css-text-4/#text-autospace-property"> 4 <link rel="match" href="text-autospace-vertical-combine-001-ref.html"> 5 <style> 6 #container { 7 writing-mode: vertical-rl; 8 font-size: 20px; 9 text-autospace: normal; 10 } 11 .tcy { 12 text-combine-upright: all; 13 } 14 </style> 15 <div id="container"> 16 <div>国<span class="tcy">XX</span>国</div> 17 <div>国<span class="tcy">11</span>国</div> 18 </div>