Skip to content

[css-text-3] Priority between break-all/break-word/hyphens #791

Description

@kojiishi

When these properties are set together, browses have different priorities.

Test: http://output.jsbin.com/bivori

Observations:

Browser Priority
Edge break-all > hyphens > break-word
Gecko break-all > hyphens > break-word
WebKit hyphens > break-all/break-word
Blink break-all > break-word > hyphens

From a user feedback and for consistency with other 3 browsers, I'm changing Blink to prioritize hyphens over break-word.

This leaves a question whether hyphens should win over break-all, or opposite.

Thoughts, anyone?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions