We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998a2ec commit d1022aeCopy full SHA for d1022ae
SPEC.md
@@ -742,7 +742,6 @@ space](https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt):
742
| Name | Code Pt |
743
|----------------------|---------|
744
| Character Tabulation | `U+0009` |
745
-| Line Tabulation | `U+000B` |
746
| Space | `U+0020` |
747
| No-Break Space | `U+00A0` |
748
| Ogham Space Mark | `U+1680` |
@@ -805,6 +804,7 @@ lines](https://www.unicode.org/versions/Unicode13.0.0/ch05.pdf):
805
804
| CR | Carriage Return | `U+000D` |
806
| LF | Line Feed | `U+000A` |
807
| NEL | Next Line | `U+0085` |
+| VT | Vertical tab | `U+000B` |
808
| FF | Form Feed | `U+000C` |
809
| LS | Line Separator | `U+2028` |
810
| PS | Paragraph Separator | `U+2029` |
0 commit comments