Skip to content

Conversation

@javierfdezcast
Copy link

No description provided.

@javierfdezcast javierfdezcast changed the title MOVES-10042 screenreader after animations fix: MOVES-10042 screenreader after animations May 5, 2025
@github-actions
Copy link

github-actions bot commented May 5, 2025

Size stats

master this branch diff
Total JS 12.4 MB 12.4 MB +913 B
JS without icons 2.12 MB 2.12 MB +913 B
Lib overhead 77.6 kB 77.6 kB 0 B
Lib overhead (gzip) 17.6 kB 17.6 kB 0 B

@github-actions
Copy link

github-actions bot commented May 5, 2025

Accessibility report

2 problems detected
patterns-feedback-successfeedback--success (1 violations)
patterns-feedback-successfeedback--success-as-header (1 violations)

ℹ️ You can run this locally by executing yarn audit-accessibility.

@github-actions
Copy link

github-actions bot commented May 5, 2025

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-6ck2sw2zb-flows-projects-65bb050e.vercel.app

Built with commit b1a5a74.
This pull request is being automatically deployed with vercel-action

}: AssetFeedbackProps): JSX.Element => {
useHapticFeedback('success');
const {skinName, platformOverrides} = useTheme();
const [isShouldRead, setShouldRead] = React.useState(false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the initial state depend on areAnimationsSupported?

<div
className={classnames(animateText && styles.feedbackTextAppearMedium)}
data-testid="description"
aria-hidden={hideOthers}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do these divs need to be hiden?they are also animated

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they are hidden because if not, the screen reader reads then before the title

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.

3 participants