#18009 closed defect (fixed)
Fieldset: aria-labelledby points to invalid id
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.4 |
Component: | Dijit | Version: | 1.10.0-beta1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Use this URL http://dojotoolkit.org/reference-guide/1.9/dijit/Fieldset.html</a> can reproduce it, click "Run" button to launch the sample and then scan the page by RPT
You will find a violation on rule "Elements that use WAI-ARIA properties must reference valid IDs", this violation points to this HTML text
<div aria-labelledby="dijit_Fieldset_0_titleBarNode" id="dijit_Fieldset_0_pane" role="region" data-dojo-attach-point="containerNode" class="dijitFieldsetContentInner" aria-hidden="false">Collapse me!</div>
It seems aria-labelledby is not pointing a valid ID, its values is generated by Dojo after rendering, so I think this is a defect.
Change History (3)
comment:1 Changed 7 years ago by
Milestone: | tbd → 1.9.4 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 7979c25dc5778c3af43e0ca6d72a1451bca6ea9c/dijit: