-
Notifications
You must be signed in to change notification settings - Fork 2
Accessibility
Beth423 edited this page Nov 21, 2024
·
2 revisions
- fire fox hamburger menu > more tools > developer tools > accessibility pane should be one from the right
- mac ?
- chrome does not have one unless found
- buttons
<button class='btn' aria-label="pizza and Speakers from 6 to 7:30 pm"></button>divs can also be labeled like this . *aria It is used for screen readers to understand content of the webpage. see aria-lable usageand aria-hidden ='true - tabindex so the element is able to be focused by the browser
- title
- name
- custom focus styles
- images should have alt text to describe the image.
- should have name and aria lable like card