From 7d0df583746598ecf101ae678a72d8f3b0af0008 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 24 Apr 2013 17:20:58 +0100 Subject: [PATCH] Avoid saying "run these substeps again". Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=21643 --- url.html | 6 +++--- url.src.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/url.html b/url.html index 66e0bfd8..1a9d61e4 100644 --- a/url.html +++ b/url.html @@ -201,9 +201,9 @@

3 Percent-encoded byte remaining does not start with two ASCII hex digits, append to bytes a byte whose value is c's code point, increase - pointer by one, and run these substeps again. + pointer by one. -
  • While c is "%" and +

  • Otherwise, while c is "%" and remaining starts with two ASCII hex digits, append to bytes a byte whose value is remaining's two leading code points, interpreted as @@ -366,7 +366,7 @@

    4.2 Parsing

    pieces, initially null and pointing to nothing.
  • Let pointer be a pointer into - input, initially zero (pointing to the first code point) + input, initially zero (pointing to the first code point).

  • If c is ":", run these substeps: diff --git a/url.src.html b/url.src.html index 966188b3..940f2d84 100644 --- a/url.src.html +++ b/url.src.html @@ -177,9 +177,9 @@

    Percent-encoded bytes

    remaining does not start with two ASCII hex digits, append to bytes a byte whose value is c's code point, increase - pointer by one, and run these substeps again. + pointer by one. -
  • While c is "%" and +

  • Otherwise, while c is "%" and remaining starts with two ASCII hex digits, append to bytes a byte whose value is remaining's two leading code points, interpreted as