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 zcorpan committed Nov 6, 2019
1 parent 7f03ff6 commit 579d503
Showing 1 changed file with 183 additions and 89 deletions.
Loading

0 comments on commit 579d503

Please sign in to comment.