✅ The extends: 'recommended'
property in a configuration file enables this rule.
Certain reserved DOM elements do not support ARIA roles, states and properties. This is often because they are not visible.
These elements include:
html
meta
script
style
This rule enforces that these DOM elements do not contain the role
and/or aria-*
props.
This rule forbids the following:
This rule allows the following: