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

HTML: Handle shadow host with delegatesFocus=true in Element.focus(), click and sequential focus navigation #18035

Merged
merged 9 commits into from
Oct 16, 2019

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    808281b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0116422 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Explicitly list order

    rakina committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    8edc86f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Add test for click focus

    rakina committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    95b0f05 View commit details
    Browse the repository at this point in the history
  2. Add actual testdriver tests

    rakina committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    e53c8e0 View commit details
    Browse the repository at this point in the history
  3. use promise_test

    rakina committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    7004d81 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Add tabindex=1 test to focus()

    We should use flat-tree order instead of tabindex order, add test to ensure that.
    rakina authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    d50f1a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    a1a7eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a89f2 View commit details
    Browse the repository at this point in the history