WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Re: WAVE 3.0 alpha

for

Number of posts in this thread: 2 (In chronological order)

From: Terence de Giere
Date: Wed, Dec 11 2002 12:19PM
Subject: Re: WAVE 3.0 alpha
No previous message | Next message →



I did not find anything wrong here, using WAVE 3.0 alpha. It recognized the the alt text for the form submit button. This page
(http://www.hoehnermusikfan.net/) checks out well with other accessibility checkers.

One audio browser will report "unsupported script" for the JavaScript in the HEAD element that you are using to deal with WebTV. A NOSCRIPT statement is required for this. NOSCRIPT is only allowed inside the BODY element so it probably should be placed at the beginning of the BODY element. The NOSCRIPT would just inform the user in some way that script on this page is for WebTV format and its not running will not diminish their experience of the page.

WAVE reported that this script may show in browser. Jukka Korpela has worked with scripts and accessibility, maybe he knows the answer to this question: If the SCRIPT element inside the HEAD element references an external script, and that script code is not enclosed in an SGML comment, will the script code display in browsers that do not support script and also do not recognize the SCRIPT element? Presumably browsers without script support but which recognize the SCRIPT element will know to hide the script code.

Normally contents of the HEAD element are not displayed, but HTML requires any user agent to attempt to display the contents of an unrecognized element but not its attributes. Theoretically therefore a browser that does not support the SCRIPT element should not display code referenced with the SCR attribute, since the code is referenced by an attribute and is not part of the HTML page itself.

The one browser I have (Mosaic) that fits the first description (it normally displays JavaScript code, and CSS code if it is not commented out on the page) is not installed as it overwrites DLLs for Photoshop with older versions disabling Photoshop, and I have been too lazy to work out a way to switch between the two applications. I have never tried it with a linked script.

If no browser would display this code then perhaps WAVE should distinguish between a linked script and script embedded in the page, and/or between script in the HEAD element and script in the BODY ELEMENT.

Terence de Giere
= EMAIL ADDRESS REMOVED =
-----------------------

Ineke van der Maat wrote:


Wave 3.0 complains that my input type (an image) in a form
is missing the alt text, but this has name, id, title, value and alt.





----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/


From: Paul Bohman
Date: Wed, Dec 11 2002 1:26PM
Subject: RE: WAVE 3.0 alpha
← Previous message | No next message

Terence de Giere wrote:

>>I did not find anything wrong here, using WAVE 3.0 alpha. It
recognized the the alt text for the form submit button. This page
(http://www.hoehnermusikfan.net/) checks out well with other
accessibility checkers.

My reply:

In reference to the WAVE label parsing problem previously cited at
http://www.hoehnermusikfan.net, we have made some alterations to the
WAVE code that have corrected the error. Thanks for the previous feeback
that allowed us to catch and correct the error.

Terence:

>>If no browser would display this code then perhaps WAVE should
distinguish between a linked script and script embedded in the page,
and/or between script in the HEAD element and script in the BODY
ELEMENT.

My reply:

This particular algorithm is one that is unchanged from the previous
version of the WAVE (which we did not develop). We haven't yet
investigated all of the intricacies of this aspect of javascript
accessibility, so I appreciate you bringing it to our attention.

Paul Bohman
Technology Coordinator
WebAIM (Web Accessibility in Mind)
www.webaim.org
Center for Persons with Disabilities
www.cpd.usu.edu
Utah State University
www.usu.edu


----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/