aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-25 22:07:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-25 22:07:24 -0700
commitb27b9ea0bfbfe036240d13bb374ac9706bca8649 (patch)
tree6bdbfee52909450c5175ad8dd0bb40b4af41bf9c /spec.txt
parentb6ad268e5c503a27f2969465c37a6bbfaf3343d6 (diff)
Clarify that script, pre, style close tags can begin an HTML block.
Closes #517.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec.txt b/spec.txt
index 83ac117..a53e762 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2054,9 +2054,9 @@ the string `/>`.\
**End condition:** line is followed by a [blank line].
7. **Start condition:** line begins with a complete [open tag]
-or [closing tag] (with any [tag name] other than `script`,
-`style`, or `pre`) followed only by [whitespace]
-or the end of the line.\
+(with any [tag name] other than `script`,
+`style`, or `pre`) or a complete [closing tag],
+followed only by [whitespace] or the end of the line.\
**End condition:** line is followed by a [blank line].
HTML blocks continue until they are closed by their appropriate