Skip to content

Commit

Permalink
Define different types of focusability
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rakina authored and domenic committed Sep 24, 2019
1 parent d19d963 commit 1ab7c86
Showing 1 changed file with 183 additions and 89 deletions.
Loading

0 comments on commit 1ab7c86

Please sign in to comment.