-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AC Content revision joe #161
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok one small question/issue raised on the search! sorry this took me so long to review 😛
great job!
|
||
screenreader: | ||
name: | | ||
If multiple forms are present (Ex: Search, Sign in, Newsletter subscription), the form must have a name | ||
role: | | ||
It is discoverable with screenreader shortcuts as a form landmark along with its name | ||
mode: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
||
gherkin-keyboard: | ||
- when: | | ||
the arrow keys to browse the navigation menu | ||
tab is used to browse the navigation menu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
space: | | ||
Search button is activated | ||
Search button is activated [if present] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think lines 12 and 14 are flipped? should be about the search in line 12 and the search button for line 14? because space inside the search field would just add a space to the string being searched
@@ -7,17 +7,17 @@ categories: nav header | |||
|
|||
keyboard: | |||
tab: | | |||
Focus moves visibly to the search text input and search button | |||
Focus moves to the search text input and search button [if present] and there is a highly visible visual indication of keyboard focus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also find this all a bit confusing where we are saying focus is moving to both the search field AND the button. I feel like we should focus on the input behavior and make any mention of the button explicit and clear
Copy edits to AC for the following Web components:
html
header
nav