Skip to content

Commit

Permalink
[t] (1) Mention that other specs may also list translatable attributes.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23337
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8276 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 13, 2013
1 parent 1827bb8 commit b152c1c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -10701,7 +10701,10 @@ <h5 id=the-translate-attribute><span class=secno>3.2.5.4 </span>The <code title=
<li><code title=attr-style><a href=#the-style-attribute>style</a></code> on <a href=#html-elements>HTML elements</a> elements; 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> elements</li>
<!-- <input value> is excluded since we can't predict if it interferes with server-side processing -->
</ul><div class=impl>
</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>

<div class=impl>

<hr><p>The <dfn id=dom-translate title=dom-translate><code>translate</code></dfn> IDL attribute must, on getting,
return true if the element's <a href=#translation-mode>translation mode</a> is <a href=#translate-enabled>translate-enabled</a>, and
Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -10701,7 +10701,10 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre> <!-- DO NOT REWR
<li><code title=attr-style><a href=#the-style-attribute>style</a></code> on <a href=#html-elements>HTML elements</a> elements; 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> elements</li>
<!-- <input value> is excluded since we can't predict if it interferes with server-side processing -->
</ul><div class=impl>
</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>

<div class=impl>

<hr><p>The <dfn id=dom-translate title=dom-translate><code>translate</code></dfn> IDL attribute must, on getting,
return true if the element's <a href=#translation-mode>translation mode</a> is <a href=#translate-enabled>translate-enabled</a>, and
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -10614,6 +10614,10 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre> <!-- DO NOT REWRAP THIS L
<!-- <input value> 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
attributes</span>. For example, ARIA would define the <code
data-x="attr-aria-label">aria-label</code> attribute as translatable.</p>

<div class="impl">

<hr>
Expand Down

0 comments on commit b152c1c

Please sign in to comment.