|
1 | 1 | <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head> |
2 | 2 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> |
3 | | -<meta name="generator" content="ReSpec 32.1.3"> |
| 3 | +<meta name="generator" content="ReSpec 32.1.4"> |
4 | 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
5 | 5 | <style> |
6 | 6 | span.example-title{text-transform:none} |
|
308 | 308 | "aliasOf": "WAI-ARIA-1.1" |
309 | 309 | } |
310 | 310 | }, |
311 | | - "publishISODate": "2022-04-22T00:00:00.000Z", |
312 | | - "generatedSubtitle": "W3C Editor's Draft 22 April 2022" |
| 311 | + "publishISODate": "2022-04-29T00:00:00.000Z", |
| 312 | + "generatedSubtitle": "W3C Editor's Draft 29 April 2022" |
313 | 313 | }</script> |
314 | 314 | <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head> |
315 | 315 | <body class="h-entry" data-cite="WEBIDL core-aam-1.2 accname wai-aria"><div class="head"> |
316 | 316 | <p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> |
317 | 317 | </a></p> |
318 | 318 | <h1 id="title" class="title">Accessible Rich Internet Applications (WAI-ARIA) 1.3</h1> |
319 | | - <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2022-04-22">22 April 2022</time></p> |
| 319 | + <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2022-04-29">29 April 2022</time></p> |
320 | 320 | <details open=""> |
321 | 321 | <summary>More details about this document</summary> |
322 | 322 | <dl> |
@@ -2785,12 +2785,12 @@ <h4 class="role-name" title="combobox" aria-describedby="desc-combobox"><code>co |
2785 | 2785 | <div class="example" id="example-6"> |
2786 | 2786 | <div class="marker"> |
2787 | 2787 | <a class="self-link" href="#example-6">Example<bdi> 6</bdi></a> |
2788 | | - </div> <pre class="highlight" aria-busy="false"><code class="hljs xml"> <span class="hljs-tag"><<span class="hljs-name">label</span> <span class="hljs-attr">for</span>=<span class="hljs-string">"tag_combo"</span>></span>Tag<span class="hljs-tag"></<span class="hljs-name">label</span>></span> |
| 2788 | + </div> <pre class="highlight" aria-busy="false"><code class="hljs xml"> <span class="hljs-tag"><<span class="hljs-name">label</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"tag_label"</span> <span class="hljs-attr">for</span>=<span class="hljs-string">"tag_combo"</span>></span>Tag<span class="hljs-tag"></<span class="hljs-name">label</span>></span> |
2789 | 2789 | <span class="hljs-tag"><<span class="hljs-name">input</span> <span class="hljs-attr">type</span>=<span class="hljs-string">"text"</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"tag_combo"</span> |
2790 | 2790 | <span class="hljs-attr">role</span>=<span class="hljs-string">"combobox"</span> <span class="hljs-attr">aria-autocomplete</span>=<span class="hljs-string">"list"</span> |
2791 | 2791 | <span class="hljs-attr">aria-haspopup</span>=<span class="hljs-string">"listbox"</span> <span class="hljs-attr">aria-expanded</span>=<span class="hljs-string">"true"</span> |
2792 | 2792 | <span class="hljs-attr">aria-controls</span>=<span class="hljs-string">"popup_listbox"</span> <span class="hljs-attr">aria-activedescendant</span>=<span class="hljs-string">"selected_option"</span>></span> |
2793 | | -<span class="hljs-tag"><<span class="hljs-name">ul</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"listbox"</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"popup_listbox"</span>></span> |
| 2793 | +<span class="hljs-tag"><<span class="hljs-name">ul</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"listbox"</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"popup_listbox"</span> <span class="hljs-attr">aria-labelledby</span>=<span class="hljs-string">"tag_label"</span>></span> |
2794 | 2794 | <span class="hljs-tag"><<span class="hljs-name">li</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"option"</span>></span>Zebra<span class="hljs-tag"></<span class="hljs-name">li</span>></span> |
2795 | 2795 | <span class="hljs-tag"><<span class="hljs-name">li</span> <span class="hljs-attr">role</span>=<span class="hljs-string">"option"</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"selected_option"</span>></span>Zoom<span class="hljs-tag"></<span class="hljs-name">li</span>></span> |
2796 | 2796 | <span class="hljs-tag"></<span class="hljs-name">ul</span>></span></code></pre> |
|
0 commit comments