Accessibility
General guidelines
- Add
:focusto any hover effect so that it also applies to keyboard navigation. - When using adding a
vk-modalmake sure to add a role and aria-label attribute:<vk-modal role="dialog" aria-label="usually modal title" - Use correct HTML elements for their intended purpose to make use of native browser accessibility support. i.e Instead if creating editable content add a text input vs a div.