Skip to content

Commit 4ae6175

Browse files
authored
Add markup requirements
1 parent c2c41ab commit 4ae6175

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ $ npm install @github/combobox-nav
2525
</ul>
2626
```
2727

28+
Markup requirements:
29+
30+
- Each option needs to have `role="option"` and a unique `id`
31+
- The list should have `role="listbox"`
32+
2833
### JS
2934

3035
```js

0 commit comments

Comments
 (0)