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

Move the focus to the previously focused element for dialog.close() #6531

Merged
merged 5 commits into from
Apr 27, 2021

Commits on Apr 6, 2021

  1. Move the focus to the previously focused element for dialog.close()

    Add a new `previously focused` element to dialog as a pointer
    to the current focused element when `dialog.showModal()` and
    `dialog.show()` are called, such that `dialog.close()` can
    use it to restore the focus.
    
    See whatwg#5678 for more details.
    sefeng211 committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    9e71dbc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Address comments

    sefeng211 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    dcd4192 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Address comments

    sefeng211 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    0e31090 View commit details
    Browse the repository at this point in the history
  2. Wrap <ol> into <li>

    sefeng211 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    aba402f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. nits

    annevk committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    244306e View commit details
    Browse the repository at this point in the history