[SOLVED] Cynthia Says....

This is a discussion on "[SOLVED] Cynthia Says...." within the Web Page Design section. This forum, and the thread "[SOLVED] Cynthia Says.... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 7th, 2008, 16:25
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
[SOLVED] Cynthia Says....

There's something wrong with my search bar.

Quote:
Rule: 12.4.1 - Identify all non-hidden INPUT elements that do not have an explicit LABEL association.
  • Failure - INPUT Element, of Type TEXT, at Line: 51, Column: 14 in FORM Element at Line: 50, Column: 3
What do I need to do to it? It's the last error before I claim WAI-AA

Cheers

Dan
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote

  #2 (permalink)  
Old Jan 7th, 2008, 16:27
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cynthia Says....

So ... do you have a <label for="name">Name:</label> <input type="text" name="name"id="name" etc...> ?

You are probably missing the for attribute

Last edited by karinne; Jan 7th, 2008 at 16:33.
Reply With Quote
  #3 (permalink)  
Old Jan 7th, 2008, 16:28
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Cynthia Says....

All I have is the text input area

go look on minute44.com
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #4 (permalink)  
Old Jan 7th, 2008, 16:32
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cynthia Says....

Ok ... so ... this

HTML: Select all
<form method="get" id="searchform" label="Find" action="">
        <div><label for="Find"></label><input type="text" alt="Search Box" value="" name="s" id="s" />
        </div>
        </form>
should probably be more like this

HTML: Select all
<form method="get" id="searchform" action="">
        <div><label for="search"></label><input type="text" alt="Search Box" value="" name="s" id="search" />
        </div>
        </form>
I removed the label in your <form> and changed the for= to search instead of Find and fixed the id

See [CSS] Customize your form with CSS
Reply With Quote
  #5 (permalink)  
Old Jan 7th, 2008, 16:36
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cynthia Says....

Give the input box a title...

I'm pretty sure that's what it's looking for.
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Reply With Quote
  #6 (permalink)  
Old Jan 7th, 2008, 16:38
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cynthia Says....

That too but the for attribute is his label wasn't matching the id attribute in his input

That's what I get from

"Identify all non-hidden INPUT elements that do not have an explicit LABEL association."
Reply With Quote
  #7 (permalink)  
Old Jan 7th, 2008, 16:44
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cynthia Says....

Okay, that would fix it then.. I didn't check the page... It only needs a title if there's no label.
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Reply With Quote
  #8 (permalink)  
Old Jan 7th, 2008, 16:45
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Cynthia Says....

Sorted it...

It was me not seeing the wood for the trees.

Cheers
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #9 (permalink)  
Old Jan 7th, 2008, 16:45
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Cynthia Says....

I now have WAI-AA
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #10 (permalink)  
Old Jan 7th, 2008, 16:58
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cynthia Says....

so ... what was it? the for and the id? or something else?

curious
Reply With Quote
  #11 (permalink)  
Old Jan 7th, 2008, 17:45
Jack Franklin's Avatar
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,268
Blog Entries: 7
Thanks: 10
Thanked 4 Times in 4 Posts
Re: Cynthia Says....

*DUMB QUESTION*

Whats WAI-AA?
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
Reply With Quote
  #12 (permalink)  
Old Jan 7th, 2008, 17:57
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Cynthia Says....

It was the id.

WAI-AA is an accessibility acreditation. It means I satisfy both priority 1 and priority 2 of the WCAG 1.0 accessibility guidelines.. it's kind of a big deal.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #13 (permalink)  
Old Jan 7th, 2008, 20:52
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Cynthia Says....

Quote:
Originally Posted by minute44 View Post
WAI-AA is an accessibility acreditation. It means I satisfy both priority 1 and priority 2 of the WCAG 1.0 accessibility guidelines.. it's kind of a big deal.
Which is great!

One thing to bear in mind, however: some of the guidelines are stupid (mainly priority 3 ones).

For example, adding accesskeys actually harms accessibility: site accesskeys override browser shortcuts. Disabled users can be dependent on the very shortcut you take away.

Quote:
All Anchor, AREA, BUTTON, INPUT, LABEL, LEGEND, and TEXTAREA elements are required to use the 'accesskey' attribute.
What has Cynthia been smoking? Put access keys on every link? Is she insane?

Similarly:

Quote:
All Anchor, AREA, BUTTON, INPUT, OBJECT, SELECT and TEXTAREA elements are required to use the 'tabindex' attribute.
Why define a tabindex, if the default source order is logical?

The WCAG are in a dreadful state. It's still good to read them, but some of their advice is simply daft. Moreover, the outlook for WCAG 2 is bleak.

Last edited by MikeHopley; Jan 7th, 2008 at 20:55.
Reply With Quote
  #14 (permalink)  
Old Jan 7th, 2008, 21:20
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: [SOLVED] Cynthia Says....

I'm not going for AAA standards. Far too many links ot apply access keys to. I'm going to maintain AA and section 508.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #15 (permalink)  
Old Jan 8th, 2008, 09:41
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: [SOLVED] Cynthia Says....

Quote:
Originally Posted by minute44 View Post
I'm not going for AAA standards. Far too many links ot apply access keys to. I'm going to maintain AA and section 508.
I wouldn't even consider which standard to choose. For a start, there is no true accreditation: it's self-assessment only.

I just read through the guidelines, and try to satisfy all of them that seem sensible.

Also, I don't believe the WCAG specifies "access keys on every link". I think that's Cynthia being stupid. Automated accessibility checkers are crude.
Reply With Quote
  #16 (permalink)  
Old Jan 8th, 2008, 10:14
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: [SOLVED] Cynthia Says....

That's true... Cynthia's a pedantic old bitch.

http://fae.cita.uiuc.edu/

That's another tester. It's not too bad though it does need to be accompanied by a human test to weed out one or two crappy results.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] 1 solved problem causes another delusion Web Page Design 9 Dec 21st, 2007 08:12
Adding "Topic Solved" for solved topics AdRock Webforumz Suggestions and Feedback 21 Oct 4th, 2007 15:08
Cynthia alexgeek Web Page Design 16 Sep 27th, 2007 15:11


All times are GMT. The time now is 20:47.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43