axe-core icon indicating copy to clipboard operation
axe-core copied to clipboard

`aria-input-field-label` example bug?

Open aminahbl opened this issue 1 year ago • 1 comments
trafficstars

Product

axe-core

Description

There's an error in the "Correct markup solution" section of the https://dequeuniversity.com/rules/axe/4.8/aria-input-field-name page select example, which is given as:

<!-- Select a color: -->
<div id="pass2" role="listbox" aria-labelledby="pass2Label">
    <div role="option">Orange</div>
</div>

However, it should be as is given here:

https://github.com/dequelabs/axe-core/blob/3ce3e3d0b7e70c0e9351254c7cf6bfa3a08074e2/test/integration/rules/aria-input-field-name/aria-input-field-name.html#L19-L23

Hope this helps. Thanks for all the brilliant work! :pray:

aminahbl avatar Dec 27 '23 20:12 aminahbl

Thanks for the issue. I see what you mean and we'll work on getting that fixed.

straker avatar Jan 04 '24 15:01 straker

Can I work on this?

CBID2 avatar Mar 05 '24 12:03 CBID2

@CBID2 unfortunately the place where these docs live is not public.

straker avatar Mar 05 '24 14:03 straker

Change has been made and will be updated the next time the docs are built.

straker avatar Apr 08 '24 17:04 straker