Skip to content

Commit

Permalink
Bug 1472716 - Part 1 - Whitelist the "value" attribute for XUL locali…
Browse files Browse the repository at this point in the history
…zation. r=gandalf

MozReview-Commit-ID: Gv9da9rqOrL
  • Loading branch information
Paolo Amadini committed Jul 10, 2018
1 parent bedd4ef commit 28a0e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions intl/l10n/DOMLocalization.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ const LOCALIZABLE_ATTRIBUTES = {
th: ["abbr"]
},
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul": {
description: ["value"],
global: [
"accesskey", "aria-label", "aria-valuetext", "aria-moz-hint", "label"
],
key: ["key", "keycode"],
label: ["value"],
textbox: ["placeholder"],
toolbarbutton: ["tooltiptext"],
}
Expand Down

0 comments on commit 28a0e12

Please sign in to comment.