diff options
Diffstat (limited to 'site/spec.html')
-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> |