Skip to content

Commit 7205d35

Browse files
authored
aria-atomic has no default (#1894)
1 parent 60f526c commit 7205d35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5982,7 +5982,7 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
59825982
&lt;p>If you find any variations in results, please let us know!&lt;/p>
59835983
&lt;/div>
59845984
&lt;p>...&lt;/p>
5985-
</pre>
5985+
</pre>
59865986
<p>In cases where an element with role <rref>note</rref> has been determined to need a programmatic association with the content it supplements, authors can use one of the following mechanisms to associate the elements:</p>
59875987
<ul>
59885988
<li>If the <code>note</code> contains structured or interactive content (for example, a link, button, list, table, etc.) use <pref>aria-details</pref>.</li>
@@ -5994,7 +5994,7 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
59945994
&lt;button aria-details="info-note">Get Started&lt;/button>
59955995
...
59965996
&lt;div role="note" id="info-note">
5997-
&lt;p>Need more information before you get started?&lt;/p>
5997+
&lt;p>Need more information before you get started?&lt;/p>
59985998
&lt;p>Visit our &lt;a href="...">product description page&lt;/a> to get all the information you need.&lt;/p>
59995999
&lt;/div>
60006000
</pre>
@@ -10584,7 +10584,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1058410584
</thead>
1058510585
<tbody>
1058610586
<tr>
10587-
<th class="value-name" scope="row"><strong class="default">false (default)</strong></th>
10587+
<th class="value-name" scope="row">false</th>
1058810588
<td class="value-description">Assistive technologies will present only the changed node or nodes.</td>
1058910589
</tr>
1059010590
<tr>

0 commit comments

Comments
 (0)