8000 add lang clarification to translatable attributes section. by cookiecrook · Pull Request #1690 · w3c/aria · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
editorial nit
  • Loading branch information
cookiecrook authored Feb 3, 2022
commit 8abc05e0a542adb6c8f0a705472d3502eece76d6
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10322,7 +10322,7 @@ <h4>Example Attribute Usage</h4>
<section>
<h2>Translatable Attributes</h2>
<p>The HTML specification states that other specifications can define <a href="https://html.spec.whatwg.org/multipage/dom.html#translatable-attributes">translatable attributes</a>. The source translation language of each value is defined by use of <a href="https://html.spec.whatwg.org/multipage/dom.html#the-lang-and-xml:lang-attributes">the <code>lang</code> attribute</a> on the element or its ancestor elements.</p>
<p>In order to be understandable by assistive technology users, the values of the following <a>states</a> and <a>properties</a> are <a href="https://html.spec.whatwg.org/multipage/dom.html#translatable-attributes">translatable attributes</a> and should be translated when a page is localized:</p>
<p>To be understandable by assistive technology users, the values of the following <a>states</a> and <a>properties</a> are <a href="https://html.spec.whatwg.org/multipage/dom.html#translatable-attributes">translatable attributes</a> and should be translated when a page is localized:</p>
<ul>
<li><pref>aria-label</pref></li>
<li><pref>aria-placeholder</pref></li>
Expand Down
0