- From: Koji Ishii via GitHub <sysbot+gh@w3.org>
- Date: Mon, 28 Jan 2019 13:24:48 +0000
- To: public-css-archive@w3.org
kojiishi has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-text] Should <wbr> create a break opportunity in `nowrap`? == ```html <style> div { width: 10ch; } .nowrap { white-space: nowrap; } </style> <div class="nowrap">1234567<wbr>7654321</div> ``` Should this create two lines? Blink/WebKit create two lines, while Edge/Gecko do not. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3562 using your GitHub account
Received on Monday, 28 January 2019 13:24:49 UTC