Skip to content

The CSS rules for wbr/br uses a display-outside property which no longer exist. #4110

Closed
@MatsPalmgren

Description

@MatsPalmgren

https://html.spec.whatwg.org/multipage/rendering.html#br-wbr-content

br { display-outside:​ newline; } /* this also has bidi implications */ nobr { white-space:​ nowrap; } wbr { display-outside:​ break-opportunity; } /* this also has bidi implications */

The rules for wbr/br uses a display-outside property which no longer exist in the relevant CSS spec. (And newline and break-opportunity aren't valid display values either.)

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