Skip to content

Commit

Permalink
Update aria-autocomplete IDL
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahim Abdi committed Jan 24, 2025
1 parent 85b6f35 commit 0a41741
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10565,37 +10565,43 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
</tr>
<tr>
<th class="property-value-head" scope="row">Value:</th>
<td class="property-value"><a href="#valuetype_token">token</a></td>
<td class="property-value"><a href="#valuetype_enumerated">Enumerated</a></td>
</tr>
</tbody>
</table>
<table class="value-descriptions">
<caption>Values:</caption>
<thead>
<tr>
<th scope="col">Value</th>
<th scope="col">Value (keyword)</th>
<th scope="col">State</th>
<th scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr>
<th class="value-name" scope="row">inline</th>
<th class="state-description" scope="row">Inline</th>
<td class="value-description">When a user is providing input, text suggesting one way to complete the provided input might be dynamically inserted after the caret.</td>
</tr>
<tr>
<th class="value-name" scope="row">list</th>
<th class="state-description" scope="row">List</th>
<td class="value-description">When a user is providing input, an element containing a collection of values that could complete the provided input might be displayed.</td>
</tr>
<tr>
<th class="value-name" scope="row">both</th>
<th class="state-description" scope="row">Both</th>
<td class="value-description">When a user is providing input, an element containing a collection of values that could complete the provided input might be displayed. If displayed, one value in the collection is automatically selected, and the text needed to complete the automatically selected value appears after the caret in the input.</td>
</tr>
<tr>
<th class="value-name" scope="row"><strong class="default">none (default)</strong></th>
<th class="value-name" scope="row"><strong class="default">none</strong></th>
<th class="state-description" scope="row">None</th>
<td class="value-description">When a user is providing input, an automatic suggestion that attempts to predict how the user intends to complete the input is not displayed.</td>
</tr>
</tbody>
</table>
<p>The attribute's <a data-cite="html/common-microsyntaxes.html#missing-value-default">missing value default</a> and <a data-cite="html/common-microsyntaxes.html#invalid-value-default">invalid value default</a> are both the None state.</p>
</div>
<div class="property" id="aria-braillelabel">
<pdef>aria-braillelabel</pdef>
Expand Down

0 comments on commit 0a41741

Please sign in to comment.