E-mail List Archives
RE: Long form legends
From: Thomas Jedenfelt
Date: Jun 10, 2005 3:20PM
- Next message: Joelle Tegwen: "RE: Long form legends"
- Previous message: Steven Faulkner: "RE: Long form legends"
- Next message in Thread: Joelle Tegwen: "RE: Long form legends"
- Previous message in Thread: Steven Faulkner: "RE: Long form legends"
- View all messages in this Thread
Joelle,
If you do not need (for technical reasons handling the students' input) to associate one Text control with a person's name, then why not use TEXTAREA?
To see if this might work, grab a couple of students and have them fill out the form on a test page.
(Simple user tests are recommended by usability experts.)
Let us know if it works. If not, we'll try something else.
Regards,
Thomas Jedenfelt
----- Original Message -----
From: "Joelle Tegwen"
Date: Mon, 6 Jun 2005 08:52:31 -0500
>
> I'm going to talk to our designers about moving from two radios to one
> checkbox, thus eliminating a lot of our needed fieldsets. But we have over
> 70 activities and they all have fieldsets. I just gave 1 example.
>
> But I do have many cases where I have things like:
> List 5 people that can help you with this:
> 1. <input type="text">
> 2. <input type="text">
> 3. <input type="text">
> 4. <input type="text">
> 5. <input type="text">
>
> And these clearly qualify for a fieldset/legend.
>
> We *must* be accessible to screen readers (our mission is to support people
> with disabilities) so the "List 5 people.." needs to be associated with the
> 1, 2, 3, 4 & 5. His example only associates the "List 5 people..." with the
> 1st control.
>
> Could we use a <dl>? Can form controls go inside a dl?
>
> Thanks
> Joelle
>
>
>
>
>
- Next message: Joelle Tegwen: "RE: Long form legends"
- Previous message: Steven Faulkner: "RE: Long form legends"
- Next message in Thread: Joelle Tegwen: "RE: Long form legends"
- Previous message in Thread: Steven Faulkner: "RE: Long form legends"
- View all messages in this Thread