collapse-trailing-whitespace.html (665B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2"> 3 <link rel="help" href="https://crbug.com/376097115"> 4 <link rel="stylesheet" href="/fonts/ahem.css"> 5 <link rel="match" href="collapse-trailing-whitespace-ref.html"/> 6 <meta name="assert" content="A space after '|' should be preserved, 7 a space after 'n' should be collapsed, 8 and a space after 'go' should be preserved."> 9 <style> 10 p { 11 font: 20px/1 Ahem; 12 xtext-align: justify; 13 xtext-align-last: justify; 14 width: 12em; 15 } 16 ruby { color: blue; } 17 rt { color: orange; } 18 </style> 19 20 <p>nihongo | <ruby>n <rt>n</ruby><ruby>hon<rt>hon</ruby><ruby>go <rt>go</ruby>|</p>