Allowing main element as well as main role #372
nicholasgriffintn
started this conversation in
Feature Requests
Replies: 1 comment
-
|
It seems like that is because is an HTML 5 element that IE11 doesn't understand (and therefore doesn't apply the role to).IE11 is not unsupported and so I see no need to enforce this rule. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Allow
<main>as well as<element role="main'>as this is even more valid.https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Main_role
Beta Was this translation helpful? Give feedback.
All reactions