Bootstrap: Media object and the css `hyphens: auto` doesn't work well on Firefox

Created on 22 Aug 2019  路  3Comments  路  Source: twbs/bootstrap

Snippet to reproduce it: https://jsfiddle.net/vpereirabr/pns761zr/14/

Browser: Firefox

Problem:

Because word-break: break-word is deprecated we are trying to work with hyphens: auto however looks like it doesn't work on Firefox, which has full support for it.

Most helpful comment

Another snippet to reproduce the same issue: https://jsfiddle.net/eduardoj/Lpbsow5r/

All 3 comments

Another snippet to reproduce the same issue: https://jsfiddle.net/eduardoj/Lpbsow5r/

@vpereira See this reduced test case which fix your issue:
https://codepen.io/florianlacreuse/pen/zYOzMLz

@eduardoj Same here for your case:
https://codepen.io/florianlacreuse/pen/JjPJwMw

Because "AAAAAAAAAAAAAAAA ...." is not registered in the hyphenation resource(dictionary).

https://drafts.csswg.org/css-text-3/#hyphenation

Correct automatic hyphenation requires a hyphenation resource appropriate to the language of the text being broken. The UA must therefore only automatically hyphenate text for which the content language is known and for which it has an appropriate hyphenation resource.

Also see:

Closing this since this is not a bug of Bootstrap.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tiendq picture tiendq  路  3Comments

knownasilya picture knownasilya  路  3Comments

bellwood picture bellwood  路  3Comments

devfrey picture devfrey  路  3Comments

alvarotrigo picture alvarotrigo  路  3Comments