Skip to content

Commit

Permalink
correct markup
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Aug 28, 2023
1 parent b5e0010 commit 0bd00c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -73123,8 +73123,7 @@ Demos:
match <code>input</code>, <code>textarea</code>, and <code>select</code> elements that have
their <span>user interacted</span> set to true, are <span data-x="candidate for constraint
validation">candidates for constraint validation</span>, and that <span
data-x="concept-fv-valid">satisfy their constraints</span>.
</ul>
data-x="concept-fv-valid">satisfy their constraints</span>.</p>
</dd>

<dt><dfn selector noexport><code data-x="selector-user-invalid">:user-invalid</code></dfn></dt>
Expand All @@ -73133,7 +73132,7 @@ Demos:
match <code>input</code>, <code>textarea</code>, and <code>select</code> elements that have
their <span>user interacted</span> set to true, are <span data-x="candidate for constraint
validation">candidates for constraint validation</span> but do not <span
data-x="concept-fv-valid">satisfy their constraints</span>.
data-x="concept-fv-valid">satisfy their constraints</span>.</p>
</dd>

<dt><dfn selector noexport><code data-x="selector-in-range">:in-range</code></dfn></dt>
Expand Down

0 comments on commit 0bd00c5

Please sign in to comment.