Skip to content
Snippets Groups Projects
  1. Jul 22, 2019
  2. Jul 19, 2019
  3. Jul 15, 2019
  4. Jul 10, 2019
  5. Jul 09, 2019
  6. Jul 08, 2019
  7. Jul 03, 2019
  8. Jul 02, 2019
  9. Jun 28, 2019
  10. Jun 25, 2019
  11. Jun 20, 2019
  12. Jun 19, 2019
  13. Jun 18, 2019
  14. Jun 17, 2019
    • Isaac Evavold's avatar
      1.0.39 · 921d880f
      Isaac Evavold authored
      921d880f
    • Isaac Evavold's avatar
      remove the tabindex attr from non-interactive DOM elements · 2d8cf52b
      Isaac Evavold authored
      These changes follow guidance from Sandi and from the general DOM specification that the `tabindex` attribute (along with Angular's `isFocusable` and `isTabbable` attributes) should only be included on elements that can be interacted with via mouse clicks or keyboard input.
      
      A number of elements in the degree planner view were non-interactive by design but still were in tabbable. This commit removes tabbing from those non-interactive elements.
      2d8cf52b
Loading