Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -136053,14 +136053,15 @@ console.assert(container.firstChild instanceof SuperP);
<li><p>Replace any occurrences of the U+00A0 NO-BREAK SPACE character by the string "<code
data-x="">&amp;nbsp;</code>".</p></li>

<li><p>If the algorithm was invoked in the <i>attribute mode</i>, replace any occurrences of the
"<code data-x="">&quot;</code>" character by the string "<code
data-x="">&amp;quot;</code>".</p></li>
<li><p>Replace any occurrences of the "<code data-x="">&lt;</code>" character by the string
"<code data-x="">&amp;lt;</code>".</p></li>

<li><p>Replace any occurrences of the "<code data-x="">&gt;</code>" character by the string
"<code data-x="">&amp;gt;</code>".</p></li>

<li><p>If the algorithm was <em>not</em> invoked in the <i>attribute mode</i>, replace any
occurrences of the "<code data-x="">&lt;</code>" character by the string "<code
data-x="">&amp;lt;</code>", and any occurrences of the "<code data-x="">&gt;</code>" character by
the string "<code data-x="">&amp;gt;</code>".</p></li>
<li><p>If the algorithm was invoked in the <i>attribute mode</i>, then replace any occurrences of
the "<code data-x="">&quot;</code>" character by the string "<code
data-x="">&amp;quot;</code>".</p></li>
</ol>


Expand Down