[Webkit-unassigned] [Bug 213582] AX: elements with tabindex="-1" still appear in tab order in some circumstances

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 20:45:25 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213582

--- Comment #3 from Craig Kovatch <cromas at gmail.com> ---
Thanks for cutting this bug, James :)

Just wanted to add some notes from my initial testing, where "buttons" is <button> elements, checkboxes is <input type="checkbox">, and links are <a href>

1. System FKA ON, Safari FKA ON, JS OFF
  - Tabbing skips the grid entirely
  - From a focused cell, tab visits buttons and checkboxes, and links
2. System FKA OFF, Safari FKA ON, JS OFF
  - Tabbing skips the grid entirely
  - From a focused cell, tab visits buttons and checkboxes, and links
3. System FKA ON, Safari FKA OFF, JS OFF
  - Tabbing skips the grid entirely
  - From a focused cell, tab visits buttons and checkboxes, not the links
4. System FKA OFF, Safari FKA OFF, JS OFF
  - Tabbing skips the grid entirely
  - From a focused cell, tab visits nothing

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200625/9892f0f4/attachment.htm>


More information about the webkit-unassigned mailing list