diff --git a/.all-contributorsrc b/.all-contributorsrc index 7f4066e7..6b440ca8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -140,6 +140,33 @@ "contributions": [ "code" ] + }, + { + "login": "GentlemanHal", + "name": "Christopher Martin", + "avatar_url": "https://avatars2.githubusercontent.com/u/415521?v=4", + "profile": "https://github.com/GentlemanHal", + "contributions": [ + "code" + ] + }, + { + "login": "YuanchengWu", + "name": "Yuancheng Wu", + "avatar_url": "https://avatars0.githubusercontent.com/u/32252769?v=4", + "profile": "http://fullgallop.me", + "contributions": [ + "review" + ] + }, + { + "login": "maheshjag", + "name": "MJ", + "avatar_url": "https://avatars0.githubusercontent.com/u/1705603?v=4", + "profile": "https://github.com/maheshjag", + "contributions": [ + "doc" + ] } ], "commitConvention": "none" diff --git a/README.md b/README.md index 10f3a8c7..026ac5a5 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,13 @@ Options: - `focusTrap` (default `document`) a container element to restrict the tabbing within. -> **A note about tab**: [jsdom does not support tabbing](https://github.com/jsdom/jsdom/issues/2102), so this feature is a way to enable tests to verify tabbing from the end user's perspective. However, this limitation in jsdom will mean that components like [focus-trap-react](https://github.com/davidtheclark/focus-trap-react) will not work with `userEvent.tab()` or jsdom. For that reason, the `focusTrap` option is available to let you ensure your user is restricted within a focus-trap. +> **A note about tab**: +> [jsdom does not support tabbing](https://github.com/jsdom/jsdom/issues/2102), +> so this feature is a way to enable tests to verify tabbing from the end user's +> perspective. However, this limitation in jsdom will mean that components like +> [focus-trap-react](https://github.com/davidtheclark/focus-trap-react) will not +> work with `userEvent.tab()` or jsdom. For that reason, the `focusTrap` option +> is available to let you ensure your user is restricted within a focus-trap. ```jsx import React from "react"; @@ -228,27 +234,31 @@ Thanks goes to these wonderful people - - - - - - - + + + + + + + - - - - - - + + + + + + + + + + +
Giorgio Polvara
Giorgio Polvara

πŸ› πŸ’» πŸ“– πŸ€” πŸš‡ πŸ‘€ ⚠️
Weyert de Boer
Weyert de Boer

πŸ’» ⚠️
Tim Whitbeck
Tim Whitbeck

πŸ› πŸ’»
MichaΓ«l De Boey
MichaΓ«l De Boey

πŸ“–
Michael Lasky
Michael Lasky

πŸ’» πŸ“– πŸ€”
Ahmad Esmaeilzadeh
Ahmad Esmaeilzadeh

πŸ“–
Caleb Eby
Caleb Eby

πŸ’» πŸ›

Giorgio Polvara

πŸ› πŸ’» πŸ“– πŸ€” πŸš‡ πŸ‘€ ⚠️

Weyert de Boer

πŸ’» ⚠️

Tim Whitbeck

πŸ› πŸ’»

MichaΓ«l De Boey

πŸ“–

Michael Lasky

πŸ’» πŸ“– πŸ€”

Ahmad Esmaeilzadeh

πŸ“–

Caleb Eby

πŸ’» πŸ›
AdriΓ  Fontcuberta
AdriΓ  Fontcuberta

πŸ› ⚠️ πŸ’»
Sky Wickenden
Sky Wickenden

πŸ› πŸ’»
Bodnar Bogdan
Bodnar Bogdan

πŸ› πŸ’»
Zach Perrault
Zach Perrault

πŸ“–
Ryan Stelly
Ryan Stelly

πŸ“–
Ben Monro
Ben Monro

πŸ’»

AdriΓ  Fontcuberta

πŸ› ⚠️ πŸ’»

Sky Wickenden

πŸ› πŸ’»

Bodnar Bogdan

πŸ› πŸ’»

Zach Perrault

πŸ“–

Ryan Stelly

πŸ“–

Ben Monro

πŸ’»

Christopher Martin

πŸ’»

Yuancheng Wu

πŸ‘€

MJ

πŸ“–
- This project follows the