E-mail List Archives
Re: In-page links and programmatic focus
From: Bryan Garaventa
Date: Sep 12, 2016 3:02PM
- Next message: - -: "Call for Submissions: The 11th International Conference for Internet Technology and Secured Transactions (ICITST-2016)"
- Previous message: Jim Homme: "Re: In-page links and programmatic focus"
- Next message in Thread: Whitney Quesenbery: "Re: In-page links and programmatic focus"
- Previous message in Thread: Jim Homme: "Re: In-page links and programmatic focus"
- View all messages in this Thread
The following shows the basic concepts.
<a href="#st1" onclick="document.getElementById(this.getAttribute('href').slice(1)).focus(); return false;"> Skip to something </a>
<div> Stuff to skip. </div>
<h2 id="st1" tabindex="-1"> Something </h2>
Bryan Garaventa
Accessibility Fellow
SSB BART Group, Inc.
<EMAIL REMOVED>
415.624.2709 (o)
www.SSBBartGroup.com
- Next message: - -: "Call for Submissions: The 11th International Conference for Internet Technology and Secured Transactions (ICITST-2016)"
- Previous message: Jim Homme: "Re: In-page links and programmatic focus"
- Next message in Thread: Whitney Quesenbery: "Re: In-page links and programmatic focus"
- Previous message in Thread: Jim Homme: "Re: In-page links and programmatic focus"
- View all messages in this Thread