Skip to content

wbr should cut through nowrap unconditionally #6227

Open
@fantasai

Description

@fantasai

HTML spec specifies

nobr wbr { white-space: normal; }

However, Blink, Presto, WebKit, and IE6 all break through both nobr elements and other elements with white-space: nowrap.

See testcase http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8755

Just removing the nobr from that selector should be sufficient to fix this.

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