givepulse / knowbilitywarriors

Web Accessibility Website work for Accessible Housing Austin
0 stars 1 forks source link

When in text only mode is showing the search text area missing a label #93

Closed christosptr closed 10 years ago

christosptr commented 10 years ago

Using the wave tool bar on firefox and I set the mode to text only then the search text box is shown as unlabeled

searchtextboxunlabeld

georgeluc commented 10 years ago

that's going to be tough since that's google custom search

christosptr commented 10 years ago

ok

On Tue, Feb 18, 2014 at 1:05 PM, George Luc notifications@github.comwrote:

that's going to be tough since that's google custom search

— Reply to this email directly or view it on GitHubhttps://github.com/givepulse/knowbilitywarriors/issues/93#issuecomment-35343423 .

Kind Regards Christos Petrou

PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS EMAIL. "I personally measure success in terms of the contributions an individual makes to her or his fellow human beings." "Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it's the only thing that ever has." Margaret Mead (1901-1978)

georgeluc commented 10 years ago

would it be hacking the system if i had a invisible label for the search input?

christosptr commented 10 years ago

no you can positioning the label out of the screen. I believe is acceptable solution

On Tue, Feb 18, 2014 at 1:23 PM, George Luc notifications@github.comwrote:

would it be hacking the system if i had a invisible label for the search input?

— Reply to this email directly or view it on GitHubhttps://github.com/givepulse/knowbilitywarriors/issues/93#issuecomment-35344624 .

Kind Regards Christos Petrou

PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS EMAIL. "I personally measure success in terms of the contributions an individual makes to her or his fellow human beings." "Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it's the only thing that ever has." Margaret Mead (1901-1978)

christosptr commented 10 years ago

I think we need to ass another id on the input field

id on the search input filed is id="gsc-i-id1" and the label has an id="search" which is a mismatch

christosptr commented 10 years ago

verified fixed