Skip to content

Commit

Permalink
Automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
fetch-info bot committed Dec 13, 2024
1 parent 99e3747 commit 1597f82
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 7 deletions.
1 change: 1 addition & 0 deletions enum.html
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,7 @@
<li><a href="https:&#x2F;&#x2F;html.spec.whatwg.org&#x2F;multipage&#x2F;">HTML Standard</a> in enum <code><a href="names/ColorSpaceConversion.html">ColorSpaceConversion</a></code></li>
<li><a href="https:&#x2F;&#x2F;notifications.spec.whatwg.org&#x2F;">Notifications API Standard</a> in enum <code><a href="names/NotificationPermission.html">NotificationPermission</a></code></li>
<li><a href="https:&#x2F;&#x2F;registry.khronos.org&#x2F;webgl&#x2F;specs&#x2F;latest&#x2F;1.0&#x2F;">WebGL Specification</a> in enum <code><a href="names/WebGLPowerPreference.html">WebGLPowerPreference</a></code></li>
<li><a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;sanitizer-api&#x2F;">HTML Sanitizer API</a> in enum <code><a href="names/SanitizerPresets.html">SanitizerPresets</a></code></li>
<li><a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;IndexedDB-3&#x2F;">Indexed Database API 3.0</a> in enum <code><a href="names/IDBTransactionDurability.html">IDBTransactionDurability</a></code></li>
<li><a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;webaudio-1.1&#x2F;">Web Audio API 1.1</a> in enum <code><a href="names/AudioContextRenderSizeCategory.html">AudioContextRenderSizeCategory</a></code></li>
<li><a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;webnn&#x2F;">Web Neural Network API</a> in enum <code><a href="names/MLPowerPreference.html">MLPowerPreference</a></code></li>
Expand Down
1 change: 1 addition & 0 deletions members.html
Original file line number Diff line number Diff line change
Expand Up @@ -24434,6 +24434,7 @@
<li><code>sanitizer</code>
<ul>
<li>used as <strong>field</strong> in dictionary <code><a href="names/SetHTMLOptions.html">SetHTMLOptions</a></code> in <a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;sanitizer-api&#x2F;#dom-sethtmloptions-sanitizer">HTML Sanitizer API</a></li>
<li>used as <strong>field</strong> in dictionary <code><a href="names/SetHTMLUnsafeOptions.html">SetHTMLUnsafeOptions</a></code> in <a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;sanitizer-api&#x2F;#dom-sethtmloptions-sanitizer">HTML Sanitizer API</a></li>

</ul></li>
<li><code>save</code>
Expand Down
7 changes: 4 additions & 3 deletions names/Sanitizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ <h3>Definition</h3>
<pre class=webidl><code><span class=def>

