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
Click on the 'ANALYZE' button. Actual:
Under "We are not sure this is an issue, because:" observed that for ARIA attribute unable to see the value instead some condition is displayed. Expected:
ARIA attribute value must be displayed instead of some condition.
Steps to reproduce:
Actual:
Under "We are not sure this is an issue, because:" observed that for ARIA attribute unable to see the value instead some condition is displayed.
Expected:
ARIA attribute value must be displayed instead of some condition.
CC: @padmavemulapati
Tested Environment:
Test file:
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Checking ID reference</title>
</head>
<body>
<main>
<h1>Checking ID reference</h1>
<input id="giftCard_0" aria-describedby="giftCard_0Error" aria-invalid="false"/>
<span id="giftCard_0Error" aria-live="polite">[nothing here yet]</span>
</main>
</body>
</html>
Attest - 2.5.1.21421v
Axe - 3.8.1.21421v
Chrome - 76.0.3809.100v
Firefox - 68.0.1v
OS - Windows 10 64 bit.
The text was updated successfully, but these errors were encountered: