WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: WCAG 2.0 Question: Converting Form to Static Version

for

From: Mike -
Date: Mar 4, 2014 6:42AM


Hi Susan,

My responses can be found below:

"Is this what you mean by static?"

When I say the form is "static", I mean that it is unchanging - it can't be completed or submitted online. There are no fields for the user to select or input their information. You can think of it as a text-only version of the form, with some checkbox images that are used to mimic the appearance/decoration of an actual form.

"I would not use native form elements such as labels, input types, etc. All this will do is confuse the screen reader user into thinking they're working with an actual form when they aren't. "

I wasn't suggesting that we assign form properties to non-form content. This would be improper use of these elements/attributes, and it would also render the page invalid at W3C.

"The example you shared isn't a form so it's not really an issue of meeting form standards by using images for bullets."

Agreed.

"If it's not possible to make an actual HTML form I would suggest keeping your PDF, making sure it's accessible, and putting it up alongside the static HTML page."

Agreed.

Any other thoughts/comments are always welcome.

Thanks again.


> From: <EMAIL REMOVED>
> To: <EMAIL REMOVED>
> Date: Fri, 28 Feb 2014 13:24:55 +0000
> Subject: Re: [WebAIM] WCAG 2.0 Question: Converting Form to Static Version
>
> A "static" HTML form is not a form. If all that can be done is print it out and fill it in, it's become nothing but a web page. Is this what you mean by static? That it won't be able to be filled out and submitted online?
>
> If this is your plan, I would not use native form elements such as labels, input types, etc. All this will do is confuse the screen reader user into thinking they're working with an actual form when they aren't. They're only working with a text page that's been designed to visually look like a form.
>
> The example you shared isn't a form so it's not really an issue of meeting form standards by using images for bullets. Maybe someone else will say since what you're creating will visually look like one, you should use form elements in the markup but I really do think this would do a disservice to the screen reader user.
>
> I'm not sure why you need to convert your true, interactive PDF form into a static HTML page. But if it's not possible to make an actual HTML form I would suggest keeping your PDF, making sure it's accessible, and putting it up alongside the static HTML page. This will give your users who are visually impaired true access to it. This is certainly the opposite of what people typically to do, though.
>
>