You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class="note">In practice, this means that, e.g., the <code>role</code> IDL attribute on <code>Element</code> reflects the <code>role</code> content attribute; the <code>ariaValueMin</code> IDL attribute reflects the <pref>aria-valuemin</pref> content attribute; etc. Ambiguity clarifications (such as <code>ariaPosInSet</code>) are listed in <a href="#idl_attr_exceptions">IDL Attribute Name Notes or Exceptions</a>.</p>
<p>User Agent processing for the <dfn method for=ARIANotifyMixin><code>ariaNotify(<var>announcement</var>, <var>options</var>)</code></dfn> method steps are:</p>
13632
+
<ol>
13633
+
<li><p>Let <var>priority</var> be <var>options</var>["<code>priority</code>"].</p></li>
13634
+
<li><p>Let <var>interrupt</var> be <var>options</var>["<code>interrupt</code>"].</p></li>
13635
+
<li><p>Let <var>id</var> be <var>options</var>["<code>notifyId</code>"].</p></li>
13636
+
<li><p>Run the aria notify steps given <var>node</var>, <var>announcement</var>, <var>priority</var>, <var>interrupt</var>, and <var>id</var>.</p></li>
0 commit comments