aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-28 09:41:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-28 09:41:17 -0700
commit3525cc6d02fc4435f62bb096f52591203f503339 (patch)
treee6dc19b92213457e9bca5f4e018757db26caa212 /spec.txt
parent49c4e4cecf23783dce3cf26c4524947a9754ea7a (diff)
Clarified rule 7 for HTML blocks.
pre, script, style are excluded because they're covered by other rules.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 9f7eb61..faa0c3a 100644
--- a/spec.txt
+++ b/spec.txt
@@ -1659,7 +1659,8 @@ 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]) followed only by [whitespace]
+or [closing tag] (with any [tag name] other than `script`,
+`style`, or `pre`) followed only by [whitespace]
or the end of the line.\
**End condition:** line is followed by a [blank line].