[html5] r8322 - [e] (0) Reset buttons also don't get submitted, so it's probably safe to transla [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 2 15:07:52 PST 2013
Author: ianh
Date: 2013-12-02 15:07:51 -0800 (Mon, 02 Dec 2013)
New Revision: 8322
Modified:
complete.html
index
source
Log:
[e] (0) Reset buttons also don't get submitted, so it's probably safe to translate them too.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-12-02 23:04:39 UTC (rev 8321)
+++ complete.html 2013-12-02 23:07:51 UTC (rev 8322)
@@ -10702,7 +10702,8 @@
<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>
<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>
+ <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
+ or the <a href="#reset-button-state-(type=reset)" title=attr-input-type-reset>Reset 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-12-02 23:04:39 UTC (rev 8321)
+++ index 2013-12-02 23:07:51 UTC (rev 8322)
@@ -10702,7 +10702,8 @@
<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>
<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>
+ <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
+ or the <a href="#reset-button-state-(type=reset)" title=attr-input-type-reset>Reset 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-12-02 23:04:39 UTC (rev 8321)
+++ source 2013-12-02 23:07:51 UTC (rev 8322)
@@ -10614,7 +10614,8 @@
<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>
<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>
+ <code data-x="attr-input-type">type</code> attribute in the <span data-x="attr-input-type-button">Button</span> state
+ or the <span data-x="attr-input-type-reset">Reset Button</span> state</li>
<!-- <input value> on other types is excluded since we can't predict if it interferes with server-side processing -->
</ul>
More information about the Commit-Watchers
mailing list