From 1fd2aa61e093301363c3828bce149c616bc531c2 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 13 Sep 2025 23:21:23 -0400 Subject: Clarify quoted value section --- site/spec.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/site/spec.html b/site/spec.html index 9f03fe0..158c48a 100644 --- a/site/spec.html +++ b/site/spec.html @@ -245,17 +245,20 @@ time = 35 min
  • If c is " (U+0022 QUOTATION MARK) or ` (U+0060 GRAVE ACCENT), - the value is quoted, and spans from the first character after c - to the next unescaped instance of c in the file (which may be on a different line). - In this case, + the value is quoted. In this case,
    1. - Escape sequences are processed as described below. + The value spans from the first character after c + to (but not including) the next unescaped instance of + c in the file (which may be on a different line).
    2. - 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. + Escape sequences in the value are replaced as described below. +
    3. +
    4. + After the closing c, there may be any number of accepted-spaces, + then a line feed or the end of the file must follow; + otherwise, an error occurs.
  • -- cgit v1.2.3