From 65e9640402dab9704e1ea0b40cf8acc36bd6a641 Mon Sep 17 00:00:00 2001 From: billy-woods Date: Mon, 20 Mar 2017 10:10:52 +0200 Subject: [PATCH] =?UTF-8?q?Editorial:=20fix=20variable=20name=20pointer=20?= =?UTF-8?q?=E2=86=92=20position?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #2446. --- source | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source b/source index bcf8953defe..ab4428cd803 100644 --- a/source +++ b/source @@ -11735,13 +11735,13 @@ interface DOMStringMap {
  • Let input be the given value.

  • -
  • Let pointer be a pointer into input, initially pointing at the start +

  • Let position be a pointer into input, initially pointing at the start of the string.

  • Let text be the empty string.

  • -

    While pointer is not past the end of input:

    +

    While position is not past the end of input:

    1. Collect a sequence of code points that are not U+000A LINE FEED (LF) or @@ -11754,7 +11754,7 @@ interface DOMStringMap { document to fragment.

    2. -

      While pointer is not past the end of input, and the character at +

      While position is not past the end of input, and the character at position is either a U+000A LINE FEED (LF) or U+000D CARRIAGE RETURN (CR) character:

      @@ -119191,6 +119191,7 @@ INSERT INTERFACES HERE Bill Mason, Bill McCoy, Billy Wong, + Billy Woods, Bjartur Thorlacius, Björn Höhrmann, Blake Frantz,