aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-10 10:03:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-10 10:03:02 -0700
commitb994be4191ccf06cf55716f004c5b0bc4ae7d53e (patch)
tree684bc172416447a1f552bed8fa4842620228ea3a /spec.txt
parenta2bcafea435d1910332beee1b7a990c120d1f680 (diff)
Simplified defn of "unicode whitespace character."
Rectify omission of line tabulation, U+000B. Closes #343.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt4
1 files changed, 1 insertions, 3 deletions
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.