From 3b39e29feecabe80af70a765e596673ce761cb29 Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Fri, 6 Oct 2023 14:13:43 -0700 Subject: [PATCH] Add vertical tab to whitespace. Closes #331 --- SPEC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SPEC.md b/SPEC.md index cfeac86..55a4d1a 100644 --- a/SPEC.md +++ b/SPEC.md @@ -427,6 +427,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` |