WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Mutliple unrelated forms and one submit button

for

From: Lynn Holdsworth
Date: Feb 13, 2015 8:12AM


Hi James,

When you say the sets of checkboxes are unrelated, do you mean their
data is submitted to two different places when you press the Submit
buttons? Are these essentially two different forms? If so they'd
really need to have separate Submit buttons.

Best, Lynn

On 12/02/2015, Wloch, Rob < <EMAIL REMOVED> > wrote:
> Hi James,
>
> One thing that always helps me in these kinds of scenarios is to go to
> http://validator.w3.org and run the page's "view source" code through the
> HTML validator. This can quickly answer the question of whether <form> is
> allowed inside a table; it will validate any other HTML issues on the page
> too and if none then it at least passes WCAG 2.0 success criteria 4.1.1.
>
> For the checkboxes and submit, it seems okay to me as long as the sets of
> checkboxes are in fieldsets (ie. <fieldset> <legend>) and labelled properly,
> etc. See example 2: http://www.w3.org/TR/WCAG20-TECHS/H71.html
>
> I hope this helps a bit.
>
> -Rob.
>
>