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
It seems that Alfa completely disregards contents of an element with role="presentation" when it comes to calculating an Accessible Name.
<button><span role="presentation">Text</span></button> is flagged as having no Accessible Name, even though role="presentation" is only supposed to remove the semantics (if any) from the node. role="presentation" isn't inherited to child nodes. Chrome's DevTools also seems to tell me that the button has the Accessible Name "Text".
The text was updated successfully, but these errors were encountered:
It seems that Alfa completely disregards contents of an element with
role="presentation"
when it comes to calculating an Accessible Name.<button><span role="presentation">Text</span></button>
is flagged as having no Accessible Name, even thoughrole="presentation"
is only supposed to remove the semantics (if any) from the node.role="presentation"
isn't inherited to child nodes. Chrome's DevTools also seems to tell me that the button has the Accessible Name "Text".The text was updated successfully, but these errors were encountered: