1. 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
  2. 13 Feb, 2019 3 commits
  3. 12 Feb, 2019 1 commit
  4. 11 Feb, 2019 5 commits
  5. 10 Feb, 2019 2 commits
  6. 09 Feb, 2019 2 commits
  7. 08 Feb, 2019 5 commits
  8. 07 Feb, 2019 8 commits
  9. 06 Feb, 2019 6 commits
  10. 05 Feb, 2019 2 commits
  11. 04 Feb, 2019 1 commit
  12. 03 Feb, 2019 1 commit
    • Ryan Worth's avatar
      Fix negative margin example (#28140) · 1275e353
      Ryan Worth authored
      Negative margin example wasn't displaying correctly due to border and background styling being applied directly to the `.col` element. Made a child element and applied the styling to it
      1275e353
  13. 30 Jan, 2019 1 commit
  14. 29 Jan, 2019 2 commits