Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2906,8 +2906,7 @@ <h2 id="docconformance">
</tr>
<tr>
<th id="el-select" tabindex="-1">
[^select^] (with NO `multiple` attribute and NO `size`
attribute having value greater than `1`)
[^select^] (with a <a data-cite="html/form-elements.html#concept-select-size">display size</a> of `1`)
</th>
<td>
<code>role=<a href="#index-aria-combobox">combobox</a></code>
Expand All @@ -2928,8 +2927,7 @@ <h2 id="docconformance">
</tr>
<tr>
<th id="el-select-multiple-or-size-greater-1" tabindex="-1">
[^select^] (with a `multiple` attribute or a `size` attribute
having value greater than `1`)
[^select^] (with a <a data-cite="html/form-elements.html#concept-select-size">display size</a> greater than `1`)
</th>
<td>
<code>role=<a href="#index-aria-list">listbox</a></code>
Expand Down