On 12 Apr 2007, at 13:34:06, Patrick Lauke wrote:

I'm not making assumptions. I'm saying that, for sighted users, having a text input box with no visible label and a button that says "Search" immediately next to it is labelling enough.


Surely

<label for="searchBox">
   <input type="text" id="searchBox" name="q">
   <button type="submit">Search</button>
</label>

would therefore keep everybody happy?

(Or does it matter if focus is switched to the text field as the form is submitted - sounds like the kind of odd case that A Certain Browser might get unreasonably petulant about...)

Regards,

Nick.
--
Nick Fitzsimons
http://www.nickfitz.co.uk/





*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to