From bbed621a201e1b38293fa64fd2f8ef9159a6920c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 7 Aug 2015 23:18:36 -0700 Subject: Removed pre tag from rule 6 of html blocks. It is already covered by rule 1, so this removes an ambiguity. Closes #355. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.txt b/spec.txt index faa0c3a..3ba3173 100644 --- a/spec.txt +++ b/spec.txt @@ -1651,7 +1651,7 @@ followed by one of the strings (case-insensitive) `address`, `dir`, `div`, `dl`, `dt`, `fieldset`, `figcaption`, `figure`, `footer`, `form`, `frame`, `frameset`, `h1`, `head`, `header`, `hr`, `html`, `legend`, `li`, `link`, `main`, `menu`, `menuitem`, `meta`, -`nav`, `noframes`, `ol`, `optgroup`, `option`, `p`, `param`, `pre`, +`nav`, `noframes`, `ol`, `optgroup`, `option`, `p`, `param`, `section`, `source`, `summary`, `table`, `tbody`, `td`, `tfoot`, `th`, `thead`, `title`, `tr`, `track`, `ul`, followed by [whitespace], the end of the line, the string `>`, or -- cgit v1.2.3