WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Coding sample of forms - looking for some thoughts

for

Number of posts in this thread: 6 (In chronological order)

From: Rabab Gomaa
Date: Fri, Oct 18 2013 1:00PM
Subject: Coding sample of forms - looking for some thoughts
No previous message | Next message →

Hello,=20
How would you Handel "Sample of forms" of static content in an accessible =
way?=20
"Sample of forms" on static page are visual forms that do not require =
interaction with user is required e.g. fill or submit form).=20
=20
Some of the ideas in my mind:=20
- Use form input field (however, should this be read-only?)
- Use an image with input field look=20
- Use an image with background having input field look...=20
=20
Looking forwards for some thoughts,
Rabab
=20
=20

From: Ryan E. Benson
Date: Fri, Oct 18 2013 4:09PM
Subject: Re: Coding sample of forms - looking for some thoughts
← Previous message | Next message →

it all depends what the point the page or having the form on the page. If
the page says "you will receive form 4128 in the mail", it may be useful
to have a screenshot to show people what it will look like.

--
Ryan E. Benson


On Fri, Oct 18, 2013 at 3:00 PM, Rabab Gomaa
< = EMAIL ADDRESS REMOVED = >wrote:

> Hello,
> How would you Handel "Sample of forms" of static content in an accessible
> way?
> "Sample of forms" on static page are visual forms that do not require
> interaction with user is required e.g. fill or submit form).
>
> Some of the ideas in my mind:
> - Use form input field (however, should this be read-only?)
> - Use an image with input field look
> - Use an image with background having input field look...
>
> Looking forwards for some thoughts,
> Rabab
>
>
>
> > > >
>

From: Jennifer Sutton
Date: Fri, Oct 18 2013 4:17PM
Subject: Re: Coding sample of forms - looking for some thoughts
← Previous message | Next message →

And if you did a screen shot, it would be helpful if you described
it, such that someone who can't see it would have all of the same
info conveyed via text.

I'd personally vote for a "mock" form that had read-only edit boxes
with proper labels, disabled but existing radio buttons/checkboxes,
and so forth.

I've seen forms presented like this, though I can't recall a
source-example off-hand.

Wouldn't the real form, but with controls disabled, be the easiest
"one size fits all" approach?

From: Greg Gamble
Date: Fri, Oct 18 2013 4:30PM
Subject: Re: Coding sample of forms - looking for some thoughts
← Previous message | Next message →

Agree ... a mock form with labels for input would be fast to create and replicate a true form ... and be perceivable by some form of AT.


Greg

-----Original Message-----
From: = EMAIL ADDRESS REMOVED = [mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Jennifer Sutton
Sent: Friday, October 18, 2013 3:17 PM
To: WebAIM Discussion List
Subject: Re: [WebAIM] Coding sample of forms - looking for some thoughts

And if you did a screen shot, it would be helpful if you described it, such that someone who can't see it would have all of the same info conveyed via text.

I'd personally vote for a "mock" form that had read-only edit boxes with proper labels, disabled but existing radio buttons/checkboxes, and so forth.

I've seen forms presented like this, though I can't recall a source-example off-hand.

Wouldn't the real form, but with controls disabled, be the easiest "one size fits all" approach?

From: Lucy Greco
Date: Fri, Oct 18 2013 5:12PM
Subject: Re: Coding sample of forms - looking for some thoughts
← Previous message | Next message →

I agree this is the best way over all

Lucia Greco
Web Access Analyst
IST-Campus Technology Services
University of California, Berkeley
(510) 289-6008 skype: lucia1-greco
http://webaccess.berkeley.edu
Follow me on twitter @accessaces

-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Jennifer Sutton
Sent: Friday, October 18, 2013 3:17 PM
To: WebAIM Discussion List
Subject: Re: [WebAIM] Coding sample of forms - looking for some thoughts

And if you did a screen shot, it would be helpful if you described it,
such that someone who can't see it would have all of the same info
conveyed via text.

I'd personally vote for a "mock" form that had read-only edit boxes with
proper labels, disabled but existing radio buttons/checkboxes, and so
forth.

I've seen forms presented like this, though I can't recall a
source-example off-hand.

Wouldn't the real form, but with controls disabled, be the easiest "one
size fits all" approach?

messages to = EMAIL ADDRESS REMOVED =

From: Alastair Campbell
Date: Mon, Oct 21 2013 2:28AM
Subject: Re: Coding sample of forms - looking for some thoughts
← Previous message | No next message

Jennifer Sutton wrote:

> I'd personally vote for a "mock" form that had read-only edit boxes
> with proper labels, disabled but existing radio buttons/checkboxes,
> and so forth.
>
>
That would be ideal. I can see situations where the people putting up the
example may not actually be developers or able to create such a form, in
which case a image with text might be needed instead.

-Alastair