[thelist] Accessibility v XHTML

Joshua Olson joshua at waetech.com
Fri Jan 2 10:37:58 CST 2004


----- Original Message ----- 
From: "mlist" <mlist at nykris.com>
Sent: Friday, January 02, 2004 11:34 AM


> <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?

M.,

I don't see anything wrong with your XHTML (other than the fact that the id
of the select is not case-perfect with the "for" of the label").

<label /> may indeed be not XHTML, but you don't seem to have one of those
in your block.

What error are you seeing?

<><><><><><><><><><>
Joshua Olson
Web Application Engineer
WAE Tech Inc.
http://www.waetech.com/service_areas/WA/
706.210.0168



More information about the thelist mailing list