text-spacing-trim-space-all-001.html (856B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <link rel="help" href="https://drafts.csswg.org/css-text-4/#text-spacing-trim-property"> 4 <link rel="match" href="text-spacing-trim-space-all-001-ref.html"> 5 <meta name="variant" content="?class=halt"> 6 <meta name="variant" content="?class=chws"> 7 <script src="support/variant-class.js"></script> 8 <style> 9 @font-face { 10 font-family: halt-font; 11 src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf'); 12 } 13 @font-face { 14 font-family: chws-font; 15 src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-chws.otf'); 16 } 17 #container { 18 font-family: halt-font; 19 font-size: 20px; 20 text-spacing-trim: space-all; 21 width: 4em; 22 } 23 .chws #container { 24 font-family: chws-font; 25 } 26 #container > div > span { 27 background: black; 28 } 29 </style> 30 <div id="container"> 31 <div><span>国)(国国((国(国</span></div> 32 </div>