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 16, 2024
1 parent 1c71c66 commit 0f0ed54
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 @@ -6478,8 +6478,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 0f0ed54

Please sign in to comment.