Skip to content

Commit d986bbb

Browse files
authored
fix(dom): Add aria-description as a localizable string (#640)
1 parent 92c2cbf commit d986bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-dom/src/overlay.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const TEXT_LEVEL_ELEMENTS = {
4545

4646
const LOCALIZABLE_ATTRIBUTES = {
4747
"http://www.w3.org/1999/xhtml": {
48-
global: ["title", "aria-label", "aria-valuetext"],
48+
global: ["title", "aria-description", "aria-label", "aria-valuetext"],
4949
a: ["download"],
5050
area: ["download", "alt"],
5151
// value is special-cased in isAttrNameLocalizable

0 commit comments

Comments
 (0)