Skip to content

Commit

Permalink
Update aria-busy IDL
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahim Abdi committed Jan 24, 2025
1 parent 0a41741 commit 0d7c040
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10751,29 +10751,33 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
</tr>
<tr>
<th class="state-value-head" scope="row">Value:</th>
<td class="state-value"><a href="#valuetype_true-false">true/false</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"><strong class="default">false (default)</strong>:</th>
<th class="value-name" scope="row"><strong class="default">false</strong>:</th>
<th class="state-description" scope="row">False</th>
<td class="value-description">There are no expected updates for the element.</td>
</tr>
<tr>
<th class="value-name" scope="row">true</th>
<th class="state-description" scope="row">True</th>
<td class="value-description">The element is being updated.</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 False state.</p>
</div>
<div class="state" id="aria-checked">
<sdef>aria-checked</sdef>
Expand Down

0 comments on commit 0d7c040

Please sign in to comment.