🐞 - [Skeleton] Should block content selection in a Skeleton #9000
Labels
community contribution
This issue was closed by a PR from the community
P3
This issue has low priority
S3
This issue has low severity
Playground Link
https://taiga-ui.dev/directives/skeleton
Description
Current behavior:
Expected behavior: User should not be able to interact with hidden/loading content.
Suggested fixes:
user-select: none
. This is unfortunately not supported on Safari yet, but should be fine as a progressive enhancement.pointer-events: none
.aria-busy
attribute, but there are nuances here for which I have raised a separate issue: 🚀 - [Skeleton] Accessibilty enhancements (aria) for notifying screen-readers #8999Angular version
Any/Latest
Taiga UI version
Latest
Which browsers have you used?
Which operating systems have you used?
The text was updated successfully, but these errors were encountered: