diff --git a/source b/source index 8e2b247e496..50b4da3e8eb 100644 --- a/source +++ b/source @@ -2195,6 +2195,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • The string equality operations is and identical to
  • scalar value string
  • +
  • convert
  • ASCII whitespace
  • control
  • ASCII digit
  • @@ -2651,8 +2652,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • converting between Web IDL types and JS types
  • invoking and constructing callback functions
  • -
  • converting to a - sequence of Unicode scalar values
  • overload resolution algorithm
  • exposed
  • a promise rejected with
  • @@ -2676,7 +2675,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • DOMString
  • double
  • enumeration
  • -
  • Error
  • Function
  • long
  • object
  • @@ -56437,8 +56435,8 @@ fur and every occurrence of U+000A (LF) not preceded by U+000D (CR), by a string consisting of a U+000D (CR) and U+000A (LF).

    -
  • Replace name with the result of converting to a sequence of Unicode - scalar values.

  • +
  • Set name to the result of converting + name.

  • If value is not a File object, then:

    @@ -56449,8 +56447,8 @@ fur preceded by U+000D (CR) in value, by a string consisting of a U+000D (CR) and U+000A (LF).

  • -
  • Replace value with the result of converting to a sequence of Unicode - scalar values.

  • +
  • Set value to the result of converting + value.

  • @@ -89423,8 +89421,8 @@ document.querySelector("button").addEventListener("click", bound);
  • Let errorValue be the value that represents the error: in the case of an uncaught exception, that would be the value that was thrown; in the case of a JavaScript error - that would be an Error object. If there is no corresponding - value, then the null value must be used instead.

  • + that would be an Error object. If there is no corresponding value, then + the null value must be used instead.

  • Let urlString be the result of applying the