diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-28 09:41:17 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-28 09:41:17 -0700 |
commit | 3525cc6d02fc4435f62bb096f52591203f503339 (patch) | |
tree | e6dc19b92213457e9bca5f4e018757db26caa212 | |
parent | 49c4e4cecf23783dce3cf26c4524947a9754ea7a (diff) |
Clarified rule 7 for HTML blocks.
pre, script, style are excluded because they're covered
by other rules.
-rw-r--r-- | spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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]. |