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
Using <a> for links and using <button> for interactive elements that do something on the current page will make it more clear to screen-reader users what will happen when they interact with something.
Currently, there's a Nunjucks macro called "button" (which uses an <a> tag), so maybe creating a second "link" macro would be a good way to do this.
The text was updated successfully, but these errors were encountered:
Using
<a>
for links and using<button>
for interactive elements that do something on the current page will make it more clear to screen-reader users what will happen when they interact with something.Currently, there's a Nunjucks macro called "button" (which uses an
<a>
tag), so maybe creating a second "link" macro would be a good way to do this.The text was updated successfully, but these errors were encountered: