Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof of concept for client-side search support (WIP) #221

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Proof of concept for client-side search support (WIP) #221

wants to merge 6 commits into from

Commits on Feb 28, 2020

  1. Added a "skip to content" link (web accessibility improvement)

    Added a "hidden until focussed" skip link as the first interactive element on the page
    Tabbing through the page, it takes over 100 key presses to get to the main content due to the "Tags" links and the GitHub "Avatar" links.
    https://webaim.org/techniques/skipnav/
    
    Added a `<main>` element to the page as this landmark can be used by assistive technology
    JonUK committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    7c63d10 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Merge pull request #1 from stefanjudis/master

    Pull latest from upstream
    JonUK authored Mar 8, 2020
    Configuration menu
    Copy the full SHA
    e3014a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    de80d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d40010e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b71f10f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fce128 View commit details
    Browse the repository at this point in the history