Skip to content

Commit

Permalink
Stringify input in Process value with a default policy (#417)
Browse files Browse the repository at this point in the history
SHA: 4f94c5b
Reason: push, by lukewarlow

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lukewarlow and github-actions[bot] committed Jan 23, 2024
1 parent aab71db commit 9a4a485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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://w3c.github.io/trusted-types/dist/spec/" rel="canonical">
<meta content="10469d3190a88e33fd976a0c1cc77aac624e1965" name="document-revision">
<meta content="4f94c5b4d972d254014759bafb0f220cf12559d0" name="document-revision">
<style>/* Boilerplate: style-autolinks */
.css.css, .property.property, .descriptor.descriptor {
color: var(--a-normal-text);
Expand Down Expand Up @@ -2124,7 +2124,7 @@ <h3 class="heading settled" data-level="3.6" id="process-value-with-a-default-po
<li data-md>
<p><var>defaultPolicy</var> as <var>policy</var></p>
<li data-md>
<p><var>input</var> as <var>value</var></p>
<p>stringified <var>input</var> as <var>value</var></p>
<li data-md>
<p><var>expectedType</var>’s type name as <var>trustedTypeName</var></p>
<li data-md>
Expand Down

0 comments on commit 9a4a485

Please sign in to comment.