Skip to content

Commit e757b85

Browse files
committed
@aria-multiselectable on <datalist> to reflect selection model / issue #71
1 parent bc1ffd1 commit e757b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ <h3>HTML Element Role Mappings</h3>
855855
</tr>
856856
<tr tabindex="-1" id="el-datalist">
857857
<th><a href="http://www.w3.org/TR/html51/semantics.html#the-datalist-element"><code>datalist</code></a></th>
858-
<td class="aria"><a class="core-mapping" href="#role-map-listbox"><code>listbox</code></a> role, with the <a class="core-mapping" href="#ariaMultiselectableFalse"><code>aria-multiselectable</code></a> property set to "false" </td>
858+
<td class="aria"><a class="core-mapping" href="#role-map-listbox"><code>listbox</code></a> role, with the <a class="core-mapping" href="#ariaMultiselectableFalse"><code>aria-multiselectable</code></a> property set to "true" if the <code>datalist</code>'s selection model allows multiple <code>option</code> elements to be selected at a time, and "false" otherwise</td>
859859
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
860860
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
861861
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>

0 commit comments

Comments
 (0)