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
Links and Buttons used for the page state musst share which link/button must communicate the active state for screen readers.
There are two variants for this:
Additionally we should also add the aria-current. See mdn-docs
(This might need some more research on how we utilise links, but in general we could automatically set aria-current="page" on every link that has a href that matches window.location.)
Todo
Comment sort- and filter-links must communicate the active state
The navigation must communicate the active page
Selected payments-option must be communicated
The text was updated successfully, but these errors were encountered:
Description
Links and Buttons used for the page state musst share which link/button must communicate the active state for screen readers.
There are two variants for this:
aria-current
. See mdn-docsaria-current="page"
on every link that has a href that matches window.location.)Todo
The text was updated successfully, but these errors were encountered: