diff --git a/core-aam/index.html b/core-aam/index.html index 8e91e4d86..93e76c7ac 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -12557,6 +12557,21 @@
Assistive technologies MUST present the announcement using that language (for example, voice, pronunciation rules, braille table).
++ When the user agent is presenting the document in a machine-translated rendering (for example, via a built-in "Translate this page" feature), the user agent MUST apply the same + translation to announcement before performing any of the platform-specific steps below, so that the announcement is conveyed to assistive technologies in the language + presented to the user rather than in the language of the original content. +
++ The user agent should not trigger the platform accessibility notification until the translation step has completed; otherwise assistive technologies may present the original and + translated strings in sequence. The same translation step is expected to apply to live region announcements before their + corresponding platform notifications are triggered. +
+