Skip to content

Instantly share code, notes, and snippets.

@stevefaulkner
Created October 20, 2013 11:25
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 stevefaulkner/7068285 to your computer and use it in GitHub Desktop.
Save stevefaulkner/7068285 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>button acc name test</title>
</head>
<body>
<p><button aria-label="pooter" aria-labelledby="pootish" type="button">poot</button> </p>
<label id="pootish">pootish</label>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment