aaact-aatia / a11y-ict-wizard

ICT accessibility requirements wizard deployed to SSC Azure environment
MIT License
1 stars 2 forks source link

HTML does not validate #23

Open juleskuehn opened 4 years ago

juleskuehn commented 4 years ago

There are numerous issues with aria roles, nesting of elements etc. which would fail WCAG. In all there are 25 issues,

juleskuehn commented 3 years ago

Note that this issue cannot be resolved without upstream changes to WET. e.g. "ARIA role tabpanel must be removed when the element is made visible, as it is not allowed for the element" This code is added by WET Tabbed Interface: <details id="details-step1" open="open" class="wb-auto-2-grp fade out noheight" role="tabpanel" aria-hidden="true" aria-expanded="false" aria-labelledby="details-step1-lnk">