RE: Validity

> Roberto:
> Sorry but we are talking about a new set of guidelines, not 
> to a national law of the last Century... There is not only 
> USA but, for eg, also Europe.

You wrote that "(all exisisting law that are wcag-based refer at least
at level 2 of wcag 1.0)".  I correctly refuted that fact, referencing a
specific national law from 2001, which happens to be in this century.
I'm aware that we are talking about a new set of gudelines. Does my
bringing up an inaccuracy in your claim indicate to you that I believe
that WCAG is a US-only document? I'm trying to understand the need for
the mini-lecture on what WCAG 2.0 is for...

> Andrew:
>     As far as not having valid code, it doesn't mean that 
> Flash can't be
>     used, it means that other compromised need to be made.  
> If you want
>     valid code with Flash you need to either:
>     1) require javascript from your users
> 
> Roberto:
> This is not in discussion. Javascript should respect 
> accessibility issues.

It is in the discussion because real web developers building real web
sites use this technique.

> Andrew:
>     2) use proprietary IE-specific comments
> 
> Roberto:
> That, in html, are normal comments.

Yep, and some people use them.  

> Andrew:
>     3) use a valid technique that breaks accessibility in the 
> most widely
>     used user agent for blind people
>     
> Roberto:
> At now i can test it only in IE + AT. Can u tell please where 
> there is support for flash accessibility?

Right now support is through Internet Explorer, with JAWS (4.5+),
Window-Eyes (4.2+), ZoomText (8+), to name the most common.

If you use a technique like the "Flash Satay" technique, JAWS won't read
the Flash content.
http://weblogs.macromedia.com/accessibility/archives/2005/08/in_search_o
f_a.cfm

> Andrew:
>     Does using the embed element cause problems for automated 
> testing tools?
>     Really?  They seem to parse it now fairly well...
>     
> Roberto:
> Nope, but means to use a proprietary tag (from netscape) that 
> has never Been part of any spec.

But it works and alternatives have been problematic.

> Andrew:    
>     If you think that this is all about the Flash player then 
> your view is
>     too narrow. This is a problem for QuickTime, SVG, 
> WindowsMedia, Real,
>     and others.  
> 
> Roberto:
> Yes i know, but they use all code that conform to specifications.

I see...

QuickTime:
http://developer.apple.com/documentation/QuickTime/Conceptual/QTScriptin
g_HTML/QTScripting_HTML_Document/chapter_1000_section_3.html

WindowsMedia: 
http://support.microsoft.com/default.aspx?scid=kb;en-us;285154&Product=w
mp%20

Real:
http://service.real.com/learnnav/rp1.html

SVG:
http://svg-whiz.com/wiki/index.php?title=SVG_and_HTML

Here's an actual SVG developer than won't use the object element (until
2008) for embedding SVG because a bug in Safari causes the browser to
crash.  He wants to support his users, and is willing to accept code
invalidity in favor of functionality.  Zero negative effects on disabled
users.
http://www.alleged.org.uk/pdc/2002/svg-object.html

AWK

Received on Friday, 4 November 2005 15:04:38 UTC