Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/miller-columns.git

Improved documentation.

AuthorDave Jarvis <email>
Date2015-01-03 02:56:28 GMT-0800
Commitd2c5f0f9a34f3e9f323693aee4d928fa9fb313c1
Parente1fc945
README.md
```
-The `current` function is called when the user selects an item. The $item
+The `current` function is called when the user selects an item. The `$item`
parameter is the item that the user selected. If the user presses the Escape
-key (or otherwise deselects all items), then $item will be `undefined`.
+key (or otherwise deselects all items), then `$item` will be `undefined`.
-Body:
+Create nested HTML elements as follows:
```
```
-The `breadcrumb`, `toolbar`, and `container` items are optional. See
-`index.html` for details.
+The `breadcrumb`, `toolbar`, and `container` items are optional. The `tabindex`
+is necessary for keyboard interaction. See `index.html` for additional details.
Delta5 lines added, 5 lines removed