|
142 | 142 | "REC": "https://www.w3.org/TR/core-aam-1.2/" |
143 | 143 | }, |
144 | 144 | practicesURLs: { |
145 | | - "ED": "https://w3c.github.io/aria-practices/", |
146 | | - "WD": "https://www.w3.org/TR/wai-aria-practices-1.2/", |
147 | | - "FPWD": "https://www.w3.org/TR/wai-aria-practices-1.2/", |
148 | | - "CR": "https://www.w3.org/TR/wai-aria-practices-1.2/", |
149 | | - "CRD": "https://www.w3.org/TR/wai-aria-practices-1.2/", |
150 | | - "PR": "https://www.w3.org/TR/wai-aria-practices-1.2/", |
151 | | - "REC": "https://www.w3.org/TR/wai-aria-practices-1.2/" |
| 145 | + "ED": "https://www.w3.org/WAI/ARIA/apg/", |
| 146 | + "WD": "https://www.w3.org/WAI/ARIA/apg/", |
| 147 | + "FPWD": "https://www.w3.org/WAI/ARIA/apg/", |
| 148 | + "CR": "https://www.w3.org/WAI/ARIA/apg/", |
| 149 | + "CRD": "https://www.w3.org/WAI/ARIA/apg/", |
| 150 | + "PR": "https://www.w3.org/WAI/ARIA/apg/", |
| 151 | + "REC": "https://www.w3.org/WAI/ARIA/apg/" |
152 | 152 | }, |
153 | 153 |
|
154 | 154 | preProcess:[linkCrossReferences], |
@@ -383,7 +383,7 @@ <h3>Information for Authors</h3> |
383 | 383 | This is often a more convenient way of providing keyboard navigation within widgets, such as a <rref>listbox</rref>, where the widget occupies only one stop in the page <kbd>Tab</kbd> sequence and other keys, typically arrow keys, are used to focus elements inside the widget. |
384 | 384 | </p> |
385 | 385 | <p>Typically, the author will use host language <a>semantics</a> to put the widget in the <kbd>Tab</kbd> sequence (e.g., <code>tabindex="0"</code> in <abbr title="Hypertext Markup Language">HTML</abbr>) and <code>aria-activedescendant</code> to point to the ID of the currently active descendant. The author, not the user agent, is responsible for styling the currently active descendant to show it has keyboard focus. The author cannot use <code>:<span class="css-selector">focus</span></code> to style the currently active descendant since the actual focus is on the container.</p> |
386 | | - <p>More information on managing focus can be found in the <a href="#keyboard" class="practices">Developing a Keyboard Interface</a> section of the <cite><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Authoring Practices</cite>.</p> |
| 386 | + <p>More information on managing focus can be found in the <a href="practices/keyboard-interface/" class="practices">Developing a Keyboard Interface</a> section of the <cite><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Authoring Practices</cite>.</p> |
387 | 387 | </section> |
388 | 388 | <section id="managingfocus_useragents"> |
389 | 389 | <h3>Information for User Agents</h3> |
|
0 commit comments