From b994be4191ccf06cf55716f004c5b0bc4ae7d53e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 10 Jul 2015 10:03:02 -0700 Subject: Simplified defn of "unicode whitespace character." Rectify omission of line tabulation, U+000B. Closes #343. --- spec.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 81ba573..9989d21 100644 --- a/spec.txt +++ b/spec.txt @@ -229,9 +229,7 @@ form feed (`U+000C`), or carriage return (`U+000D`). character]s. A [unicode whitespace character](@unicode-whitespace-character) is -any code point in the unicode `Zs` class, or a tab (`U+0009`), -carriage return (`U+000D`), newline (`U+000A`), or form feed -(`U+000C`). +any [whitespace character] or code point in the unicode `Zs` class. [Unicode whitespace](@unicode-whitespace) is a sequence of one or more [unicode whitespace character]s. -- cgit v1.2.3