diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-08-07 23:18:36 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-08-07 23:18:36 -0700 |
commit | bbed621a201e1b38293fa64fd2f8ef9159a6920c (patch) | |
tree | c9215439beb5d932e3e300ab5d04d0fadbf07aa1 | |
parent | 0b2e1fe70ff23fdbc532017d0b1d89eb3c542b2f (diff) |
Removed pre tag from rule 6 of html blocks.
It is already covered by rule 1, so this removes an ambiguity.
Closes #355.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |