Skip to content

Commit

Permalink
Fix column indices for callers of "Get Trusted Type data for attribut…
Browse files Browse the repository at this point in the history
…e" (#555)

SHA: ffe51de
Reason: push, by koto

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fred-wang and github-actions[bot] committed Oct 28, 2024
1 parent 122f8ba commit 508377e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://www.w3.org/TR/trusted-types/" rel="canonical">
<meta content="2e1cafd819ecdc6d365263f79f0d9f16cd09e443" name="document-revision">
<meta content="ffe51deadc6cfab02550f225a1b18bc3c68e152b" name="document-revision">
<style>/* Boilerplate: style-autolinks */
.css.css, .property.property, .descriptor.descriptor {
color: var(--a-normal-text);
Expand Down Expand Up @@ -1798,7 +1798,7 @@ <h4 class="heading settled" data-level="2.3.1" id="trusted-type-policy-factory">
<p><var>attrNs</var></p>
</ul>
<li data-md>
<p>If <var>attributeData</var> is not null, then set <var>expectedType</var> to the value of the third member of <var>attributeData</var>.</p>
<p>If <var>attributeData</var> is not null, then set <var>expectedType</var> to the value of the fourth member of <var>attributeData</var>.</p>
<li data-md>
<p>Return <var>expectedType</var>.</p>
</ol>
Expand Down Expand Up @@ -2181,9 +2181,9 @@ <h3 class="heading settled" data-level="3.7" id="validate-attribute-mutation"><s
<p>Return <var>value</var>’s associated data.</p>
</ol>
<li data-md>
<p>Let <var>expectedType</var> be the value of the third member of <var>attributeData</var>.</p>
<p>Let <var>expectedType</var> be the value of the fourth member of <var>attributeData</var>.</p>
<li data-md>
<p>Let <var>sink</var> be the value of the fourth member of <var>attributeData</var>.</p>
<p>Let <var>sink</var> be the value of the fifth member of <var>attributeData</var>.</p>
<li data-md>
<p>Return the result of executing <a data-link-type="abstract-op" href="#abstract-opdef-get-trusted-type-compliant-string" id="ref-for-abstract-opdef-get-trusted-type-compliant-string①">Get Trusted Type compliant string</a> with the following arguments:</p>
<ul>
Expand Down

0 comments on commit 508377e

Please sign in to comment.