>Just wondered whether there is a definitive answer to the >issue of how to >display labels for mandatory fields. ---------- I've been giving a lot of thought to things like this lately. Would this work? <label for="firstName"> <span style="display: none;">This field is required.</span> First Name: <input type="text" id="firstName" /> IE, NN and Opera will hide the "required" statement, but Lynx will show it. I'm not sure what a screen reader will do with it though. RandalReceived on Thursday, 21 March 2002 08:43:36 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 18:14:20 GMT