From 4bdaa2604f5ec7cf7dec90130577a5da9a32b01b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 13 Nov 2020 10:49:32 -0800 Subject: [PATCH] Mention user-select-all support in docs (#32151) --- site/docs/4.5/utilities/interactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.5/utilities/interactions.md b/site/docs/4.5/utilities/interactions.md index 4bb20c4e67..024d796a11 100644 --- a/site/docs/4.5/utilities/interactions.md +++ b/site/docs/4.5/utilities/interactions.md @@ -7,7 +7,7 @@ group: utilities ## Text selection -Change how the content is selected when the user interacts with it. +Change how the content is selected when the user interacts with it. 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.** {% capture example %}

This paragraph will be entirely selected when clicked by the user.