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
I came across an instance where it seems like the search landmark is not being recognized by the check, however this may need further investigation. The search landmark should not require an accessible name unless there are multiple in the same document. The code example may shed light on this issue:
🤔 <form> without an accessible name do not have an implicit role (per HTML AAM), which we cannot really handle in the Accessibility tree building the way we currently do it (#298), so we hack around a bit in the rules that need it, such as R57. However, this hack should accept the explicit role.
I guess there is some problem in hasIncorrectRoleWithoutName…
I came across an instance where it seems like the search landmark is not being recognized by the check, however this may need further investigation. The search landmark should not require an accessible name unless there are multiple in the same document. The code example may shed light on this issue:
The text was updated successfully, but these errors were encountered: