Skip to content
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

Merged
merged 54 commits into from
Mar 25, 2021

Conversation

jscholes
Copy link
Contributor

@jscholes jscholes commented Nov 20, 2020

Preview Tests

Resolves #331.

jscholes and others added 28 commits November 20, 2020 11:58
For more details of what is removed from and maintained in APG examples, see: 335dada
…Property, State, and Tabindex Attributes' and source code sections
@jscholes jscholes force-pushed the tests/combobox-select-only branch from 66eadb8 to af45067 Compare November 22, 2020 20:45
@jscholes jscholes requested a review from IsaDC November 22, 2020 20:54
jscholes and others added 11 commits November 23, 2020 15:57
… navigating to the combobox) may need to be pressed multiple times.
…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
@jscholes jscholes force-pushed the tests/combobox-select-only branch from a5eba54 to c0bc7d0 Compare January 11, 2021 20:28
@jscholes
Copy link
Contributor Author

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.

@mcking65 mcking65 merged commit 9198d4a into master Mar 25, 2021
@mcking65 mcking65 deleted the tests/combobox-select-only branch March 25, 2021 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create tests for APG design pattern example: Select-Only Combobox
3 participants