Skip to content

Commit

Permalink
Change dfn to use given rather than with
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed May 7, 2024
1 parent 683cae8 commit 3c2773c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6448,8 +6448,8 @@ optional boolean <var>validate</var> (default true):
</ol>

<p>To <dfn>verify and set attribute value</dfn>
{{TrustedType}} or string <var>value</var> for an <a>attribute</a> <var>attribute</var>, with
<a for=/>element</a> <var>element</var>:
{{TrustedType}} or string <var>value</var> for an <a>attribute</a> <var>attribute</var>, given an
<a for=/>Element</a> <var>element</var>:

<ol>
<li><p>Let <var>verifiedValue</var> be the result of calling
Expand Down

0 comments on commit 3c2773c

Please sign in to comment.