diff options
author | pommicket <pommicket@gmail.com> | 2025-09-07 21:52:07 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-07 21:52:07 -0400 |
commit | 1655c02377dace99defc2a263d78a0071961760a (patch) | |
tree | 0532fcf495992ba4624f547d9f86e527af667ad2 /site | |
parent | db858f2e835556aa53249c75d34168d05920958d (diff) |
More clarification
Diffstat (limited to 'site')
-rw-r--r-- | site/spec.html | 8 |
1 files 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 <code>./-*_</code>. </li> <li> - Any non-ASCII code point (U+0080–10FFFF). + Any non-ASCII Unicode scalar value (U+0080–10FFFF, but not U+D800–U+DFFF). </li> </ul> <p> @@ -168,7 +168,7 @@ time = 35 min and does not contain two dots in a row (<code>..</code>). </p> <p> - 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. </p> <h2>Parsing</h2> <p> @@ -234,8 +234,8 @@ time = 35 min Escape sequences are processed as described below. </li> <li> - Following the closing instance of <i>c</i>, there must be a line feed, - optionally preceded by any number of accepted-spaces; + Following the closing instance of <i>c</i>, there must be no characters other + than accepted-spaces until the next line feed or the end of the file; otherwise an error occurs. </li> </ol> |