We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c2cbf commit d986bbbCopy full SHA for d986bbb
fluent-dom/src/overlay.js
@@ -45,7 +45,7 @@ const TEXT_LEVEL_ELEMENTS = {
45
46
const LOCALIZABLE_ATTRIBUTES = {
47
"http://www.w3.org/1999/xhtml": {
48
- global: ["title", "aria-label", "aria-valuetext"],
+ global: ["title", "aria-description", "aria-label", "aria-valuetext"],
49
a: ["download"],
50
area: ["download", "alt"],
51
// value is special-cased in isAttrNameLocalizable
0 commit comments