From 92f541eedb4bbefb9d25f885da16d92cd5686ce5 Mon Sep 17 00:00:00 2001 From: Peter Krautzberger Date: Fri, 17 Jul 2026 14:38:09 +0200 Subject: [PATCH] editorial: add note in Sec. 6.4 Translatable Attributes Adds explanatory note why lang&dir currently cannot diverge. Resolves #2827 --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index dd53eb137..4dc627f13 100644 --- a/index.html +++ b/index.html @@ -12055,6 +12055,9 @@

Translatable Attributes

  • aria-rowindextext
  • aria-valuetext
  • +

    + Due to limitations across the web accessibility stack there is currently no mechanism to specify language and directionality for a translatable attribute separately from the element's language and directionality. This also indirectly applies to aria-labelledby and aria-describedby because the Accessible Name and Description Computation [[ACCNAME-1.2]] results in a flat string. Diverging in language or direction can also cause other accessibility problems, see [[WCAG21]]. +

    Global States and Properties