w3c / aria-practices

WAI-ARIA Authoring Practices Guide (APG)
https://www.w3.org/wai/aria/apg/
Other
1.21k stars 346 forks source link

Use OS-specific modifier key for 'select all text' command in toolbar_toolbar test #3115

Open stalgiag opened 2 months ago

stalgiag commented 2 months ago

This PR adds two small utility methods: isMacOS() and getOSPreferredModifierKey(). The latter utility returns the Keys.META if the OS is macOS and Keys.Control otherwise.

These utilities are then used in the toolbar_toolbar test to ensure that the OS-specific modifier key is used in the "select all text" chord.

see #2735


WAI Preview Link (Last built on Fri, 22 Nov 2024 02:53:29 GMT).