packages/react-components/react-skeleton/stories/src/Skeleton/SkeletonAccessibility.md
aria-busy on the container when loading multiple Skeleton items simultaneously. Add aria-busy="true" to the parent container element when content is loading and changes rapidly. This tells screen readers to wait until loading is complete before trying to read the content. Remove aria-busy or set it to false when loading is complete.aria-label on the Skeleton's root element (e.g., aria-label="Loading content").article, group, region), you can place the aria-label or aria-labelledby on that wrapper element instead of on the Skeleton itself.aria-live regions on each one. Instead, manage announcements at the page or section level to prevent overwhelming users with excessive notifications.aria-busy, aria-live) on the container elements.