From 92aabe12dca0b6c911d7006fc79f9fe186d2758e Mon Sep 17 00:00:00 2001 From: Luiza Pagliari Date: Mon, 25 May 2015 07:08:24 -0300 Subject: [PATCH] Allowing 'value' to be a localizable attribute on HTML elements. --- src/static/js/html10n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/js/html10n.js b/src/static/js/html10n.js index 44abd7a0..e2540f66 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)