-
Notifications
You must be signed in to change notification settings - Fork 648
[Do not review] Ensure button counter is announced #4533
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
Conversation
|
size-limit report 📦
|
| @@ -1,6 +1,7 @@ | |||
| import {EyeIcon, TriangleDownIcon, HeartIcon} from '@primer/octicons-react' | |||
| import React, {useState} from 'react' | |||
| import React, {useState, useRef} from 'react' | |||
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.
| import React, {useState, useRef} from 'react' | |
| import React, {useRef} from 'react' |
| import React, {useState} from 'react' | ||
| import React, {useState, useRef} from 'react' | ||
| import {Button} from '.' | ||
| import {announce} from '@primer/live-region-element' |
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.
| import {announce} from '@primer/live-region-element' | |
| import {announce} from '@primer/live-region-element | |
| test test |
|
Superceded by:#4537! Also see: Document results for various implementations for communicating dynamically updated buttons |
This PR just has a bunch of different test cases, to inform https://github.com/github/accessibility/pull/6222.