- From: Javier Fernandez Garcia-Boente via GitHub <sysbot+gh@w3.org>
- Date: Mon, 17 Jun 2019 08:41:03 +0000
- To: public-css-archive@w3.org
Maybe this other case makes the interoperability issue more visible, despite the chrome's [bug](973358) (in my opinion) in the wrapping behavior: ``` <!DOCTYPE html> <meta charset="utf-8"> <style> .test { font: 20px/1 Ahem; border: 1px solid; width: 2ch; white-space: pre-wrap; } span { background: blue } /* If the space is removed instead of hanging, there will be no blue box*/ </style> <div class="test">X<span>X  </span></div> ``` <table> <tr><td>Firefox</td><td>Safari</td><td>Chrome</td></tr> <tr><td><img src="https://user-images.githubusercontent.com/2230241/59590289-fdb93b00-90eb-11e9-89cc-2fcfdd990dc2.png"/></td> <td><img src="https://user-images.githubusercontent.com/2230241/59590289-fdb93b00-90eb-11e9-89cc-2fcfdd990dc2.png"/></td> <td><img src="https://user-images.githubusercontent.com/2230241/59590388-3c4ef580-90ec-11e9-8dad-b10081280348.png"/></td></tr> </table> -- GitHub Notification of comment by javifernandez Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4038#issuecomment-502589946 using your GitHub account
Received on Monday, 17 June 2019 08:41:04 UTC