Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Use display: contents on wrapper components #102

Description

@bengry

Wrapper components currently either have the default display (inline), or when using setHostDisplay: true, have it be set to whatever the root element is.

This is done because support for display: contents is partial at the moment, with Edge and IE not supporting it at all, and Safari and all Chromium-based browsers having accessibility issues.

This should be further explored, and use CSS.supports() to do use display: contents when available if possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedstale

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions