E-mail List Archives
Re: Forms as lists
From: Steve Green
Date: Sep 2, 2010 1:55PM
- Next message: Simius Puer: "Re: Forms as lists"
- Previous message: Simius Puer: "Re: Forms as lists"
- Next message in Thread: Simius Puer: "Re: Forms as lists"
- Previous message in Thread: Simius Puer: "Re: Forms as lists"
- View all messages in this Thread
Certainly those three items should be grouped in a list if they appear as
text. However, if they are in a form, they are already grouped by the <form>
element and the <fieldset> element if it is present. The questions and
corresponding form controls are related by means of the <label> element. No
further structural elements are needed.
A <fieldset> element is not necessary for the radio buttons because they are
explicitly grouped by their 'name' attributes. There is a case for using a
<fieldset> element to group checkboxes because they are not explicitly
grouped by default.
It seems that designers are falling over each other to see who can add the
most structural markup to their pages, and beyond a certain point this
reduces the accessibility rather than improve it. Semantic structure only
has value to the extent that the author and reader agree on its meaning.
Adding superfluous or inappropriate structural markup adds no value for
anyone.
Steve Green
Director
Test Partners Ltd
- Next message: Simius Puer: "Re: Forms as lists"
- Previous message: Simius Puer: "Re: Forms as lists"
- Next message in Thread: Simius Puer: "Re: Forms as lists"
- Previous message in Thread: Simius Puer: "Re: Forms as lists"
- View all messages in this Thread