text-autospace-elements-006.html (709B)
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-006-ref.html"> 5 <style> 6 div { 7 text-autospace: normal; 8 font-size: 22px; 9 font-family: sans-serif; 10 } 11 </style> 12 13 <div>áb́ć永</div> 14 <div style="display: inline;">áb́ć永</div><br> 15 <div style="display: contents;">áb́ć永</div><br> 16 <div style="display: inline;"><span>áb́ć</span>永</div><br> 17 <div style="display: inline;"><span>áb́</span>ć永</div><br> 18 <div style="display: ruby;">áb́ć永</div><br>