You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a UI developer, I want to communicate to a user which keyboard shortcut they can use to trigger an action. Using this information, they can act immediately, without the need for a mouse click.
The <kbd> element represents a span of inline text denoting textual user input from a keyboard, voice input, or any other text entry device. By convention, the browser defaults to rendering the contents of a <kbd> element using its default monospace font, although this is not mandated by the HTML standard.
Depends on
Why?
As a UI developer, I want to communicate to a user which keyboard shortcut they can use to trigger an action. Using this information, they can act immediately, without the need for a mouse click.
From MDN:
Design
Figma
Acceptance criteria
Implementation details
Reference implementations
Applicable ARIA Pattern
Definition of Done
apps/demo-app/src/views/HomeView.vue
Approval
The text was updated successfully, but these errors were encountered: