From 1655c02377dace99defc2a263d78a0071961760a Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 7 Sep 2025 21:52:07 -0400 Subject: More clarification --- site/spec.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/spec.html b/site/spec.html index 4eb9daf..c394982 100644 --- a/site/spec.html +++ b/site/spec.html @@ -160,7 +160,7 @@ time = 35 min ./-*_.
  • - Any non-ASCII code point (U+0080–10FFFF). + Any non-ASCII Unicode scalar value (U+0080–10FFFF, but not U+D800–U+DFFF).
  • @@ -168,7 +168,7 @@ time = 35 min and does not contain two dots in a row (..).

    - Any string of non-zero Unicode code points (U+0001–U+10FFFF) is a valid value. + Any string of non-zero Unicode scalar values (U+0080–10FFFF, but not U+D800–U+DFFF) is a valid value.

    Parsing

    @@ -234,8 +234,8 @@ time = 35 min Escape sequences are processed as described below.

  • - Following the closing instance of c, there must be a line feed, - optionally preceded by any number of accepted-spaces; + Following the closing instance of c, there must be no characters other + than accepted-spaces until the next line feed or the end of the file; otherwise an error occurs.
  • -- cgit v1.2.3