@@ -10319,9 +10319,10 @@ <h4>Example Attribute Usage</h4>
|
10319 | 10319 | </section> |
10320 | 10320 | </section> |
10321 | 10321 | </section> |
10322 | | -<section> |
10323 | | -<h2>Translatable States and Properties</h2> |
10324 | | -<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>. 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> |
| 10322 | +<section data-cite="HTML"> |
| 10323 | +<h2>Translatable Attributes</h2> |
| 10324 | +<p>The HTML specification states that other specifications can define <a data-cite="html/dom.html#translatable-attributes">translatable attributes</a>. The source translation language of each attribute value is defined by use of the [^html-global/lang^] attribute on the element or its ancestor elements.</p> |
| 10325 | +<p>To be understandable by assistive technology users, the values of the following <a>states</a> and <a>properties</a> are <a data-cite="html/dom.html#translatable-attributes">translatable attributes</a> and should be translated when a page is localized:</p> |
10325 | 10326 | <ul> |
10326 | 10327 | <li><pref>aria-label</pref></li> |
10327 | 10328 | <li><pref>aria-placeholder</pref></li> |
|