This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Bug 21495 comment 1 mentioned this but it doesn't look like any action was taken. The "value" attribute on the input elements should be translatable, but only if the type of the input is one of: button, reset, submit.
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the Editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the Tracker Issue; or you may create a Tracker Issue yourself, if you are able to do so. For more details, see this document: http://dev.w3.org/html5/decision-policy/decision-policy.html Status: Accepted Change Description: Added value as translatable, when input[type=submit], input[type=reset], or input[type=button] Rationale: Agree with bug, and Chrome implementation reports true by default (no other implementations currently available for testing)
Commit pushed to master at https://github.com/w3c/html https://github.com/w3c/html/commit/fed68314dc736b1b7c3b17e52db35f682fbcd792 [Bug 23283]: The value attribute on some inputs should be translatable ] Adding a value attr entry for button, reset and submit input types.
Commit pushed to CR at https://github.com/w3c/html https://github.com/w3c/html/commit/ce373635b7264e5341151a0abddde83e94e777ed [Bug 23283]: The value attribute on some inputs should be translatable ] Adding a value attr entry for button, reset and submit input types. (cherry picked from commit fed68314dc736b1b7c3b17e52db35f682fbcd792)
Commit pushed to CR at https://github.com/w3c/html https://github.com/w3c/html/commit/fed68314dc736b1b7c3b17e52db35f682fbcd792 [Bug 23283]: The value attribute on some inputs should be translatable