-
Couldn't load subscription status.
- Fork 135
feat(core): adopt breaking changes for Object Number #13529
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
feat(core): adopt breaking changes for Object Number #13529
Conversation
✅ Deploy Preview for fundamental-ngx ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
That's an interesting finding, I'll dig into it. |
Can you try the following options:
This would require setting a default ID for the span with the status message so that you can link it. |
be708a1
into
feat/adopt-styles-breaking-changes-part-two
|
Since none of the implementations discussed managed to fix the focus on the screen reader element when using Voiceover on Chrome, but the issue is not reproducible with JAWS, we are leaving the styles as they are. |





Related Issue(s)
Part of #13490
Description
Adopts breaking changes coming from Fundamental Styles for
ObjectNumber:'negative' | 'critical' | 'positive' | 'informative':Adds a new
statusMessageinput which the user can use to override the default screen reader text for the status.Adds a screen reader text when the Object Number is emphasized:
role="button"andtabindex=0to interactive object numbers.FdTranslatePipeto acceptnullin which case it returns the default value, i.e. an empty string.Screenshots