Hacker News new | ask | show | jobs
by ZYbCRq22HbJ2y7 275 days ago
I think a way to resolve things like this is to have media features.

For example:

  @media(prefers-user-select: all){ * {user-select: all;} }

But that wouldn't guarantee you could select text on an interactive element, plenty of other things could prevent it.

If it was an established known issue, then maybe people would do something like:

   :not(:lang('base-lang')) { * {user-select: all;}  }
It looks like there are plenty of extensions for this:

- https://chromewebstore.google.com/detail/user-select-all/aoh...

- https://chromewebstore.google.com/detail/enable-user-select/...

- https://addons.mozilla.org/en-US/firefox/addon/select-like-a...

- https://addons.mozilla.org/en-US/firefox/addon/user-select/

1 comments

Yeah that's possible for us geeks ;) But UX talks about how everyone interacts with our site. We couldn't just ask all visitors to be experts.
> But UX talks about how everyone interacts

It doesn't. It should, in an ideal world, but it definitely isn't the goal of people who design human-computer interfaces to allow everyone who interacts with a computer to be happy with the way it functions.