public-ui / kolibri

The accessible HTML-Standard
https://public-ui.github.io
European Union Public License 1.2
173 stars 33 forks source link

Fix ShortKey and Event Handler in Button Component Example #7082

Closed Makko74 closed 2 days ago

Makko74 commented 3 days ago

Refs: #6646

The A11y and PO reviews will only take place after all other DoD steps have been completed by the Developer:

Makko74 commented 3 days ago

Event Handler zum letzten Button hinzugefügt

und ShortKey angepasst, da:

github-actions[bot] commented 3 days ago

Netlify Draft Deployment URL: https://673c56c137517aefb6c9a2ad--kolibri-public-ui.netlify.app Logs: https://app.netlify.com/sites/kolibri-public-ui/deploys/673c56c137517aefb6c9a2ad

deleonio commented 3 days ago

Event Handler zum letzten Button hinzugefügt

und ShortKey angepasst, da:

  • Accesskey ist case-insensitiv - es wird NICHT zwischen Groß- und Kleinschreibung unterschieden.
  • Der gleiche Accesskey kann NICHT mehrfach auf derselben Seite verwendet werden. Wenn ein Accesskey mehrfach definiert wird, ist das Verhalten nicht standardisiert und kann je nach Browser variieren.

Hi @Makko74 , das ist korrekt und auch die berechtigte Motivation für ShortKey. Wir sollten das bei der Doc dokumentieren.