[csswg-drafts] [css-text] Should <wbr> create a break opportunity in `nowrap`? (#3562)

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