E-mail List Archives
Thread: Clickable buttons are skipped in Jaws
Number of posts in this thread: 6 (In chronological order)
From: Itzel McClaren (US - IFS)
Date: Mon, Oct 28 2019 10:32AM
Subject: Clickable buttons are skipped in Jaws
No previous message | Next message →
Hello, I am new with accessibility. I am testing some HTML pages and
noticed that when I ask Jaws to show me the list of links on the page, it
does so expect it does not show the buttons (which are also links). What is
the cause of this?
Thanks
--
*Itzel McClaren*
PwC | Manager
Austin | +1 (512) 450 4012
PricewaterhouseCoopers LLP
pwc.com <https://www.pwc.com>
The information transmitted, including any attachments, is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited, and all liability arising therefrom is disclaimed. If you received this in error, please contact the sender and delete the material from any computer. PricewaterhouseCoopers LLP is a Delaware limited liability partnership. This communication may come from PricewaterhouseCoopers LLP or one of its subsidiaries.
From: Jonathan Avila
Date: Mon, Oct 28 2019 10:38AM
Subject: Re: Clickable buttons are skipped in Jaws
← Previous message | Next message →
> Hello, I am new with accessibility. I am testing some HTML pages and noticed that when I ask Jaws to show me the list of links on the page, it does so expect it does not show the buttons (which are also links). What is the cause of this?
There is a separate keystroke to show all buttons -- control+JAWSKey+B.
Jonathan
From: Itzel McClaren (US - IFS)
Date: Mon, Oct 28 2019 1:21PM
Subject: Re: Clickable buttons are skipped in Jaws
← Previous message | Next message →
---------- Forwarded message ----------
From: Jonathan Avila < = EMAIL ADDRESS REMOVED = >
To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
Cc:
Bcc:
Date: Mon, 28 Oct 2019 16:38:10 +0000
Subject: Re: [WebAIM] Clickable buttons are skipped in Jaws
> Hello, I am new with accessibility. I am testing some HTML pages and
noticed that when I ask Jaws to show me the list of links on the page, it
does so expect it does not show the buttons (which are also links). What is
the cause of this?
>There is a separate keystroke to show all buttons -- control+JAWSKey+B.
Jonathan
UPon arriving on a page, shouldn't Jaws announce the number of buttons on
the screen? It only announces the number of links.
--
*Itzel McClaren*
PwC | Manager
Austin | +1 (512) 450 4012
PricewaterhouseCoopers LLP
pwc.com <https://www.pwc.com>
The information transmitted, including any attachments, is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited, and all liability arising therefrom is disclaimed. If you received this in error, please contact the sender and delete the material from any computer. PricewaterhouseCoopers LLP is a Delaware limited liability partnership. This communication may come from PricewaterhouseCoopers LLP or one of its subsidiaries.
From: Barry Hill
Date: Mon, Oct 28 2019 11:28PM
Subject: Re: Clickable buttons are skipped in Jaws
← Previous message | Next message →
You're probably using jaws key plus f7 to get the list of links. This will
only show links, and not any other elements. If you want a list of the
elements that Jaws can list, press jaws key plus F3. One of those elements
is buttons.
Cheers
Barry
From: Sean Murphy
Date: Tue, Oct 29 2019 2:56AM
Subject: Re: Clickable buttons are skipped in Jaws
← Previous message | Next message →
Question, how are the buttons and links coded? Are they actually a roll of button and link? If not then jaws my not detect them. What happens when you use NVDA.
My experience is the part
> On 29 Oct 2019, at 3:32 am, Itzel McClaren (US - IFS) < = EMAIL ADDRESS REMOVED = > wrote:
>
> Hello, I am new with accessibility. I am testing some HTML pages and
> noticed that when I ask Jaws to show me the list of links on the page, it
> does so expect it does not show the buttons (which are also links). What is
> the cause of this?
>
> Thanks
>
> --
> *Itzel McClaren*
> PwC | Manager
> Austin | +1 (512) 450 4012
> PricewaterhouseCoopers LLP
> pwc.com <https://www.pwc.com>
>
> > The information transmitted, including any attachments, is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited, and all liability arising therefrom is disclaimed. If you received this in error, please contact the sender and delete the material from any computer. PricewaterhouseCoopers LLP is a Delaware limited liability partnership. This communication may come from PricewaterhouseCoopers LLP or one of its subsidiaries.
> > > >
From: glen walker
Date: Tue, Oct 29 2019 11:11PM
Subject: Re: Clickable buttons are skipped in Jaws
← Previous message | No next message
What do you mean by the buttons are links? If you have
<a role="button"></a>
Then the link is no longer a link in the accessibility tree. It's a button
(because you told it was a button) so it will show up in the button list.