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
Axe-core has logic that allows this when aria-expanded="false" is on the button, but not without it. I think this exception should be extended to elements with aria-haspopup. Perhaps here it would be appropriate to report it as needs review instead of pass. We don't know whether the control is expanded or not.
The text was updated successfully, but these errors were encountered:
if an element has both aria-controls and aria-haspopup mark it incomplete as we are unsure if the DOM element will be added dynamically later
Refs: #4363
…4418)
if an element has both aria-controls and aria-haspopup mark it
incomplete as we are unsure if the DOM element will be added dynamically
later
**dev note**: this is my first time adding some language locale for an
incomplete, how's it look?
fix: #4363
Axe reports the following as an issue under
aria-valied-attr-value
because the#settings
element doesn't exist until the button is activated.Axe-core has logic that allows this when
aria-expanded="false"
is on the button, but not without it. I think this exception should be extended to elements witharia-haspopup
. Perhaps here it would be appropriate to report it as needs review instead of pass. We don't know whether the control is expanded or not.The text was updated successfully, but these errors were encountered: