New issue
Advanced search Search tips

Issue 685386 link

Starred by 4 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug
Team-Accessibility



Sign in to add a comment

Hidden Links are not actionable using TalkBack

Reported by kra...@amazon.com, Jan 25 2017

Issue description

Chrome Version: Tip of master
OS: Android

What steps will reproduce the problem?
(1) Select a hidden link with TalkBack (it will be read to you)
(2) Double-tap to interact with the link

What is the expected result?
Link gets activated

What happens instead?
Nothing

Please use labels and text to provide additional information.
Can for example be tested on amazon.com

Code snippet containing hidden link:
<div id="pageContent" class="a-section a-spacing-none" role="main">
.....
  <div class="off-screen">
    <a href="/access">We have recently updated the screen reader optimized website to include headings, landmarks, and new shopping features to improve your experience. Please follow this link or go to www.amazon.com.</a>
  </div>
.....
</div>

Code snippet of css:
.off-screen {
      height:1px;
      left:0;
      overflow:hidden;
      position:absolute;
      top:-500px;
      width:1px;
    }

 
Components: UI>Accessibility>Compatibility
Labels: OS-Android
Status: Available (was: Untriaged)
Labels: -Pri-3 a11y-required Pri-2

Sign in to add a comment