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 code is working as expected from that issue. The original issue was that axe errored when the element was missing but has always passed if the element exists (even when empty). So the change allows non-existent elements to not fail.
Are you saying you'd like axe-core to flag empty aria-describedby elements as needs review?
The intended fix for issue #1151 is not working as expected. Case-1 in the below examples does not show up as "needs review'.
Demo: https://codepen.io/iamrafan/pen/abOrzVb?editors=1000
aria-describedby
referenced to an empty<span>
is now not a failure but it does not show up as 'needs review' as well.The text was updated successfully, but these errors were encountered: