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
The point of that role is for people who need to use screen readers to browse the site.
It provides context so they know to expect an action when they click it.
@bmos - Yes, I understand that there should be explaining attributes on it - but the "role" attributes seems a bit off for that. It should most likely be an aria-role or something like that
The validation from w3c is throwing an Error with the following part in the common.py:
The Error says:
Error: Attribute role not allowed on element label at this point.
Is there any use for this "role" in the label? If not, I would fix this.
The text was updated successfully, but these errors were encountered: