Skip to content

Commit 4ee8b14

Browse files
committed
Copy updates
1 parent d41f579 commit 4ee8b14

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Accessible HTML Content Patterns](http://ericwbailey.github.io/accessible-html-content-patterns/)
22

3-
A collection of the full [HTML5 Doctor Element Index](http://html5doctor.com/element-index/), minus the `<details>`, `<summary>`, `<command>`, and `<menu>` tags (which have [poor browser support](http://caniuse.com/#search=menu)), as well as common markup patterns for quick reference.
3+
A collection of the full [HTML5 Doctor Element Index](http://html5doctor.com/element-index/), minus the `<command>` and `<menu>` tags (which have [poor browser support](http://caniuse.com/#search=menu)), as well as common markup patterns for quick reference.
44

55

66
## Motivation
@@ -22,7 +22,7 @@ There are a few of ways to work with this repo:
2222

2323
## Code Concerns
2424

25-
### Classes, IDs, and Attributes
25+
### Classes and IDs
2626
Are suggestions only, or used for internal navigation/reference. Don't feel you need to include them if they're not relevant to your component's needs.
2727

2828
### Code Style
@@ -33,7 +33,7 @@ This page has been tested via the Chrome DevTools [Accessibility Audit](https://
3333

3434
Answers to specific warnings issues are available on the [repo's Wiki](https://github.com/ericwbailey/accessible-html-content-patterns/wiki).
3535

36-
**A note about [ARIA](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA):** ARIA is a band-aid and not a cure-all. Use semantic markup whenever possible.
36+
**A note about [ARIA](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA):** ARIA is a band-aid and [not a cure-all](https://www.w3.org/TR/using-aria/#notes2). Use semantic markup whenever possible.
3737

3838

3939
## Contributing
@@ -59,6 +59,7 @@ Contributions are welcome!
5959
- [LeonieWatson](http://tink.uk/)'s [Accessible emoji](http://tink.uk/accessible-emoji/)
6060
- [Nathan Curtis](https://twitter.com/nathanacurtis)' [Buttons in Design Systems](https://medium.com/eightshapes-llc/buttons-in-design-systems-eac3acf7e23#.b1p96hsrw)
6161
- [Filament Group](https://www.filamentgroup.com/): [I Wanted to Type a Number](https://www.filamentgroup.com/lab/type-number.html)
62+
- [CSS-Tricks](https://css-tricks.com/)' [Finger-friendly numerical inputs with inputmode](https://css-tricks.com/finger-friendly-numerical-inputs-with-inputmode/)
6263

6364

6465
## License

0 commit comments

Comments
 (0)