From 9e0cc156451770794e7eedbc0d9f45055aedd66f Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Sat, 29 Nov 2014 09:59:13 -0500 Subject: [PATCH] remove some definitions that are no longer necessary --- url.bs | 17 ----------------- url.src | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/url.bs b/url.bs index 2fe97c9..cebf78d 100644 --- a/url.bs +++ b/url.bs @@ -103,9 +103,6 @@ or in the range U+0061 to U+007A.

Parsers

-

The EOF code point is a conceptual code point that signifies the end of a -string or code point stream. - Two types of parse errors are defined. Parse exceptions terminate parsing and must be implemented by all conforming implementations. By contrast, user agents are encouraged, but not required, @@ -113,20 +110,6 @@ to expose conformance errors somehow.

Add the ability to halt on the first conformance error. -

Within a parser algorithm that uses a pointer variable, c -references the code point the pointer variable points to. - -

Within a string-based parser algorithm that uses a pointer variable, -remaining references the substring after pointer in the string -being processed. - -

If "mailto:username@example" is a string being -processed and pointer points to "@", -c is "@" and remaining is -"example". - - -

Percent-encoded bytes

A percent-encoded byte is "%", followed by diff --git a/url.src b/url.src index b856d06..b5aa950 100644 --- a/url.src +++ b/url.src @@ -116,9 +116,6 @@ or in the range U+0061 to U+007A.

Parsers

-

The EOF code point is a conceptual code point that signifies the end of a -string or code point stream. - Two types of parse errors are defined. Parse exceptions terminate parsing and must be implemented by all conforming implementations. By contrast, user agents are encouraged, but not required, @@ -126,20 +123,6 @@ to expose conformance errors somehow.

Add the ability to halt on the first conformance error. -

Within a parser algorithm that uses a pointer variable, c -references the code point the pointer variable points to. - -

Within a string-based parser algorithm that uses a pointer variable, -remaining references the substring after pointer in the string -being processed. - -

If "mailto:username@example" is a string being -processed and pointer points to "@", -c is "@" and remaining is -"example". - - -

Percent-encoded bytes

A percent-encoded byte is "%", followed by