We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f013b7 commit 2ee6d8cCopy full SHA for 2ee6d8c
core/src/components/toast/toast.tsx
@@ -746,7 +746,7 @@ export class Toast implements ComponentInterface, OverlayInterface {
746
not interrupt the user which is why this has
747
a "status" role and a "polite" presentation.
748
*/}
749
- <div class="toast-content" role="status" aria-atomic="true" aria-live="polite">
+ <div class="toast-content" part="content" role="status" aria-atomic="true" aria-live="polite">
750
{/*
751
This logic below is done to improve consistency
752
across platforms when showing and updating live regions.
0 commit comments