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

Remove "control group" concept from HTML #3647

Merged
merged 5 commits into from
May 14, 2018

Commits on Apr 27, 2018

  1. Remove "control group" concept from HTML

    As focus "control group" existed for explaining the behavior of
    `<dialog>` elements, but it has never implemented in UAs.
    
    This change mostly swaps "control group" with "document" where
    appropriate.
    
    And now `<dialog>` element cannot be a focusing target unless it has
    explicit tabindex.
    Takayoshi Kochi committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    1c499b3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Address review comments.

    Takayoshi Kochi committed May 7, 2018
    Configuration menu
    Copy the full SHA
    99e9409 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Small tweaks

    domenic committed May 8, 2018
    Configuration menu
    Copy the full SHA
    990d32f View commit details
    Browse the repository at this point in the history
  2. Simplify focus fixup rule

    domenic committed May 8, 2018
    Configuration menu
    Copy the full SHA
    172e2c3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Missed one tidy up

    domenic committed May 9, 2018
    Configuration menu
    Copy the full SHA
    fb55814 View commit details
    Browse the repository at this point in the history