1. 10 Apr, 2017 2 commits
    • Patrick H. Lauke's avatar
      Fix collapse.js aria-expanded behavior · 18e87042
      Patrick H. Lauke authored
      * Remove aria-expanded from collapse.js target element
      
      aria-expanded="true"/aria-expanded="false" only applies to the trigger,
      not the element that is being expanded/collapsed.
      
      * Tweak collapse.js accessibility section
      
      ...to make it clearer that the aria-expanded attribute always just goes
      on the control.
      
      * Fix collapse.js unit tests
      
      - reword some of the text to make it clear we're checking behavior of
      trigger/control
      - move incorrect aria-expanded out of the <div>s and to the actual
      trigger/control <a>s
      - fix incorrect test assertion text output false -> true
      
      18e87042
    • Patrick H. Lauke's avatar
      Only change aria-pressed if it's not an input-based radio or checkbox group · 3f6e1faf
      Patrick H. Lauke authored
      * Only change aria-pressed if it's not an input-based radio or checkbox group
      
      aria-pressed="true"/aria-pressed="false" is really only useful for
      making on/off toggles out of, say, `<button>` elements. the attribute is
      useless (and potentially confusing/conflicting) on, say, `<label>`
      elements for an existing `<input type="radio">` or similar.
      
      * Add unit test for buttons.js and radio/checkbox inputs in button groups
      3f6e1faf
  2. 09 Apr, 2017 1 commit
  3. 02 Apr, 2017 2 commits
  4. 31 Mar, 2017 1 commit
  5. 28 Mar, 2017 3 commits
  6. 27 Mar, 2017 1 commit
  7. 23 Mar, 2017 1 commit
  8. 22 Mar, 2017 1 commit
  9. 19 Mar, 2017 3 commits
  10. 18 Mar, 2017 1 commit
  11. 08 Mar, 2017 1 commit
  12. 07 Mar, 2017 1 commit
  13. 15 Jan, 2017 2 commits
  14. 06 Jan, 2017 1 commit
  15. 04 Jan, 2017 2 commits
  16. 02 Jan, 2017 2 commits
  17. 31 Dec, 2016 1 commit
  18. 27 Dec, 2016 1 commit
  19. 25 Dec, 2016 1 commit
  20. 23 Dec, 2016 3 commits
  21. 08 Dec, 2016 2 commits
  22. 05 Dec, 2016 3 commits
  23. 02 Dec, 2016 1 commit
  24. 29 Nov, 2016 1 commit
  25. 28 Nov, 2016 2 commits