WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: At least one HTML5 problem...

for

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

From: Donald Evans
Date: Fri, Aug 26 2011 12:51PM
Subject: At least one HTML5 problem...
No previous message | Next message →

Given the following code, when I use Firefox 6 and JAWS 12 it will not read
the link text between the <header> tags.
If I change the <header> to a <div> it works fine.
It also works with Firefox 5 and JAWS 12.
Can anyone confirm this? Or is JAWS just being difficult today?


<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>

<body>

<header id="doc4" class="yui-t0" >
<div id="hd" role="banner">
<div id="skip">
<a id="skip-main" class="visuallyhidden focusable" href="#content-main">Skip
to main content</a>
<a id="skip-steps" class="visuallyhidden focusable" href="#resources">Skip
to supporting information</a>
<a id="skip-foot" class="visuallyhidden focusable" href="#ft">Skip to footer
and contact information</a>
</div>
</div>
</header>
</body>
</html>
--
Donald F. Evans,
Making Websites Accessible
Senior Accessibility Architect
Deque Systems
Email: = EMAIL ADDRESS REMOVED =
Download FireEyes Free: http://www.deque.com/products/worldspace-fireeyes

<http://www.deque.com>;

From: Steve Faulkner
Date: Fri, Aug 26 2011 12:57PM
Subject: Re: At least one HTML5 problem...
← Previous message | No next message

hi Donald,

this behaviour also occurs with earlier versions of JAWS.
It was fixed in JAWS 12, but sounds like some change in Firefox 6 has caused
it to resurface.

Note: it has something to do with the string "head" in the <header> element
name.

regards
Stevef

On 26 August 2011 19:50, Donald Evans < = EMAIL ADDRESS REMOVED = > wrote:

> Given the following code, when I use Firefox 6 and JAWS 12 it will not read
> the link text between the <header> tags.
> If I change the <header> to a <div> it works fine.
> It also works with Firefox 5 and JAWS 12.
> Can anyone confirm this? Or is JAWS just being difficult today?
>
>
> <!DOCTYPE html>
> <html>
> <head>
> <title>Title of the document</title>
> </head>
>
> <body>
>
> <header id="doc4" class="yui-t0" >
> <div id="hd" role="banner">
> <div id="skip">
> <a id="skip-main" class="visuallyhidden focusable"
> href="#content-main">Skip
> to main content</a>
> <a id="skip-steps" class="visuallyhidden focusable" href="#resources">Skip
> to supporting information</a>
> <a id="skip-foot" class="visuallyhidden focusable" href="#ft">Skip to
> footer
> and contact information</a>
> </div>
> </div>
> </header>
> </body>
> </html>
> --
> Donald F. Evans,
> Making Websites Accessible
> Senior Accessibility Architect
> Deque Systems
> Email: = EMAIL ADDRESS REMOVED =
> Download FireEyes Free: http://www.deque.com/products/worldspace-fireeyes
>
> <http://www.deque.com>;
>