Skip to content

Commit d1022ae

Browse files
authored
fix: move vertical tab to the line-breaking whitespace to match Unicode (#446)
1 parent 998a2ec commit d1022ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,6 @@ space](https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt):
742742
| Name | Code Pt |
743743
|----------------------|---------|
744744
| Character Tabulation | `U+0009` |
745-
| Line Tabulation | `U+000B` |
746745
| Space | `U+0020` |
747746
| No-Break Space | `U+00A0` |
748747
| Ogham Space Mark | `U+1680` |
@@ -805,6 +804,7 @@ lines](https://www.unicode.org/versions/Unicode13.0.0/ch05.pdf):
805804
| CR | Carriage Return | `U+000D` |
806805
| LF | Line Feed | `U+000A` |
807806
| NEL | Next Line | `U+0085` |
807+
| VT | Vertical tab | `U+000B` |
808808
| FF | Form Feed | `U+000C` |
809809
| LS | Line Separator | `U+2028` |
810810
| PS | Paragraph Separator | `U+2029` |

0 commit comments

Comments
 (0)