We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef941a3 commit 2e8f05aCopy full SHA for 2e8f05a
infra.bs
@@ -933,6 +933,20 @@ SPACE.
933
934
<p class=note>"Whitespace" is a mass noun.
935
936
+<div class=note>
937
+ <p>The XML, JSON, and parts of the HTTP specifications exclude U+000C FF in their definition of
938
+ whitespace:
939
+
940
+ <ul class=brief>
941
+ <li>[[xml10#NT-S|XML's S production]]
942
+ <li>[[JSON#section-2|JSON's ws production]]
943
+ <li>[=HTTP whitespace=]
944
+ </ul>
945
946
+ <p>Prefer using Infra's [=ASCII whitespace=] definition for new features, unless your specification
947
+ deals exclusively with XML/JSON/HTTP.
948
+</div>
949
950
<p>A <dfn export>C0 control</dfn> is a <a>code point</a> in the range U+0000 NULL to
951
U+001F INFORMATION SEPARATOR ONE, inclusive.
952
0 commit comments