-
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
screenreader now capable of reading checkbox group #12559
Conversation
Code Climate has analyzed commit ada6341 and detected 0 issues on this pull request. View more on Code Climate. |
}) | ||
} | ||
</div> | ||
<fieldset style={{ width: '100%' }}> |
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.
Styling should probably be put into a variable elsewhere, then injected via that variable.
</p> | ||
<TabWindow tabs={tabs} onChange={this.onTabSelected} /> | ||
</div> | ||
)} |
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.
Is everything above this line just formatting? Was having a hard time seeing any other differences.
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.
Yes, had to re-formate after initial commit to undo changes from Prettier extension hence all the changes. Sorry for the confusion!
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.
What is the best way to test this?
I would add a note in the PR description that you also spruced up formatting.
The failing spec that is about jobs is likely a flake. The 2 feature tests that failed bear examining.
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.
🚢
Looks awesome! |
Resolves #{12123}
Description
Enables users who utilize assistive technology to identify the name of the group ("Special Issues") that the checkboxes are located in by adding elements
<fieldset>
&<legend>
identified by W3C standards as readable by a screenreader