E-mail List Archives
Adding a label to search box
From: Emma Duke-Williams
Date: Apr 11, 2006 9:00AM
- Next message: Helen A: "Re: Adding a label to search box"
- Previous message: Will Miller: "RE: Flash MX 2004/8, Tab Index and JAWS"
- Next message in Thread: Helen A: "Re: Adding a label to search box"
- Previous message in Thread: None
- View all messages in this Thread
Hi
I've got a blog athttp://www.tech.port.ac.uk/staffweb/duke-wie/blog/
and thought I ought to check it for accessibility. There was one thing
that it failed on, viz the lack of label for the search box. Following
the notes on http://www.webaim.org/techniques/forms/4.php#input I've
tried to add a label. (As there's only 1 box & so the button gives
information for those that can see it, I figured that the best thing
to do would be to add the label, check it validated, then hide the
label).
The code to generate the form is:
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>"
name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
(Hope that comes out OK - gmail doesn't seem to have preview button!)
I wasn't entirely sure if it was "s" or "searchform" that needed the
label; whichever I put it ahead of though, I got an extra error - i.e
the form still didn't have a label, and I also then had a label
without a form!
Does anyone have any suggestions as to what I might do to get that to
have a label (pref hidden, so that it's not too visually cluttered.
There are a couple of other alerts - mostly for the JavaScript that
puts the "Feed2Podcast" buttons on the page, but in fact they are so
naff that I'll probably remove them anyway.
Thanks in advance for your help.
Emma
--
Blog: http://www.tech.port.ac.uk/staffweb/duke-wie/blog/
- Next message: Helen A: "Re: Adding a label to search box"
- Previous message: Will Miller: "RE: Flash MX 2004/8, Tab Index and JAWS"
- Next message in Thread: Helen A: "Re: Adding a label to search box"
- Previous message in Thread: None
- View all messages in this Thread