From 7274556fb19a2da10ae8a0644c2710c191ab85b1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 6 Sep 2014 22:53:15 -0700 Subject: Don't treat "br" as a block-level HTML tag. Fixed in spec and both implementations. Closes #67. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') 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) 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`, -- cgit v1.2.3