[html5] r8311 - [t] (1) Allow <input type=button value> to be translated, since that value isn't [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Nov 22 12:22:19 PST 2013


Author: ianh
Date: 2013-11-22 12:22:18 -0800 (Fri, 22 Nov 2013)
New Revision: 8311

Modified:
   complete.html
   index
   source
Log:
[t] (1) Allow <input type=button value> to be translated, since that value isn't submitted
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23842
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-11-22 20:18:56 UTC (rev 8310)
+++ complete.html	2013-11-22 20:22:18 UTC (rev 8311)
@@ -10698,7 +10698,9 @@
    <li><code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> on <code><a href=#the-iframe-element>iframe</a></code> elements; must be parsed and recursively processed</li>
    <li><code title=attr-style><a href=#the-style-attribute>style</a></code> on <a href=#html-elements>HTML elements</a>; must be parsed and recursively processed (e.g. for the values of 'content' properties)</li>
    <li><code title=attr-title><a href=#attr-title>title</a></code> on all <a href=#html-elements>HTML elements</a></li>
-   <!-- <input value> is excluded since we can't predict if it interferes with server-side processing -->
+   <li><code title=attr-input-value><a href=#attr-input-value>value</a></code> on <code><a href=#the-input-element>input</a></code> elements with a
+       <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#button-state-(type=button)" title=attr-input-type-button>Button</a> state</li>
+       <!-- <input value> on other types is excluded since we can't predict if it interferes with server-side processing -->
   </ul><p>Other specifications may define other attributes that are also <a href=#translatable-attributes>translatable
   attributes</a>. For example, ARIA would define the <code title=attr-aria-label>aria-label</code> attribute as translatable.</p>
 

Modified: index
===================================================================
--- index	2013-11-22 20:18:56 UTC (rev 8310)
+++ index	2013-11-22 20:22:18 UTC (rev 8311)
@@ -10698,7 +10698,9 @@
    <li><code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> on <code><a href=#the-iframe-element>iframe</a></code> elements; must be parsed and recursively processed</li>
    <li><code title=attr-style><a href=#the-style-attribute>style</a></code> on <a href=#html-elements>HTML elements</a>; must be parsed and recursively processed (e.g. for the values of 'content' properties)</li>
    <li><code title=attr-title><a href=#attr-title>title</a></code> on all <a href=#html-elements>HTML elements</a></li>
-   <!-- <input value> is excluded since we can't predict if it interferes with server-side processing -->
+   <li><code title=attr-input-value><a href=#attr-input-value>value</a></code> on <code><a href=#the-input-element>input</a></code> elements with a
+       <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#button-state-(type=button)" title=attr-input-type-button>Button</a> state</li>
+       <!-- <input value> on other types is excluded since we can't predict if it interferes with server-side processing -->
   </ul><p>Other specifications may define other attributes that are also <a href=#translatable-attributes>translatable
   attributes</a>. For example, ARIA would define the <code title=attr-aria-label>aria-label</code> attribute as translatable.</p>
 

Modified: source
===================================================================
--- source	2013-11-22 20:18:56 UTC (rev 8310)
+++ source	2013-11-22 20:22:18 UTC (rev 8311)
@@ -10613,7 +10613,9 @@
    <li><code data-x="attr-iframe-srcdoc">srcdoc</code> on <code>iframe</code> elements; must be parsed and recursively processed</li>
    <li><code data-x="attr-style">style</code> on <span>HTML elements</span>; must be parsed and recursively processed (e.g. for the values of 'content' properties)</li>
    <li><code data-x="attr-title">title</code> on all <span>HTML elements</span></li>
-   <!-- <input value> is excluded since we can't predict if it interferes with server-side processing -->
+   <li><code data-x="attr-input-value">value</code> on <code>input</code> elements with a
+       <code data-x="attr-input-type">type</code> attribute in the <span data-x="attr-input-type-button">Button</span> state</li>
+       <!-- <input value> on other types is excluded since we can't predict if it interferes with server-side processing -->
   </ul>
 
   <p>Other specifications may define other attributes that are also <span>translatable




More information about the Commit-Watchers mailing list