navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

WCAG Samurai Errata publish

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Accessibility >> WCAG Samurai Errata publish
Page: [1]
 
d a v e

 

Posts: 4010
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
WCAG Samurai Errata publish - 6/10/2007 4:13:55   
http://www.456bereastreet.com/archive/200706/wcag_samurai_errata_published/

_____________________________

David Prescott
Gekko web design
womble

 

Posts: 5461
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: WCAG Samurai Errata publish - 6/10/2007 5:01:45   
quote:

The accesskey and tabindex attributes are banned.

Yay!

/does a happydance round the thread :)

Now that would be good!

Strictly speaking, all of my sites would fail WCAG as I refuse to use accesskeys. on the grounds that practically all accesskey combinations clash with some sort of assistive software. I got some firsthand experience of this recently when I experimented with a page putting accesskeys on then seeing what happened when I tried it with with LunarPlus, my combined screen magnifier/screen reader. Rather predicatably, alsorts of strange things started happening.

quote:

Not only must you use valid HTML in your documents, you must use valid and semantic HTML.

Good one too. Too often accessibility's claimed without any attention to the semantics of the HTML.

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to d a v e)
d a v e

 

Posts: 4010
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: WCAG Samurai Errata publish - 6/10/2007 5:45:45   
off the top of my head doesn't the doesn't the WCAG 2.0. only say 'consider the use of' tab indexes and access keys?? though i guess if you didn't know better you would go ahead and use them without any knowledge of their associated problems ;)

(edit)
anyway this condensed version is good for people like me that are still getting to grips with it all!

_____________________________

David Prescott
Gekko web design

(in reply to womble)
womble

 

Posts: 5461
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: WCAG Samurai Errata publish - 6/10/2007 6:15:09   
Looking at the quick reference for WCAG 2.0, it looks like they've taken some of the rigidity out from WCAG 1.0

quote:

Avoiding use of common user-agent keyboard commands for other purposes (future link)

Better than WCAG 1.0, but it still doesn't address the problem that there's practically no keyboard commands that aren't used by default by some browser/assistive browser or other. Overall 2.0 looks to be a lot more general and less prescriptive, which is decidely a Good Thing in many ways, though I can see it causing problems. Who, for example, decides what is a common user-agent keyboard command? It's going to be a fine balancing act between being too prescriptive and too woolly.

I like the Samurai version better.

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to d a v e)
jaybee

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: WCAG Samurai Errata publish - 6/10/2007 7:16:19   
quote:

* Tables for layout are banned.
* Frames are banned.
* The noscript element is banned.
* Valid markup is required.
* Using correct semantics is required.
* The accesskey and tabindex attributes are banned.
Yay to all except errr Noscript? I'm a bit lost here. What does one use instead?

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to womble)
womble

 

Posts: 5461
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: WCAG Samurai Errata publish - 6/10/2007 8:02:55   
I suspect that it's referring to guideline 6 in the Samurai version:

quote:

Guideline 6. Ensure that pages featuring new technologies transform gracefully

Do not provide alternative presentations or alternate pages (Checkpoint 6.5). Make the original; page accessible.

...basically, if it's not accessible don't use it. I suppose that applies mainly to javascript.

I've never been a huge js fan (probably cos I'm rubbish at writing it :)), and I moved away from using js for a lot of things to PHP. Of course there the problem is that apart from extra calls to the server, some things do need js. I suppose it's like with the JS Lightbox - needs js to function as the pretty slideshow, but you can still get the pictures if js isn't on, but not the pretty version.

I can see where they're coming from on that one, but there are times when noscript can be useful, though I'm wondering if js support detection with a redirect if it's not supported may be better, though again that's not going to suit all circumstances.

*sigh*

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to jaybee)
Tailslide

 

Posts: 5915
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: WCAG Samurai Errata publish - 6/11/2007 2:39:11   

quote:

ORIGINAL: jaybee

quote:

* Tables for layout are banned.
* Frames are banned.
* The noscript element is banned.
* Valid markup is required.
* Using correct semantics is required.
* The accesskey and tabindex attributes are banned.
Yay to all except errr Noscript? I'm a bit lost here. What does one use instead?



You could use JS to hide the non-JS alternative.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to jaybee)
jaybee

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: WCAG Samurai Errata publish - 6/11/2007 8:44:16   
Yes true but then f you don't have js turned on then the non js alternative doesn't show up so it's all a bit pointless.

You're going to like this, I was invited to join the W3C working group. After some considerable thought I accepted. They sent me all the stuff. I can't log in. :)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Tailslide)
Tailslide

 

Posts: 5915
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: WCAG Samurai Errata publish - 6/11/2007 10:57:06   
No what I mean is that you use JS to add a CSS rule that hides the non-JS alternative so with JS off you get the stuff.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to jaybee)
jaybee

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: WCAG Samurai Errata publish - 6/12/2007 6:47:18   
Ahhhh OK.

I still can't log in, maybe that's why they keep publishing stupid stuff. Everyone who could complain and get it changed can't log in to critique. :)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Tailslide)
Page:   [1]

All Forums >> Web Development >> Accessibility >> WCAG Samurai Errata publish
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts