text-autospace-mixed-001-ref.html (633B)
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="stylesheet" type="text/css" href="/fonts/ahem.css" /> 5 <style> 6 #container > div { 7 font-family: Ahem; 8 font-size: 40px; 9 text-autospace: no-autospace; 10 11 & > span { 12 margin-left: calc(1em / 8); 13 margin-right: calc(1em / 8); 14 } 15 } 16 </style> 17 <div id="container"> 18 <div>国国<span>אבג</span>国国</div> 19 <div>国国<span>אבג</span>国国</div> 20 <div>国国<span>مُرَبَّعْ</span>国国</div> 21 </div>