### What is the issue with the Infra Standard? This definition of ASCII whitespace does not include U+000B VT: https://infra.spec.whatwg.org/#ascii-whitespace I looked on [wikipedia](https://en.wikipedia.org/wiki/Whitespace_character#:~:text=line%20tabulation-,U%2B000B,-11) which links to what looks like the [unicode standard](https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt#:~:text=0009..000D%20%20%20%20%3B%20White_Space) which calls VT whitespace. I noticed this while implementing https://github.com/whatwg/dom/pull/1079 because VT is also considered whitespace in an old [helper method](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/wtf/text/ascii_ctype.h;l=103-106;drc=02446d66622a0a811448be7bb4ac8939c5b00aa9) in chromium.