Skip to content

Commit

Permalink
Correct Trusted Type enforcement in Range.getContextualFragment.
Browse files Browse the repository at this point in the history
Added a missing argument.
  • Loading branch information
koto committed Oct 31, 2024
1 parent 70f2b06 commit d11d155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -114433,8 +114433,8 @@ enum <dfn enum>DOMParserSupportedType</dfn> {
<li><p>Let <var>compliantString</var> be the result of invoking the <span data-x="tt-getcompliantstring">Get
Trusted Type compliant string</span> algorithm with <code
data-x="tt-trustedhtml">TrustedHTML</code>, <span>this</span>'s <span>relevant global
object</span>, <var>string</var>, and <code data-x="">"Range
createContextualFragment"</code>.</p></li>
object</span>, <var>string</var>, "<code data-x="">Range createContextualFragment</code>", and
"<code data-x="">script</code>".</p></li>

<li><p>Let <var>node</var> be <span>this</span>'s <span data-x="concept-range-start-node">start
node</span>.</p></li>
Expand Down

0 comments on commit d11d155

Please sign in to comment.