Skip to content

Commit

Permalink
(doc): clarify rules for aria-invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoSponge committed Oct 1, 2017
1 parent f36423a commit b930d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ <h2 id="docconformance">Document conformance requirements for use of ARIA attrib
constraint validation</a> but that does not <a
href="https://www.w3.org/TR/html/sec-forms.html#satisfy-its-constraints">satisfy its constraints</a></TD>
<TD><code>aria-invalid=&quot;true&quot;</code></TD>
<TD><p>The <code>aria-invalid</code> attribute for may be used on any HTML5 elements that allow <a href="#index-aria-global">global <code>aria-*</code> attributes</a> except<em> </em><a href="https://www.w3.org/TR/html/sec-forms.html#submittable-element">submittable elements</a> that<em> </em>have the <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-input-required"><code>required</code></a> attribute set. - <span class="changed-feature">(changed)</span></p></TD>
<TD><p>The <code>aria-invalid</code> attribute for may be used on any HTML5 elements that allow <a href="#index-aria-global">global <code>aria-*</code> attributes</a> except<em> </em><a href="https://www.w3.org/TR/html/sec-forms.html#submittable-element">submittable elements</a> that does not satisy its <em> </em><a href="https://www.w3.org/TR/html/sec-forms.html#constraints">constraints</a>. - <span class="changed-feature">(changed)</span></p></TD>
</TR>
<TR tabindex="-1">
<TD>Element with <code><a href="https://www.w3.org/TR/html/editing.html#element-attrdef-global-contenteditable">contenteditable</a></code> attribute</TD>
Expand Down

0 comments on commit b930d3f

Please sign in to comment.