Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48345, comment 23


Ignore:
Timestamp:
05/15/2025 02:37:13 PM (5 months ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48345, comment 23

    initial v1  
    22
    33* This should be announced to screen readers too, eg. via `wp.a11y.speak()`
    4 * David Walsh has an article about using `KeyboardEvent.getModifierState()` instead of performing case comparisons -- is this a better approach?
     4* [https://davidwalsh.name/detect-caps-lock David Walsh has an article] about using `KeyboardEvent.getModifierState()` instead of performing case comparisons -- is this a better approach?
    55* [https://bugzilla.mozilla.org/show_bug.cgi?id=259059 21 year old feature request for showing a caps lock warning in password inputs in Firefox]
    66* [https://issues.chromium.org/issues/40722752 Five year old Chromium discussion on the same topic]