From 1325976ea8a23d8a7939486b44ace20f41b9635a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 6 Sep 2014 23:06:55 -0700 Subject: Spec, js, C: Added iframe to block-level HTML tags. Closes #88. --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 3f43b51..0307df1 100644 --- a/spec.txt +++ b/spec.txt @@ -1350,8 +1350,8 @@ Closing code fences cannot have info strings: 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`, `map`, `button`, `object`, `canvas`, `ol`, `caption`, +`article`, `header`, `aside`, `hgroup`, `blockquote`, `hr`, `iframe`, +`body`, `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