diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-06 22:53:15 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-06 22:53:15 -0700 |
commit | 7274556fb19a2da10ae8a0644c2710c191ab85b1 (patch) | |
tree | 5c50e05e8ba926ee82001b71f19aa05efcc58ce1 /spec.txt | |
parent | 7d4b88b7a78320f95345c22aba2776fe68b6cd1f (diff) |
Don't treat "br" as a block-level HTML tag.
Fixed in spec and both implementations. Closes #67.
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1351,7 +1351,7 @@ An [HTML block tag](#html-block-tag) <a id="html-block-tag"></a> is an [open tag](#open-tag) or [closing tag](#closing-tag) whose tag name is one of the following (case-insensitive): `article`, `header`, `aside`, `hgroup`, `blockquote`, `hr`, `body`, -`li`, `br`, `map`, `button`, `object`, `canvas`, `ol`, `caption`, +`li`, `map`, `button`, `object`, `canvas`, `ol`, `caption`, `output`, `col`, `p`, `colgroup`, `pre`, `dd`, `progress`, `div`, `section`, `dl`, `table`, `td`, `dt`, `tbody`, `embed`, `textarea`, `fieldset`, `tfoot`, `figcaption`, `th`, `figure`, `thead`, `footer`, |