[Exposed&#x3D;(<a class=realm href='../globals/Window.html'>Window</a>,<a class=realm href='../globals/Worker.html'>Worker</a>)]
interface <strong>Sanitizer</strong> {<span class=def id=constructor-SanitizerConfig>
<strong>constructor</strong>(optional <a href='SanitizerConfig.html'>SanitizerConfig</a> <strong>configuration</strong> &#x3D; {});</span><span class=def id=operation-get><span class="comment">
interface <strong>Sanitizer</strong> {<span class=def id=constructor-SanitizerConfig-SanitizerPresets>
<strong>constructor</strong>(optional (<a href='SanitizerConfig.html'>SanitizerConfig</a> or <a href='SanitizerPresets.html'>SanitizerPresets</a>) <strong>configuration</strong> &#x3D; &quot;default&quot;);</span><span class=def id=operation-get><span class="comment">

&#x2F;&#x2F; Query configuration:
</span><a href='SanitizerConfig.html'>SanitizerConfig</a> <strong><a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;sanitizer-api&#x2F;#dom-sanitizer-get">get</a></strong>();</span><span class=def id=operation-allowElement-SanitizerElementWithAttributes><span class="comment">
Expand All @@ -36,7 +36,7 @@ <h3>Definition</h3>
<h3>Methods and attributes that return objects implementing <code>Sanitizer</code></h3>

<ul>
<li><code><a href="Sanitizer.html">Sanitizer</a><a href=Sanitizer.html#constructor-SanitizerConfig>()</a></code></li>
<li><code><a href="Sanitizer.html">Sanitizer</a><a href=Sanitizer.html#constructor-SanitizerConfig-SanitizerPresets>()</a></code></li>

</ul>
</section>
Expand All @@ -45,6 +45,7 @@ <h3>Referring IDL interfaces/dictionaries</h3>

<ul>
<li><code><a href="SetHTMLOptions.html">SetHTMLOptions</a></code></li>
<li><code><a href="SetHTMLUnsafeOptions.html">SetHTMLUnsafeOptions</a></code></li>

</ul>
</section>
Expand Down
1 change: 1 addition & 0 deletions names/SanitizerConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ <h3>Referring IDL interfaces/dictionaries</h3>
<ul>
<li><code><a href="Sanitizer.html">Sanitizer</a></code></li>
<li><code><a href="SetHTMLOptions.html">SetHTMLOptions</a></code></li>
<li><code><a href="SetHTMLUnsafeOptions.html">SetHTMLUnsafeOptions</a></code></li>

</ul>
</section>
Expand Down
26 changes: 26 additions & 0 deletions names/SanitizerPresets.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: <code>SanitizerPresets</code> enum
layout: base
parent: names/
base: ../
---

<section>
<h3>Definition</h3>
<p><a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;sanitizer-api&#x2F;#enumdef-sanitizerpresets">HTML Sanitizer API</a> defines <code>SanitizerPresets</code></p>
<pre class=webidl><code><span class=def>enum <strong>SanitizerPresets</strong> { <span class=def>&quot;<strong>default</strong>&quot;</span> };</span></code></pre>


</section>

<section>
<h3>Referring IDL interfaces/dictionaries</h3>

<ul>
<li><code><a href="Sanitizer.html">Sanitizer</a></code></li>
<li><code><a href="SetHTMLOptions.html">SetHTMLOptions</a></code></li>
<li><code><a href="SetHTMLUnsafeOptions.html">SetHTMLUnsafeOptions</a></code></li>

</ul>
</section>

5 changes: 3 additions & 2 deletions names/SetHTMLOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<section>
<h3>Definition</h3>
<p><a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;sanitizer-api&#x2F;#dictdef-sethtmloptions">HTML Sanitizer API</a> defines <code>SetHTMLOptions</code></p>
<pre class=webidl><code><span class=def>dictionary <strong>SetHTMLOptions</strong> {<span class=def>
(<a href='Sanitizer.html'>Sanitizer</a> or <a href='SanitizerConfig.html'>SanitizerConfig</a>) <strong><a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;sanitizer-api&#x2F;#dom-sethtmloptions-sanitizer">sanitizer</a></strong> &#x3D; {};</span>
<pre class=webidl><code><span class=def>
dictionary <strong>SetHTMLOptions</strong> {<span class=def>
(<a href='Sanitizer.html'>Sanitizer</a> or <a href='SanitizerConfig.html'>SanitizerConfig</a> or <a href='SanitizerPresets.html'>SanitizerPresets</a>) <strong><a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;sanitizer-api&#x2F;#dom-sethtmloptions-sanitizer">sanitizer</a></strong> &#x3D; &quot;default&quot;;</span>
};</span></code></pre>


Expand Down
20 changes: 20 additions & 0 deletions names/SetHTMLUnsafeOptions.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: <code>SetHTMLUnsafeOptions</code> dictionary
layout: base
parent: names/
base: ../
---

<section>
<h3>Definition</h3>
<p><a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;sanitizer-api&#x2F;#dictdef-sethtmlunsafeoptions">HTML Sanitizer API</a> defines <code>SetHTMLUnsafeOptions</code></p>
<pre class=webidl><code><span class=def>
dictionary <strong>SetHTMLUnsafeOptions</strong> {<span class=def>
(<a href='Sanitizer.html'>Sanitizer</a> or <a href='SanitizerConfig.html'>SanitizerConfig</a> or <a href='SanitizerPresets.html'>SanitizerPresets</a>) <strong><a href="https:&#x2F;&#x2F;wicg.github.io&#x2F;sanitizer-api&#x2F;#dom-sethtmlunsafeoptions-sanitizer">sanitizer</a></strong> &#x3D; {};</span>
};</span></code></pre>


</section>



6 changes: 4 additions & 2 deletions names/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
<li><a href="RTCStatsReport.html">RTCStatsReport</a> <span title='used by 3 other IDL fragments'>(3)</span> <a href="../globals/Window.html" class="exposed window" title="exposed on Window">Window</a></li>
<li><a href="RTCTrackEvent.html">RTCTrackEvent</a> <span title='used by 0 other IDL fragments'>(0)</span> <a href="../globals/Window.html" class="exposed window" title="exposed on Window">Window</a></li>
<li><a href="RTCTransformEvent.html">RTCTransformEvent</a> <span title='used by 0 other IDL fragments'>(0)</span> <a href="../globals/DedicatedWorker.html" class="exposed dedicatedworker" title="exposed on DedicatedWorker">DedicatedWorker</a></li>
<li><a href="Sanitizer.html">Sanitizer</a> <span title='used by 1 other IDL fragments'>(1)</span> <a href="../globals/Window.html" class="exposed window" title="exposed on Window">Window</a><a href="../globals/Worker.html" class="exposed worker" title="exposed on Worker">Worker</a></li>
<li><a href="Sanitizer.html">Sanitizer</a> <span title='used by 2 other IDL fragments'>(2)</span> <a href="../globals/Window.html" class="exposed window" title="exposed on Window">Window</a><a href="../globals/Worker.html" class="exposed worker" title="exposed on Worker">Worker</a></li>
<li><a href="Scheduler.html">Scheduler</a> <span title='used by 1 other IDL fragments'>(1)</span> <a href="../globals/Window.html" class="exposed window" title="exposed on Window">Window</a><a href="../globals/Worker.html" class="exposed worker" title="exposed on Worker">Worker</a></li>
<li><a href="Scheduling.html">Scheduling</a> <span title='used by 1 other IDL fragments'>(1)</span> <a href="../globals/Window.html" class="exposed window" title="exposed on Window">Window</a></li>
<li><a href="Screen.html">Screen</a> <span title='used by 2 other IDL fragments'>(2)</span> <a href="../globals/Window.html" class="exposed window" title="exposed on Window">Window</a></li>
Expand Down Expand Up @@ -1902,7 +1902,7 @@
<li><a href="RTCTransportStats.html">RTCTransportStats</a> <span title='used by 0 other IDL fragments'>(0)</span> </li>
<li><a href="RTCVideoSourceStats.html">RTCVideoSourceStats</a> <span title='used by 0 other IDL fragments'>(0)</span> </li>
<li><a href="SanitizerAttributeNamespace.html">SanitizerAttributeNamespace</a> <span title='used by 0 other IDL fragments'>(0)</span> </li>
<li><a href="SanitizerConfig.html">SanitizerConfig</a> <span title='used by 2 other IDL fragments'>(2)</span> </li>
<li><a href="SanitizerConfig.html">SanitizerConfig</a> <span title='used by 3 other IDL fragments'>(3)</span> </li>
<li><a href="SanitizerElementNamespace.html">SanitizerElementNamespace</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="SanitizerElementNamespaceWithAttributes.html">SanitizerElementNamespaceWithAttributes</a> <span title='used by 0 other IDL fragments'>(0)</span> </li>
<li><a href="SaveFilePickerOptions.html">SaveFilePickerOptions</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
Expand All @@ -1924,6 +1924,7 @@
<li><a href="SerialPortInfo.html">SerialPortInfo</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="SerialPortRequestOptions.html">SerialPortRequestOptions</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="SetHTMLOptions.html">SetHTMLOptions</a> <span title='used by 0 other IDL fragments'>(0)</span> </li>
<li><a href="SetHTMLUnsafeOptions.html">SetHTMLUnsafeOptions</a> <span title='used by 0 other IDL fragments'>(0)</span> </li>
<li><a href="SFrameTransformErrorEventInit.html">SFrameTransformErrorEventInit</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="SFrameTransformOptions.html">SFrameTransformOptions</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="ShadowRootInit.html">ShadowRootInit</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
Expand Down Expand Up @@ -2489,6 +2490,7 @@
<li><a href="RTCStatsType.html">RTCStatsType</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="RunningStatus.html">RunningStatus</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="SameSiteCookiesType.html">SameSiteCookiesType</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="SanitizerPresets.html">SanitizerPresets</a> <span title='used by 3 other IDL fragments'>(3)</span> </li>
<li><a href="ScreenIdleState.html">ScreenIdleState</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
<li><a href="ScriptingPolicyViolationType.html">ScriptingPolicyViolationType</a> <span title='used by 0 other IDL fragments'>(0)</span> </li>
<li><a href="ScriptInvokerType.html">ScriptInvokerType</a> <span title='used by 1 other IDL fragments'>(1)</span> </li>
Expand Down

0 comments on commit 1597f82

Please sign in to comment.