Conversation

question: is there a concept of a yes-breaking space? like if i'm making a web thing and i want to communicate to the browser "if you have to split this over multiple lines, please put the line break here if you can", is there an elegant way of doing that?

3
0
0

thanks everyone! <wbr> doesn't quite do what I wanted (it seems to be intended for "long text that won't otherwise break, please break here" while I wanted "sentence full of spaces that will break, but break at this one in particular please") but after thinking about what I was trying to achieve I've managed to do it with some good old non-breaking spaces anyways

0
0
1