Skip to content

Commit 4d774f3

Browse files
authored
Editorial: adds new 1.3 translatable attributes (#2043)
1 parent 7bfb796 commit 4d774f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10137,9 +10137,14 @@ <h2>Translatable Attributes</h2>
1013710137
<p>The HTML specification states that other specifications can define <a data-cite="html/dom.html#translatable-attributes">translatable attributes</a>. The language and directionality of each attribute value is the same as the <a data-cite="html/dom.html#language">language</a> and <a data-cite="html/dom.html#the-directionality">directionality</a> of the element.</p>
1013810138
<p>To be understandable by assistive technology users, the values of the following <a>states</a> and [=ARIA/properties=] are <a data-cite="html/dom.html#translatable-attributes">translatable attributes</a> and should be translated when a page is localized:</p>
1013910139
<ul>
10140+
<li><pref>aria-braillelabel</pref></li>
10141+
<li><pref>aria-brailleroledescription</pref></li>
10142+
<li><pref>aria-colindextext</pref></li>
10143+
<li><pref>aria-description</pref></li>
1014010144
<li><pref>aria-label</pref></li>
1014110145
<li><pref>aria-placeholder</pref></li>
1014210146
<li><pref>aria-roledescription</pref></li>
10147+
<li><pref>aria-rowindextext</pref></li>
1014310148
<li><pref>aria-valuetext</pref></li>
1014410149
</ul>
1014510150
</section>

0 commit comments

Comments
 (0)