"On the ""Edit your answers about your children"" page, when a user deletes a child entry, the corresponding row (name and birthday) visually disappears from the table, but no announcement is made to screen reader users. Without a status message confirming the deletion, a screen reader user has no way to know whether the action succeeded. The table or its container should use an aria-live region or a status message to announce when a child has been removed, such as ""Child [name] deleted.""
"
Add an "aria-live=polite" region that announces when a child entry has been removed from the table. The announcement should confirm what was deleted, such as "Child [name] removed." This gives screen reader users the same confirmation that sighted users get from seeing the row disappear. See MDN's documentation on aria-live regions: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live
See A11Y-25.
See A11Y-25.