1. 18 Jul, 2015 4 commits
  2. 17 Jul, 2015 1 commit
  3. 13 Jul, 2015 1 commit
  4. 09 Jul, 2015 1 commit
  5. 07 Jul, 2015 1 commit
  6. 04 Jul, 2015 1 commit
  7. 03 Jul, 2015 1 commit
  8. 01 Jul, 2015 3 commits
  9. 25 Jun, 2015 1 commit
  10. 23 Jun, 2015 2 commits
  11. 19 Jun, 2015 2 commits
  12. 18 Jun, 2015 1 commit
  13. 16 Jun, 2015 5 commits
  14. 15 Jun, 2015 1 commit
  15. 11 Jun, 2015 2 commits
    • Patrick H. Lauke's avatar
      Slightly expand accessible modals callout · 3d244537
      Patrick H. Lauke authored
      to include a note about `role="document"`
      3d244537
    • Patrick H. Lauke's avatar
      Add role="document" to modal itself · e23868c9
      Patrick H. Lauke authored
      Initial fix to generalise use of modals. Generally, true role="dialog"
      containers would require only forms/controls as content, with all other
      text correctly and explicitly associated via
      aria-labelledby/aria-describedby and similar...but as authors use modals
      also as generic overlays, this extra role is required to get AT
      (particularly NVDA) out of "forms" mode and reenable reading keys
      e23868c9
  16. 08 Jun, 2015 1 commit
  17. 02 Jun, 2015 1 commit
  18. 01 Jun, 2015 3 commits
  19. 30 May, 2015 3 commits
  20. 29 May, 2015 1 commit
  21. 26 May, 2015 1 commit
  22. 23 May, 2015 1 commit
  23. 22 May, 2015 1 commit
  24. 18 May, 2015 1 commit
    • Kevin Kirsche's avatar
      Clarify the bs-callout on multiple open modals · 97f8e561
      Kevin Kirsche authored
      [Close #16502] Clarify the bs-callout on multiple open modals
      
      Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear.
      97f8e561