GoogleChrome / GoogleChrome/lighthouse
Audit for disabling text selection
Open
new_audit
P3
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 19
Description
inspired by https://news.ycombinator.com/item?id=21804316
Like `font-size` does, we could flag pages that have >X% of text w/ text selection disabled. This feature is antagonistic to the user. We should leave some room for unselectable text, as there are some use cases for it, but in general that should be a fraction of the text on the page.
We may way to generalize `FontSize` to a `Text` artifact.
Contributor guide
Assessment
This issue has not been assessed yet.