Merge remote-tracking branch 'upstream/master'

This commit is contained in:
lcawley 2017-09-11 09:35:46 -07:00
commit 1aef20f78a

View file

@ -125,7 +125,7 @@ If you need a label only for screen readers use `aria-label`.
### Use `<button>` and `<a href>`
**TL;DR** *Use `<button>` and `<a>` (with `href`) instead of click listeners on other elements
**TL;DR** *Use `<button>` or `<a>` (with `href`) instead of click listeners on other elements
and style it whatever way you need.*
If you want to make an element clickable, use a `<button>` or `<a href>` element for it.