Re: [csswg-drafts] [css-text] Prevent line breaking after explicit hyphens (#3434)

I believe the intent of the spec with `hyphens: none` is to do what you expect, and that the fact that browsers don't suppress the wrapping opportunity around U+002D is a bug.

At the same time, I can see how the definition about `hyphens: none` only talks about suppressing hyphenation opportunities, which isn't defined, and could be interpreted as only suppressing things that inject a hyphen, not suppressing wrapping opportunities around hyphens that are already there.

I think we should clarify that definition to make it more clear (possibly by defining _hyphenation opportunity_, possibly by rephrasing the whole thing).

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3434#issuecomment-446580296 using your GitHub account

Received on Wednesday, 12 December 2018 13:02:31 UTC