From ef1bb689b0853ed82c399e7e7351f9e89e22de4f Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Fri, 6 Oct 2023 13:58:35 -0700 Subject: [PATCH] Add vertical tab to whitespace characters. Fixes #331 --- SPEC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SPEC.md b/SPEC.md index 4b28932..d1e56fc 100644 --- a/SPEC.md +++ b/SPEC.md @@ -413,6 +413,7 @@ space](https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt): | Name | Code Pt | |----------------------|---------| | Character Tabulation | `U+0009` | +| Line Tabulation | `U+000B` | | Space | `U+0020` | | No-Break Space | `U+00A0` | | Ogham Space Mark | `U+1680` |