@@ -5925,7 +5925,32 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
59255925<div class="role" id="note">
59265926<rdef>note</rdef>
59275927<div class="role-description">
5928-<p>A section whose content is parenthetic or ancillary to the main content of the resource.</p>
5928+<p>A <rref>section</rref> whose content represents additional information or parenthetical context to the primary content it supplements.</p>
5929+<p>A <code>note</code> is content provided by the author of the page or document, it is not to be used for providing reactions or suggestions. For these purposes, please review <rref>comment</rref> and <rref>suggestion</rref>.</p>
5930+<p>When used within the normal flow of a page's content, a <code>note</code> has an implicit association with the content that it supplements. The following example demonstrates using a <code>note</code> to call out additional information in the natural reading order of a page:</p>
5931+<pre class="example highlight">
5932+<p>... the following results outline support for the tested features.</p>
5933+<div role="note">
5934+<p>Please keep in mind that at the time of publishing this page all results were accurate.</p>
5935+<p>If you find any variations in results, please let us know!</p>
5936+</div>
5937+<p>...</p>
5938+</pre>
5939+<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>
5940+<ul>
5941+<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>
5942+<li>If the <code>note</code> is brief and consists of static text, use <pref>aria-describedby</pref>.</li>
5943+</ul>
5944+<pre class="example highlight">
5945+<!-- using aria-details to reference a note containing a link -->
5946+ ...
5947+<button aria-details="info-note">Get Started</button>
5948+ ...
5949+<div role="note" id="info-note">
5950+<p>Need more information before you get started?</p>
5951+<p>Visit our <a href="...">product description page</a> to get all the information you need.</p>
5952+</div>
5953+</pre>
59295954</div>
59305955<table class="role-features">
59315956<caption>Characteristics:</caption>