diff --git a/infra.bs b/infra.bs index c0f79bc..a9e2da3 100644 --- a/infra.bs +++ b/infra.bs @@ -933,6 +933,20 @@ SPACE.

"Whitespace" is a mass noun. +

+

The XML, JSON, and parts of the HTTP specifications exclude U+000C FF in their definition of + whitespace: + +

+ +

Prefer using Infra's [=ASCII whitespace=] definition for new features, unless your specification + deals exclusively with XML/JSON/HTTP. +

+

A C0 control is a code point in the range U+0000 NULL to U+001F INFORMATION SEPARATOR ONE, inclusive.