Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use display: contents on wrapper components #102

Closed
bengry opened this issue Mar 18, 2019 · 1 comment
Closed

Use display: contents on wrapper components #102

bengry opened this issue Mar 18, 2019 · 1 comment
Labels
question Further information is requested stale

Comments

@bengry
Copy link
Contributor

bengry commented Mar 18, 2019

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.

@bengry bengry added the question Further information is requested label Mar 24, 2019
@stale
Copy link

stale bot commented May 23, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 23, 2019
@stale stale bot closed this as completed May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested stale
Projects
None yet
Development

No branches or pull requests

1 participant