|
63 | 63 | the following substantive additions and/or corrections have been proposed:
|
64 | 64 | </p>
|
65 | 65 | <ul>
|
| 66 | + <li> |
| 67 | + <a href="https://github.com/w3c/html-aria/pull/435">31 May 2023 - Correction:</a> |
| 68 | + Conditionally revise allowed `aria-*` attributes and roles on <a href="#el-summary">`summary`</a> element. |
| 69 | + </li> |
66 | 70 | <li>
|
67 | 71 | <a href="https://github.com/w3c/html-aria/pull/410">31 May 2023 - Correction:</a>
|
68 | 72 | Update <a href="#el-li">`li`</a> element role allowances in context to the element's ancestral relationship, or lack of,
|
@@ -2939,18 +2943,26 @@ <h2 id="docconformance">
|
2939 | 2943 | <a>No corresponding role</a>
|
2940 | 2944 | </p>
|
2941 | 2945 | <div class="note">
|
2942 |
| - Many, but not all, user agents expose the `summary` element with an implicit ARIA <code>role=<a href="#index-aria-button">button</a></code> |
2943 |
| - role. |
| 2946 | + Many, but not all, user agents expose the `summary` element with an implicit ARIA |
| 2947 | + <code>role=<a href="#index-aria-button">button</a></code>. |
2944 | 2948 | </div>
|
2945 | 2949 | </td>
|
2946 | 2950 | <td>
|
2947 |
| - <p> |
2948 |
| - <a><strong class="nosupport">No `role`</strong></a> |
2949 |
| - </p> |
2950 |
| - <p> |
2951 |
| - <a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a> |
2952 |
| - and any `aria-*` attributes applicable to the `button` role. |
2953 |
| - </p> |
| 2951 | + <div class="proposed correction"> |
| 2952 | + <p> |
| 2953 | + <a><strong class="nosupport">No `role`</strong></a> if the `summary` element is a |
| 2954 | + <a data-cite="html/interactive-elements.html#summary-for-its-parent-details">summary for its parent details</a>. |
| 2955 | + </p> |
| 2956 | + <p> |
| 2957 | + <a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>, |
| 2958 | + `aria-disabled`, and `aria-haspopup` attributes. |
| 2959 | + </p> |
| 2960 | + <p> |
| 2961 | + Otherwise, authors MAY specifiy <a><strong>Any `role`</strong></a>, and any |
| 2962 | + <a data-cite="wai-aria-1.2#global_states">global `aria-*` attributes</a> |
| 2963 | + and any `aria-*` attributes applicable to the allowed roles. |
| 2964 | + </p> |
| 2965 | + </div> |
2954 | 2966 | </td>
|
2955 | 2967 | </tr>
|
2956 | 2968 | <tr>
|
|
0 commit comments