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

Define different types of "focusable" & remove "tabindex focus flag" #4768

Merged
merged 1 commit into from
Sep 24, 2019
Merged

Define different types of "focusable" & remove "tabindex focus flag" #4768

merged 1 commit into from
Sep 24, 2019

Commits on Sep 24, 2019

  1. Define different types of focusability

    Define "focusable" more concretely, and as part of it, define special
    types of focusability: click focusable and sequentially focusable.
    
    As part of this, remove the "tabindex focus flag" because it can be
    replaced with "focusable" and "focusable area", and was very confusing.
    
    Part of #4607. Helps provide a basis for further work on #2013, but does
    not directly contribute to any shadow DOM upstreaming.
    
    This does not introduce any normative changes, but instead brings into
    the spec behavior that was previously only in implementations, and makes
    certain concepts explicit.
    rakina authored and domenic committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    ac6018e View commit details
    Browse the repository at this point in the history