summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-09-06 22:53:15 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-09-06 22:53:15 -0700
commit7274556fb19a2da10ae8a0644c2710c191ab85b1 (patch)
tree5c50e05e8ba926ee82001b71f19aa05efcc58ce1 /spec.txt
parent7d4b88b7a78320f95345c22aba2776fe68b6cd1f (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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 5fc1dac..2a460cc 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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`,