1. 28 Oct, 2017 1 commit
  2. 27 Oct, 2017 2 commits
  3. 25 Oct, 2017 2 commits
  4. 24 Oct, 2017 1 commit
  5. 23 Oct, 2017 2 commits
  6. 22 Oct, 2017 1 commit
  7. 19 Oct, 2017 4 commits
  8. 15 Oct, 2017 1 commit
  9. 10 Oct, 2017 1 commit
  10. 06 Oct, 2017 1 commit
  11. 04 Oct, 2017 5 commits
  12. 03 Oct, 2017 2 commits
  13. 01 Oct, 2017 1 commit
  14. 30 Sep, 2017 1 commit
  15. 28 Sep, 2017 1 commit
  16. 26 Sep, 2017 2 commits
  17. 25 Sep, 2017 1 commit
  18. 24 Sep, 2017 1 commit
    • Patrick H. Lauke's avatar
      Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs with dropdowns) · fd56ea37
      Patrick H. Lauke authored
      * Use `aria-selected` instead of `aria-expanded`
      * Change tab.js to use `aria-selected` rather than `aria-expanded`
      * Add `aria-orientation=vertical` to vertical tab list
      * Remove dynamic tabs with dropdowns
      * Fix non-interactive code examples
      * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect)
      fd56ea37
  19. 17 Sep, 2017 1 commit
  20. 13 Sep, 2017 1 commit
  21. 11 Sep, 2017 1 commit
  22. 09 Sep, 2017 1 commit
  23. 08 Sep, 2017 1 commit
  24. 07 Sep, 2017 1 commit
  25. 06 Sep, 2017 1 commit
  26. 31 Aug, 2017 2 commits
  27. 29 Aug, 2017 1 commit
    • David Bailey's avatar
      Fix failing test · cbaf7a7b
      David Bailey authored
      _adjustDialog should be called when the modal is first displayed to prevent it jumping position when the viewport is resized
      cbaf7a7b