1. 20 Feb, 2019 1 commit
  2. 19 Feb, 2019 1 commit
    • Patrick H. Lauke's avatar
      Remove incorrect aria-haspopup from dropdown toggles (#28299) · 4b00aa6c
      Patrick H. Lauke authored
      `aria-haspopup` use requires the use of an ARIA `menu`, `listbox`, `tree`, `grid` or `dialog` (see https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup)
      
      in our use (as generic disclosure widgets), it's incorrect and sets up the wrong assumption/behavior from assistive technologies.
      
      in future, we likely want to change our dropdowns to essentially be like a `dialog` - move focus to it when opened, possibly make it modal so focus is maintained inside it and the rest of the page
      is hidden/inert.
      
      but for now, removing the incorrect attribute is probably the quickest, most immediate fix.
      4b00aa6c
  3. 05 Feb, 2019 1 commit
  4. 20 Oct, 2018 1 commit
  5. 13 Sep, 2018 1 commit
  6. 25 Jun, 2018 1 commit
  7. 22 May, 2018 1 commit
  8. 13 Apr, 2018 1 commit
  9. 10 Apr, 2018 1 commit
    • Johann-S's avatar
      v4 improve coverage (#25945) · 0871d69e
      Johann-S authored
      * Improve code coverage for our Button plugin
      
      * improve coverage for our Alert plugin
      
      * test tooltip update method
      
      * test update and dispose for dropdown
      
      * increase code coverage requirements
      Unverified
      0871d69e
  10. 26 Mar, 2018 1 commit
  11. 12 Feb, 2018 1 commit
  12. 11 Jan, 2018 1 commit
  13. 12 Dec, 2017 1 commit
  14. 27 Oct, 2017 2 commits
  15. 22 Aug, 2017 1 commit
  16. 04 Jul, 2017 1 commit
  17. 14 Jun, 2017 1 commit
  18. 14 May, 2017 1 commit
  19. 08 Feb, 2017 1 commit
  20. 21 Jan, 2017 4 commits
  21. 06 Jan, 2017 1 commit
  22. 02 Jan, 2017 1 commit
  23. 08 Dec, 2016 1 commit
  24. 24 Nov, 2016 1 commit
  25. 25 Oct, 2016 1 commit
  26. 02 Oct, 2015 1 commit
  27. 27 Jul, 2015 1 commit
  28. 02 Jun, 2015 1 commit
  29. 21 Mar, 2015 1 commit
  30. 09 Mar, 2015 1 commit
  31. 03 Mar, 2015 1 commit
  32. 26 Feb, 2015 2 commits
  33. 25 Feb, 2015 1 commit
  34. 24 Feb, 2015 2 commits