-
Notifications
You must be signed in to change notification settings - Fork 28
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
Create tests for APG design pattern example: Select-Only Combobox #338
Conversation
66eadb8
to
af45067
Compare
… navigating to the combobox) may need to be pressed multiple times.
…ting to the combobox
…he combobox and listbox popup
…out the listbox popup; it's not reasonable to assert that a screen reader should communicate anything about the containing listbox when a user has only asked for the text of the current option
…out the combobox in interaction mode, as unlike in reading mode, only the text of the selected option is reported
a5eba54
to
c0bc7d0
Compare
Review note: the example in the reference directory isn't timestamped, because the script and pattern for this were added later than this PR (in 4d77ba2). This can easily be fixed by merging master into this tests branch, adding the timestamped directory and then allowing the test pages to be regenerated. But there are currently merge conflicts in files that haven't been manually touched during creation of this PR, such as the unrelated menubar editor tests. |
Preview Tests
Resolves #331.