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

Support sequential focus navigation #13460

Closed
wants to merge 4 commits into from
Closed

Commits on Sep 26, 2016

  1. Create a sequential focus ordering list

    This list will hold elements that have their SEQUENTIALLY_FOCUSABLE
    flag set. The elements are added to the list in tree order.
    nerith committed Sep 26, 2016

Commits on Sep 27, 2016

  1. Process `Tab` and `Shift+Tab` key events

    This causes the document focus to transition to the next/previous
    element in the sequential focus ordering list.
    nerith committed Sep 27, 2016
  2. Follow hyperlinks when `Enter` is pressed

    nerith committed Sep 27, 2016

Commits on Nov 10, 2016

  1. Address review comments

    nerith committed Nov 10, 2016
You can’t perform that action at this time.