Skip to content

Commit e301b86

Browse files
committed
Update select role mapping to use HTML display size
In this HTML PR I am planning on changing the definition of how combobox vs listbox rendering is done with size and multiple attributes: whatwg/html#11460 This PR defers to the HTML definition of display size which defines combobox vs listbox rendering based on multiple and size attributes.
1 parent 0e19fad commit e301b86

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2906,8 +2906,7 @@ <h2 id="docconformance">
29062906
</tr>
29072907
<tr>
29082908
<th id="el-select" tabindex="-1">
2909-
[^select^] (with NO `multiple` attribute and NO `size`
2910-
attribute having value greater than `1`)
2909+
[^select^] (with a <a data-cite="html/form-elements.html#concept-select-size">display size</a> of `1`)
29112910
</th>
29122911
<td>
29132912
<code>role=<a href="#index-aria-combobox">combobox</a></code>
@@ -2928,8 +2927,7 @@ <h2 id="docconformance">
29282927
</tr>
29292928
<tr>
29302929
<th id="el-select-multiple-or-size-greater-1" tabindex="-1">
2931-
[^select^] (with a `multiple` attribute or a `size` attribute
2932-
having value greater than `1`)
2930+
[^select^] (with a <a data-cite="html/form-elements.html#concept-select-size">display size</a> greater than `1`)
29332931
</th>
29342932
<td>
29352933
<code>role=<a href="#index-aria-list">listbox</a></code>

0 commit comments

Comments
 (0)