text-spacing-trim-subset-001-ref.html (548B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <script src="support/variant-class.js"></script> 4 <style> 5 @font-face { 6 font-family: halt-font; 7 src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt-min.otf'); 8 } 9 #container { 10 font-family: halt-font; 11 font-size: 20px; 12 text-spacing-trim: space-all; 13 } 14 .vrl { 15 writing-mode: vertical-rl; 16 } 17 halt { 18 font-feature-settings: 'halt' 1, 'vhal' 1; 19 } 20 </style> 21 <div id="container"> 22 <div>国(<halt>(</halt>国</div> 23 <div>国)<halt>(</halt>国</div> 24 <div>国<halt>)</halt>)国</div> 25 </div>