Skip to content

Instantly share code, notes, and snippets.

@kypflug
Last active June 20, 2017 00:05
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 kypflug/35e40a36e3de07f138001626fa891b3f to your computer and use it in GitHub Desktop.
Save kypflug/35e40a36e3de07f138001626fa891b3f to your computer and use it in GitHub Desktop.
<div id="example" aria-labelledby="hidden-element">Visible text</div>
<div id="hidden-element">Hidden, but accessible name</div>
@patrickhlauke
Copy link

am i missing something, or is this missing the actual aria- connection you're talking about in https://blogs.windows.com/msedgedev/2017/05/25/accessibility-improvements-edgehtml-15/ ? (same goes for other code samples in that blog post...they seem to be missing the things you're trying to demonstrate?)

@kypflug
Copy link
Author

kypflug commented Jun 20, 2017

@patrickhlauke Great catch, thank you! This is updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment