aria-practices icon indicating copy to clipboard operation
aria-practices copied to clipboard

Skipto update and removing jumpto.js

Open jongund opened this issue 2 years ago • 0 comments

This pull request:

  1. Fixes SkipTo.js bug related to Safari rendering of menu items, which was including scrollbars, fixed by using overflow-y: clip.
  2. Removes jumpto.js, since no longer being used
  3. Updated app.js to add scripto.js, instead of jumpto.js.
  4. NOTE: The behavior SkipTo is set to "popup", which is what is being used on the ARIA Practices website. This means the "Skip To Content" button is not visible on page load, you must tab on to the page to see the button.

I would be interested in learning more about how the skipto.js script gets translated and configured (if any) for the APG website.

Jon

jongund avatar Jul 05 '22 16:07 jongund