|
118 | 118 |
|
119 | 119 | <table class="simple">
|
120 | 120 | <caption>
|
121 |
| - Rules of ARIA attributes usage by HTML language feature |
| 121 | + Rules of ARIA attribute usage by HTML feature |
122 | 122 | caption>
|
123 | 123 | <tr>
|
124 | 124 | <th>
|
125 |
| - HTML language feature |
| 125 | + HTML feature |
126 | 126 | th>
|
127 | 127 | <th>
|
128 | 128 | <p id="implicit">
|
|
139 | 139 | <tbody>
|
140 | 140 | <tr id="el-a" tabindex="-1">
|
141 | 141 | <td>
|
142 |
| - [^a^] element with a <a data-cite="html/links.html#attr-hyperlink-href">`href`a> |
| 142 | + [^a^] with <a data-cite="html/links.html#attr-hyperlink-href">`href`a> |
143 | 143 | td>
|
144 | 144 | <td>
|
145 | 145 | <code>role=<a href="#index-aria-link">linka>code>
|
|
174 | 174 | tr>
|
175 | 175 | <tr id="el-a-no-href" tabindex="-1">
|
176 | 176 | <td>
|
177 |
| - [^a^] element without a <a data-cite="html/links.html#attr-hyperlink-href">`href`a> |
| 177 | + [^a^] without <a data-cite="html/links.html#attr-hyperlink-href">`href`a> |
178 | 178 | td>
|
179 | 179 | <td>
|
180 | 180 | <a href="#dfn-no-corresponding-role" class="internalDFN" data-link-type="dfn">No corresponding rolea>
|
|
228 | 228 | tr>
|
229 | 229 | <tr id="el-area" tabindex="-1">
|
230 | 230 | <td>
|
231 |
| - [^area^] with a <a data-cite="html/links.html#attr-hyperlink-href">`href`a> |
| 231 | + [^area^] with <a data-cite="html/links.html#attr-hyperlink-href">`href`a> |
232 | 232 | td>
|
233 | 233 | <td>
|
234 | 234 | <code>role=<a href="#index-aria-link">linka>code>
|
|
246 | 246 | tr>
|
247 | 247 | <tr id="el-area-no-href" tabindex="-1">
|
248 | 248 | <td>
|
249 |
| - [^area^] without a <a data-cite="html/links.html#attr-hyperlink-href">`href`a> |
| 249 | + [^area^] without <a data-cite="html/links.html#attr-hyperlink-href">`href`a> |
250 | 250 | td>
|
251 | 251 | <td><a>No corresponding rolea>td>
|
252 | 252 | <td>
|
|
1890 | 1890 | <a data-cite="dpub-aria-1.0#doc-credits">`doc-credits`a>,
|
1891 | 1891 | <a data-cite="dpub-aria-1.0#doc-dedication">`doc-dedication`a>,
|
1892 | 1892 | <a data-cite="dpub-aria-1.0#doc-endnotes">`doc-endnotes`a>,
|
| 1893 | + <a data-cite="dpub-aria-1.0#doc-epigraph">`doc-epigraph`a>, |
1893 | 1894 | <a data-cite="dpub-aria-1.0#doc-epilogue">`doc-epilogue`a>,
|
1894 | 1895 | <a data-cite="dpub-aria-1.0#doc-errata">`doc-errata`a>,
|
1895 | 1896 | <a data-cite="dpub-aria-1.0#doc-example">`doc-example`a>,
|
|
2021 | 2022 | td>
|
2022 | 2023 | <td>
|
2023 | 2024 | <p>
|
2024 |
| - Role: <a href="#index-aria-application">`application`a>, |
2025 |
| - <a href="#index-aria-document">`document`a>, or <a href= |
2026 |
| - "#index-aria-img">`img`a> |
| 2025 | + Roles: |
| 2026 | + <a href="#index-aria-application">`application`a>, |
| 2027 | + <a href="#index-aria-document">`document`a> |
| 2028 | + or <a href="#index-aria-img">`img`a> |
2027 | 2029 | p>
|
2028 | 2030 | <p>
|
2029 | 2031 | <a href="#index-aria-global">Global `aria-*` attributesa> and
|
|
2059 | 2061 | td>
|
2060 | 2062 | <td>
|
2061 | 2063 | <p>
|
2062 |
| - Role: `button` with `aria-expanded="true"` if the |
| 2064 | + Role: `button` with `aria-expanded=true` if the |
2063 | 2065 | parent (`details`) element's <a data-cite=
|
2064 | 2066 | "html/interactive-elements.html#attr-details-open">`open`a>
|
2065 |
| - attribute is present, `aria-expanded="false"` otherwise. |
| 2067 | + attribute is present, `aria-expanded=false` otherwise. |
2066 | 2068 | p>
|
2067 | 2069 | <p>
|
2068 | 2070 | <a href="#index-aria-global">Global `aria-*` attributesa> and
|
|
2328 | 2330 | Authors can use `role=list` to reinstate the role, if necessary.
|
2329 | 2331 | p>
|
2330 | 2332 | <p>
|
2331 |
| - Role: |
| 2333 | + Roles: |
2332 | 2334 | <a href="#index-aria-directory">`directory`a>,
|
2333 | 2335 | <a href="#index-aria-group">`group`a>,
|
2334 | 2336 | <a href="#index-aria-listbox">`listbox`a>,
|
2335 | 2337 | <a href="#index-aria-menu">`menu`a>,
|
2336 | 2338 | <a href="#index-aria-menubar">`menubar`a>,
|
| 2339 | + <a href="#index-aria-none">`none`a>, |
| 2340 | + <a href="#index-aria-presentation">`presentation`a>, |
2337 | 2341 | <a href="#index-aria-radiogroup">`radiogroup`a>,
|
2338 | 2342 | <a href="#index-aria-tablist">`tablist`a>,
|
2339 |
| - <a href="#index-aria-toolbar">`toolbar`a>, |
2340 |
| - <a href="#index-aria-tree">`tree`a>, |
2341 |
| - <a href="#index-aria-presentation">`presentation`a> |
2342 |
| - or <a href="#index-aria-none">`none`a>. |
| 2343 | + <a href="#index-aria-toolbar">`toolbar`a> |
| 2344 | + or <a href="#index-aria-tree">`tree`a>. |
2343 | 2345 | p>
|
2344 | 2346 | <p>
|
2345 | 2347 | <a href="#index-aria-global">Global `aria-*` attributesa> and
|
|
4883 | 4885 | SHOULD NOT be used.
|
4884 | 4886 | p>
|
4885 | 4887 | section>
|
4886 |
| - <script src="details-summary/jquery.details.min.js">script> |
| 4888 | + |
| 4889 | + |
4890 | 4893 | body>
|
4891 | 4894 | html>
|
0 commit comments