aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/spec.txt b/spec.txt
index 50a660f..e83a45f 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2389,7 +2389,7 @@ need not match the start tag).
**End condition:** line contains the string `?>`.
4. **Start condition:** line begins with the string `<!`
-followed by an uppercase ASCII letter.\
+followed by an ASCII letter.\
**End condition:** line contains the character `>`.
5. **Start condition:** line begins with the string
@@ -8947,10 +8947,8 @@ consists of the string `<?`, a string
of characters not including the string `?>`, and the string
`?>`.
-A [declaration](@) consists of the
-string `<!`, a name consisting of one or more uppercase ASCII letters,
-[whitespace], a string of characters not including the
-character `>`, and the character `>`.
+A [declaration](@) consists of the string `<!`, an ASCII letter, zero or more
+characters not including the character `>`, and the character `>`.
A [CDATA section](@) consists of
the string `<![CDATA[`, a string of characters not including the string