Closed Bug 1347808 Opened 8 years ago Closed 6 months ago

A long string of hyphens does not wrap in Firefox, but does in other browsers

Categories

(Core :: Layout: Text and Fonts, defect, P3)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1883494
Webcompat Priority P2

People

(Reporter: dholbert, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

Attached file testcase 1
(Filing this for https://github.com/webcompat/web-bugs/issues/5080 )

STR:
 1. Load attached testcase.

EXPECTED RESULTS:
Hyphens wrap to multiple lines, staying inside of their <div> container.

ACTUAL RESULTS:
Hyphens do not wrap, and overflow their <div> container.
Chrome 55, Edge 14, Safari, and Opera all give EXPECTED RESULTS.  (The latter two I didn't test myself, but I'm going off of reports on the webcompat issue & Blink/WebKit family ties.)

Firefox gives ACTUAL RESULTS. So, we're the odd one out on this behavior.
I think other browsers are treating each hyphen as a "soft wrap opportunity", and this is special behavior for hyphens and not for other characters.

(karlcow discovered https://www.w3.org/TR/css-text-3/#soft-wrap-opportunity which has some spec text about this, including "CSS does not fully define where soft wrap opportunities occur". So this is a bit under-specified, and we should probably align with other browsers on this case for interop.)
testcase 2 (viewed in other browsers) shows that hyphens are a special case. Edge and Chrome don't break the other long strings in that testcase (with an assortment of other punctuation characters)
See Also: → 1347812
(While other browsers treat hyphens as special, we seem to treat percent signs as special in a much weirder way -- I filed bug 1347812 on that.)
masayuki, perhaps you'd be interested in taking this? I see dbaron CC'd you & you added some insight on related bug 1347812.

(This bug here is apparently responsible for breaking mobile layout on modemarine.fr, as noted in the webcompat report.)
Flags: needinfo?(masayuki)
Yep, hyphen-minus is a really difficult character to break around it. If it's used as "hyphen", we can relax around it, however, it can be used as "minus" or special character especially for command lines and similar cases.

E.g., there is a line |ac_add_options --enable-debug|, the "--enable" shouldn't be broken because if it's broken to 2 or more lines, it's really difficult to understand what it means.  But I guess, "-" not followed by other characters can be broken.
Flags: needinfo?(masayuki)
Example where Chrome's behavior of treating every hyphen as a break opportunity gives poorer results:

data:text/html,<div style="font-family:monospace;width:28ch;">double hyphens may be used -- like this -- to stand in for em-dashes

Firefox keeps the hyphens together.
Priority: -- → P3

also stumbled upon this issue - still does not work as expected in Firefox 68.0.2 (64-bit)

also stumbled upon this issue - still does not work as expected in Firefox 68.0.2 (64-bit)

a workaround is to use the wbr tag
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/wbr

Webcompat Priority: --- → ?
Webcompat Priority: ? → P2

This can sometimes make the content unusable because of numbers not visible like in https://github.com/webcompat/web-bugs/issues/99714

Severity: normal → S3
Depends on: 1888941
See Also: → 1883494

(In reply to Karl Dubost💡 :karlcow from comment #11)

This can sometimes make the content unusable because of numbers not visible like in https://github.com/webcompat/web-bugs/issues/99714

This one with hyphenated numbers is actually sort-of different -- I spun off bug 1888941 to cover what seems to be going on there. (It turns out to be a different circumstance from a literal long string of hyphens, which is what this bug was originally about.

Status: NEW → RESOLVED
Closed: 6 months ago
Duplicate of bug: 1883494
Resolution: --- → DUPLICATE
See Also: 1883494

(In reply to Daniel Holbert [:dholbert] from comment #0)

(Filing this for https://github.com/webcompat/web-bugs/issues/5080 )

--> moved this one to be a see-also on dupe-target bug 1883494

--> Removing both see-also's since they've each got their own newer bug now.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: