Thanks for the clean slide deck. I noticed on code validation that you use `aria-role="navigation"` and `aria-role="status"`. The correct syntax for this is actually just: - `role="navigation"`, or better yest just style a `nav` element - `role="status"`
Thanks for the clean slide deck.
I noticed on code validation that you use
aria-role="navigation"andaria-role="status". The correct syntax for this is actually just:role="navigation", or better yest just style anavelementrole="status"