scottaohara/a11y_styled_form_controls

Add: Push buttons

scottaohara opened this issue · 0 comments

The current ARIA toggle button examples are all styled like switches, which is ok if switches were the only type of toggle buttons... but that's not true.

This is a reminder to add some different button styles:

  • icon buttons (typically represented by a change in fill color & other visual change to not just rely on color alone)
  • push buttons (buttons that have a clear default & pressed states)