Skip to content

Instantly share code, notes, and snippets.

@jeremys
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremys/cb1fdf7b1dcbb1da315e to your computer and use it in GitHub Desktop.
Save jeremys/cb1fdf7b1dcbb1da315e to your computer and use it in GitHub Desktop.
Voiceover does not parse the following code properly
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div>
<a href="#test" aria-label="Case 1" style="background-size: cover; background-image: url(https://pbs.twimg.com/profile_images/378800000532546226/dbe5f0727b69487016ffd67a6689e75a.jpeg);width: 300px; height: 240px; display:block;">
<div class="subContentMaybeEmpty"></div>
</a>
</div>
<br><br>
<div>
<a href="#test" aria-label="Case 2" style="background-size: cover; background-image: url(https://pbs.twimg.com/profile_images/378800000532546226/dbe5f0727b69487016ffd67a6689e75a.jpeg);width: 300px; height: 240px; display:block;">
<div class="subContentMaybeEmpty" aria-hidden="true"></div>
</a>
</div>
<br><br>
<div>
<a href="#test" aria-label="Case 3" style="background-size: cover; background-image: url(https://pbs.twimg.com/profile_images/378800000532546226/dbe5f0727b69487016ffd67a6689e75a.jpeg);width: 300px; height: 240px; display:block;">
<div class="subContentMaybeEmpty">Test</div>
</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment