From 18b966e1cca464f8e7956ee8bf8233389617cf3a Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Thu, 27 Mar 2025 16:27:28 +0100 Subject: [PATCH] Add aria-description as a localizable string --- fluent-dom/src/overlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-dom/src/overlay.js b/fluent-dom/src/overlay.js index dc6c99c6..1a6b52a6 100644 --- a/fluent-dom/src/overlay.js +++ b/fluent-dom/src/overlay.js @@ -45,7 +45,7 @@ const TEXT_LEVEL_ELEMENTS = { const LOCALIZABLE_ATTRIBUTES = { "http://www.w3.org/1999/xhtml": { - global: ["title", "aria-label", "aria-valuetext"], + global: ["title", "aria-description", "aria-label", "aria-valuetext"], a: ["download"], area: ["download", "alt"], // value is special-cased in isAttrNameLocalizable