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
Elements that trigger "in-application actions" should be <button> elements. Accessibility Insights should register the element as a "button".
Elements that "open link in external browsers" should be <a> elements, with a blue underline. Accessibility Insights should register the element as a "link".
Action buttons of the renderer window notification (customized actions and the default close action)
The text was updated successfully, but these errors were encountered:
In 1.34, please fill out the "Elements needing updating:" list and then we can determine how we want to triage/distribute the actual doing of this work.
craxal
changed the title
Use button like styles for link elements work as buttons
Use button semantics and styles for link elements that work as buttons
Sep 27, 2024
Standard to meet:
Elements that trigger "in-application actions" should be
<button>
elements. Accessibility Insights should register the element as a "button".Elements that "open link in external browsers" should be
<a>
elements, with a blue underline. Accessibility Insights should register the element as a "link".Action buttons of the renderer window notification (customized actions and the default close action)
The text was updated successfully, but these errors were encountered: