Update select element descriptions in HTML (#598) · w3c/html-aria@7998c77
scottaohara
·
2026-05-27
·
via Recent Commits to html-aria:gh-pages
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2808,8 +2808,7 @@ <h2>Conformance Checker Rule Implementations</h2>
|
2808 | 2808 | </tr> |
2809 | 2809 | <tr id="el-select" tabindex="-1"> |
2810 | 2810 | <th> |
2811 | | -<code>select</code> (with NO <code>multiple</code> attribute and NO <code>size</code> |
2812 | | - attribute having value greater than <code>1</code>) |
| 2811 | +<code>select</code> (rendered as a <code>drop-down box</code>) |
2813 | 2812 | </th> |
2814 | 2813 | <td> |
2815 | 2814 | <code>role=combobox</code> |
@@ -2842,8 +2841,7 @@ <h2>Conformance Checker Rule Implementations</h2>
|
2842 | 2841 | </tr> |
2843 | 2842 | <tr id="el-select-multiple-or-size-greater-1" tabindex="-1"> |
2844 | 2843 | <th> |
2845 | | -<code>select</code> (with a <code>multiple</code> attribute or a <code>size</code> attribute |
2846 | | - having value greater than <code>1</code>) |
| 2844 | +<code>select</code> (rendered as a <code>list box</code>) |
2847 | 2845 | </th> |
2848 | 2846 | <td> |
2849 | 2847 | <code>role=listbox</code> |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。