Skip to content

Commit 4d293ca

Browse files
committed
stuff
1 parent 6cad862 commit 4d293ca

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

source

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -126278,7 +126278,7 @@ dictionary <dfn dictionary>SanitizerConfig</dfn> {
126278126278
data-x="dom-SanitizerElementNamespaceWithAttributes-attributes">attributes</code>"] to the
126279126279
result of <span data-x="list sort">sort in ascending order</span> <var>element</var>["<code
126280126280
data-x="dom-SanitizerElementNamespaceWithAttributes-attributes">attributes</code>"], with
126281-
<var>attrA</var> being <span>less than item</span> <var>attrB</var>.</p></li>
126281+
<span>compare sanitizer items</span>.</p></li>
126282126282

126283126283
<li><p>If <var>element</var>["<code
126284126284
data-x="dom-SanitizerElementNamespaceWithAttributes-removeAttributes">removeAttributes</code>"]
@@ -126287,14 +126287,14 @@ dictionary <dfn dictionary>SanitizerConfig</dfn> {
126287126287
to the result of <span data-x="list sort">sort in ascending order</span>
126288126288
<var>element</var>["<code
126289126289
data-x="dom-SanitizerElementNamespaceWithAttributes-removeAttributes">removeAttributes</code>"],
126290-
with <var>attrA</var> being <span>less than item</span> <var>attrB</var>.</p></li>
126290+
with <span>compare sanitizer items</span>.</p></li>
126291126291
</ol>
126292126292
</li>
126293126293

126294126294
<li><p>Set <var>config</var>["<code data-x="dom-SanitizerConfig-elements">elements</code>"] to
126295126295
the result of <span data-x="list sort">sort in ascending order</span> <var>config</var>["<code
126296-
data-x="dom-SanitizerConfig-elements">elements</code>"], with <var>elementA</var> being
126297-
<span>less than item</span> <var>elementB</var>.</p></li>
126296+
data-x="dom-SanitizerConfig-elements">elements</code>"], with <span>compare sanitizer
126297+
items</span>.</p></li>
126298126298
</ol>
126299126299
</li>
126300126300

@@ -126303,8 +126303,8 @@ dictionary <dfn dictionary>SanitizerConfig</dfn> {
126303126303
<li><p>Set <var>config</var>["<code
126304126304
data-x="dom-SanitizerConfig-removeElements">removeElements</code>"] to the result of <span
126305126305
data-x="list sort">sort in ascending order</span> <var>config</var>["<code
126306-
data-x="dom-SanitizerConfig-removeElements">removeElements</code>"], with <var>elementA</var>
126307-
being <span>less than item</span> <var>elementB</var>.</p></li>
126306+
data-x="dom-SanitizerConfig-removeElements">removeElements</code>"], with <span>compare
126307+
sanitizer items</span>.</p></li>
126308126308
</ol>
126309126309
</li>
126310126310

@@ -126314,7 +126314,7 @@ dictionary <dfn dictionary>SanitizerConfig</dfn> {
126314126314
data-x="dom-SanitizerConfig-replaceWithChildrenElements">replaceWithChildrenElements</code>"] to
126315126315
the result of <span data-x="list sort">sort in ascending order</span> <var>config</var>["<code
126316126316
data-x="dom-SanitizerConfig-replaceWithChildrenElements">replaceWithChildrenElements</code>"],
126317-
with <var>elementA</var> being <span>less than item</span> <var>elementB</var>.</p></li>
126317+
with <span>compare sanitizer items</span>.</p></li>
126318126318

126319126319
<li><p>If <var>config</var>["<code
126320126320
data-x="dom-SanitizerConfig-processingInstructions">processingInstructions</code>"] <span
@@ -126330,8 +126330,7 @@ dictionary <dfn dictionary>SanitizerConfig</dfn> {
126330126330
<ol>
126331126331
<li><p>Set <var>config</var>["<code
126332126332
data-x="dom-SanitizerConfig-removeProcessingInstructions">removeProcessingInstructions</code>"]
126333-
to the result of <span data-x="list sort">sort in ascending order</span>
126334-
<var>config</var>["<code
126333+
to the result of <span data-x="list sort">sorting</span> <var>config</var>["<code
126335126334
data-x="dom-SanitizerConfig-removeProcessingInstructions">removeProcessingInstructions</code>"],
126336126335
with <var>piA</var>["<code data-x="dom-SanitizerProcessingInstruction-target">target</code>"]
126337126336
being <span>code unit less than</span> <var>piB</var>["<code
@@ -126342,17 +126341,17 @@ dictionary <dfn dictionary>SanitizerConfig</dfn> {
126342126341
<li><p>If <var>config</var>["<code data-x="dom-SanitizerConfig-attributes">attributes</code>"]
126343126342
<span data-x="map exists">exists</span>, then set <var>config</var>["<code
126344126343
data-x="dom-SanitizerConfig-attributes">attributes</code>"] to the result of <span data-x="list
126345-
sort">sort in ascending order</span> <var>config</var>["<code
126346-
data-x="dom-SanitizerConfig-attributes">attributes</code>"], with <var>attrA</var> being
126347-
<span>less than item</span> <var>attrB</var>.</p></li>
126344+
sort">sorting</span> <var>config</var>["<code
126345+
data-x="dom-SanitizerConfig-attributes">attributes</code>"] given <span>compare sanitizer
126346+
items</span>.</p></li>
126348126347

126349126348
<li><p>Otherwise:</p>
126350126349
<ol>
126351126350
<li><p>Set <var>config</var>["<code
126352126351
data-x="dom-SanitizerConfig-removeAttributes">removeAttributes</code>"] to the result of <span
126353-
data-x="list sort">sort in ascending order</span> <var>config</var>["<code
126354-
data-x="dom-SanitizerConfig-removeAttributes">removeAttributes</code>"], with <var>attrA</var>
126355-
being <span>less than item</span> <var>attrB</var>.</p></li>
126352+
data-x="list sort">sorting</span> <var>config</var>["<code
126353+
data-x="dom-SanitizerConfig-removeAttributes">removeAttributes</code>"] given <span>compare
126354+
sanitizer items</span>.</p></li>
126356126355
</ol>
126357126356
</li>
126358126357

@@ -126361,7 +126360,7 @@ dictionary <dfn dictionary>SanitizerConfig</dfn> {
126361126360
</div>
126362126361

126363126362
<div algorithm>
126364-
<p>An item <var>itemA</var> is <dfn>less than item</dfn> <var>itemB</var> if:</p>
126363+
<p>To <dfn>compare sanitizer items</dfn> <var>itemA</var> and <var>itemB</var>:</p>
126365126364

126366126365
<ol>
126367126366
<li><p>Let <var>namespaceA</var> be <var>itemA</var>["<code

0 commit comments

Comments
 (0)