From b27b9ea0bfbfe036240d13bb374ac9706bca8649 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 25 Mar 2019 22:07:24 -0700 Subject: Clarify that script, pre, style close tags can begin an HTML block. Closes #517. --- spec.txt | 6 +++--- 1 file 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 -- cgit v1.2.3