1. 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
  2. 17 Sep, 2017 1 commit
  3. 13 Sep, 2017 1 commit
  4. 11 Sep, 2017 1 commit
  5. 09 Sep, 2017 1 commit
  6. 08 Sep, 2017 1 commit
  7. 07 Sep, 2017 1 commit
  8. 06 Sep, 2017 1 commit
  9. 31 Aug, 2017 2 commits
  10. 29 Aug, 2017 3 commits
    • 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
    • David Bailey's avatar
      Add failing test · ce41d3fd
      David Bailey authored
      ce41d3fd
    • David Bailey's avatar
      Fix unit tests in PhantomJS · 2622a015
      David Bailey authored
      Use a virtual scrollbar as this is simpler than having a real one (overflow: scroll doesn't seem to work in Phantom), and disable it for the new test.
      
      One test has also been altered to prevent erroneous fails when other inline styles are added to the body (e.g. overflow).
      2622a015
  11. 28 Aug, 2017 4 commits
  12. 25 Aug, 2017 4 commits
  13. 24 Aug, 2017 1 commit
  14. 22 Aug, 2017 2 commits
  15. 20 Aug, 2017 2 commits
  16. 18 Aug, 2017 1 commit
  17. 17 Aug, 2017 3 commits
  18. 15 Aug, 2017 1 commit
  19. 13 Aug, 2017 1 commit
  20. 11 Aug, 2017 5 commits
  21. 28 Jul, 2017 1 commit
    • XhmikosR's avatar
      Fix ESLint docs errors. (#23163) · 88c9a160
      XhmikosR authored
      Ignore ESLint error in ie-emulation-modes-warning.js.
      
      Although the error is valid, enough time has been spent on old IE's problems, so just ignore it.
      88c9a160
  22. 16 Jul, 2017 2 commits