Skip to content

Commit 3b9befc

Browse files
committed
update readme
1 parent 692f386 commit 3b9befc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
A repository of stylized, accessible, form control patterns.
33

44
## Why?
5-
Form controls are necessary in many interfaces, but are often considered annoying, if not donwnright difficult, to style. The markup patterns presented here can help ensure these form controls can look (objectively) attractive without excluding users who may rely on assistive technology to get things done.
5+
Form controls are necessary in many interfaces, but are often considered annoying, if not downright difficult, to style. The markup patterns presented here can help ensure these form controls can look (objectively) attractive without excluding users who may rely on assistive technology to get things done.
66

77

88
## How to use?
99
Largely, many of these form controls can be copied and pasted into your pattern library, project, or pattern library project. Each form control has its own CSS file, and only when needed, JavaScript file. Each form control shares the *--demo-only--.css* and *--shared--.css* files, but these are largely for purposes of presenting on these demo pages, and much of the shared styles are merely ports of a few [normalize.css](https://necolas.github.io/normalize.css/) selectors.
1010

1111

1212
### Wait, JavaScript?
13-
Yes, while many of these form controls can be styled with some thoughtful maneuvering of markup and CSS, controls such as file uploads, toggle buttons and switches need a bit of JavaScript to function and correctly convey state.
13+
Yes, while many of these form controls can be styled with some thoughtful maneuvering of markup and CSS, controls such as file uploads, toggle buttons and switches need a bit of JavaScript (and sometime <abbr title="accessible rich internet applications">ARIA</abbr>) to function and correctly convey state.
1414

1515

1616
## The Different Form Elements
@@ -86,7 +86,7 @@ Unfortunately, neither of these elements are consistently accessible to screen r
8686
2. [Meter](src/meter)
8787

8888

89-
## Search Component
89+
### Search Component
9090
A search component offers users an easily discoverable way to find information in a website or application.
9191

9292
1. [Search Component](src/search)

0 commit comments

Comments
 (0)