diff --git a/src/static/js/html10n.js b/src/static/js/html10n.js
index 44abd7a0b..e2540f66a 100644
--- a/src/static/js/html10n.js
+++ b/src/static/js/html10n.js
@@ -851,6 +851,7 @@ window.html10n = (function(window, document, undefined) {
, "innerHTML": 1
, "alt": 1
, "textContent": 1
+ , "value": 1
}
if (index > 0 && str.id.substr(index + 1) in attrList) { // an attribute has been specified
prop = str.id.substr(index + 1)