-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fetch-info bot
committed
Dec 13, 2024
1 parent
99e3747
commit 1597f82
Showing
8 changed files
with
60 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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://wicg.github.io/sanitizer-api/#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>"<strong>default</strong>"</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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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://wicg.github.io/sanitizer-api/#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://wicg.github.io/sanitizer-api/#dom-sethtmlunsafeoptions-sanitizer">sanitizer</a></strong> = {};</span> | ||
};</span></code></pre> | ||
|
||
|
||
</section> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters