CSS documentation and non-breakable hyphens

2017-05-30 Thread Arnaud
Hey there, While browsing the GTK+ CSS documentation lately in my web browser, I noticed a weird phenomenon. If you do a research on 'font-' (for example), most of the 'font-' strings are left out of the search results. You can try it easily. Go on this page, and do a research on 'font-'. https:/

Re: CSS documentation and non-breakable hyphens

2017-05-31 Thread Arnaud
> Wondering if there's a better way to do that. Well, it seems that the most common answer for that problem is to use a element with the 'white-space' property set to 'nowrap'. HTML:i-dont-want-to-be-broken CSS:span.nobr { white-space: nowrap; } And this is now how it translates in our

Re: CSS documentation and non-breakable hyphens

2017-06-02 Thread Stefan Sauer
On 05/31/2017 10:37 AM, Arnaud wrote: >> Wondering if there's a better way to do that. > Well, it seems that the most common answer for that problem is to use a > element with the 'white-space' property set to 'nowrap'. > > HTML:i-dont-want-to-be-broken > CSS:span.nobr { white-space: nowra