Skip to content

Instantly share code, notes, and snippets.

@Ryuno-Ki
Created March 12, 2014 10:09
Show Gist options
  • Save Ryuno-Ki/9504127 to your computer and use it in GitHub Desktop.
Save Ryuno-Ki/9504127 to your computer and use it in GitHub Desktop.
Minimal Working Example for Orca Screenreader not respecting the W3C Spec for reading title-attributes in abbr-tags
<!DOCTYPE html>
<html lang='en-US'>
<head>
<title>Minimal Working Example of Orca not respecting abbr-tags</title>
</head>
<body>
Just a showcase,
<abbr title='for example'>e.g.</abbr>
a Minimal Working Example.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment