WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Proper nesting of <Form> tags in PDF's? (Further clarification)

for

From: Karlen Communications
Date: Oct 30, 2019 3:46PM


I've always nested the <Form> Tag in the <P> Tag with the question it is
associated with. That way, as I do my QA, I can tell that both the question
and <Form> Tag are together in their logical reading order.

<P>
Question text
<Form>

Or
<P>
Question Text
Yes
<Form> (Radio button for Yes button)
No
<Form> (Radio button for No)
<P> (next question

Never heard of the other techniques you mentioned. Hmmmm.

Cheers, Karen