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 23283 - The value attribute on some inputs should be translatable
Summary: The value attribute on some inputs should be translatable
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Erika Doyle Navara
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 21495
  Show dependency treegraph
 
Reported: 2013-09-19 09:07 UTC by Staś Małolepszy
Modified: 2014-01-16 15:10 UTC (History)
7 users (show)

See Also:


Attachments

Description Staś Małolepszy 2013-09-19 09:07:44 UTC
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.
Comment 1 Travis Leithead [MSFT] 2013-09-23 23:25:38 UTC
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)
Comment 2 github bugzilla bot 2013-09-23 23:29:25 UTC
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.
Comment 3 github bugzilla bot 2013-09-23 23:30:59 UTC
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)
Comment 4 github bugzilla bot 2014-01-16 15:10:55 UTC
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