Update select role mapping to use HTML display size (#555) · w3c/html-aria@17dd4ce
josepharhar
·
2026-05-27
·
via Recent Commits to html-aria:gh-pages
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2935,8 +2935,7 @@ <h2 id="docconformance">
|
2935 | 2935 | </tr> |
2936 | 2936 | <tr> |
2937 | 2937 | <th id="el-select" tabindex="-1"> |
2938 | | - [^select^] (with NO `multiple` attribute and NO `size` |
2939 | | - attribute having value greater than `1`) |
| 2938 | + [^select^] (rendered as a <a data-cite="html/rendering.html#drop-down-box">drop-down box</a>) |
2940 | 2939 | </th> |
2941 | 2940 | <td> |
2942 | 2941 | <code>role=<a href="#index-aria-combobox">combobox</a></code> |
@@ -2957,8 +2956,7 @@ <h2 id="docconformance">
|
2957 | 2956 | </tr> |
2958 | 2957 | <tr> |
2959 | 2958 | <th id="el-select-multiple-or-size-greater-1" tabindex="-1"> |
2960 | | - [^select^] (with a `multiple` attribute or a `size` attribute |
2961 | | - having value greater than `1`) |
| 2959 | + [^select^] (rendered as a <a data-cite="html/rendering.html#list-box">list box</a>) |
2962 | 2960 | </th> |
2963 | 2961 | <td> |
2964 | 2962 | <code>role=<a href="#index-aria-list">listbox</a></code> |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。