text-autospace-elements-005.html (603B)
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-elements-005-ref.html"> 5 <style> 6 div { 7 text-autospace: normal; 8 font-size: 22px; 9 font-family: sans-serif; 10 } 11 </style> 12 <div><b>永</b>abc<b>def</b>永</div> 13 <div><span><b><span>永</span></b></span>abc<b>def<span style="font-weight: normal">永</span></b></div> 14 <div><b>永</b><span><span>abc</span><b>def</b></span><span>永</span></div> 15 <div><b>永<span><span style="font-weight: normal">abc</span></span>def</b><span>永</span></div>