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

Add note that user-select-all is not supported on IE or Edge Legacy #32120

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions site/docs/4.5/utilities/interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ Change how the content is selected when the user interacts with it.
{% endcapture %}
{% include example.html content=example %}

**Note: `user-select-all` is not supported on Internet Explorer or Edge Legacy.**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd move this up to be part of Line 10, and make this edit:

Note that Internet Explorer and Legacy Edge have no support for the all value for user-select, and as such, .user-select-all is not supported by either browser.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdo can you make a PR please? ❤


Customize the available classes by changing the `$user-selects` Sass list in `_variables.scss`.