diff --git a/source b/source index 1034bc5fd38..8b57cd139a4 100644 --- a/source +++ b/source @@ -136053,14 +136053,15 @@ console.assert(container.firstChild instanceof SuperP);
  • Replace any occurrences of the U+00A0 NO-BREAK SPACE character by the string " ".

  • -
  • If the algorithm was invoked in the attribute mode, replace any occurrences of the - """ character by the string """.

  • +
  • Replace any occurrences of the "<" character by the string + "&lt;".

  • + +
  • Replace any occurrences of the ">" character by the string + "&gt;".

  • -
  • If the algorithm was not invoked in the attribute mode, replace any - occurrences of the "<" character by the string "&lt;", and any occurrences of the ">" character by - the string "&gt;".

  • +
  • If the algorithm was invoked in the attribute mode, then replace any occurrences of + the """ character by the string "&quot;".