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
So we should convert <a role="button"> to <button>
I found somewhere a <button> with no text that triggers must have accessible text
Also found <button role="button">
Locations I found these are mainly the BlogTheme and the TheTheme.
The text was updated successfully, but these errors were encountered:
Hi!
We are using
HtmlValidation
in our UI Tests at Lombiq at we often have to filter the output logs because they contain the following error logs:These warnings are all coming from OrchardCore's source html code. We could improve on these as these are kind of standard HTML validations.
Some examples:
OrchardCore/src/OrchardCore.Themes/TheTheme/Views/ToggleTheme.cshtml
Line 2 in 187b0e8
OrchardCore/src/OrchardCore.Modules/OrchardCore.Users/Views/UserMenu.cshtml
Line 6 in 187b0e8
Also here is the search result for
<a role="button">
https://github.com/search?q=repo%3AOrchardCMS%2FOrchardCore%20role%3D%22button%22&type=codeSo we should convert
<a role="button">
to<button>
I found somewhere a
<button>
with no text that triggers must have accessible textAlso found
<button role="button">
Locations I found these are mainly the BlogTheme and the TheTheme.
The text was updated successfully, but these errors were encountered: