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 third item on this list I think is ultimately coming from within Django. The wagtail form builder relies on Django to render checkbox list form fields and these are done without proper grouping tags.
I think we can wait on the django PR to be merged to resolve the third point for now. Depending on how much time it takes we can decide if we want to address it on our side.
There are certain form fields which don't have labels related to them or have broken labels with missing id to associate with:
<select>
dropdown needs to have anid=aria-topic
for the label tag to be related with it.Put the checkbox inputs inside a fieldset with<legend>
#887The text was updated successfully, but these errors were encountered: