[thelist] Accessibility v XHTML

Michael Pack michaelpack at wvdhhr.org
Fri Jan 2 10:54:50 CST 2004


No need for label....add an alt tag to the selector....

<select id="quickselect" name="clients" alt="Client List"
onchange="window.location.href =
this.value;"></select>

>>> mlist at nykris.com 1/2/2004 11:34:14 AM >>>
Hi,

Wonder if anyone can help. I've got a website that is currently XHTML
1.0
Transitional compliant, but I wish to improve its accessibility
compliance.

The page has a drop-down, and I've put a label next to it:

<label for="quickselect">Clients</label>
<select id="quickSelect" name="clients" onchange="window.location.href
=
this.value;">

So, this reduces the error count in Bobby, but <label /> is not XHTML
compliant. How can I get round this and be XHTML compliant? Anyone got
any
ideas?

Thanks, M.




-- 
* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/ 

For unsubscribe and other options, including the Tip Harvester 
and archives of thelist go to: http://lists.evolt.org 
Workers of the Web, evolt ! 


More information about the thelist mailing list