From d6086fb08f18aa7825057a962849a4ede2d231c6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 18 Aug 2015 22:23:51 -0700 Subject: Added `iframe` to list of tags that always start HTML blocks. See http://talk.commonmark.org/t/raw-html-blocks-proposals-comments-wanted/983/66?u=jgm and following comments. Closes #352. --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.txt b/spec.txt index 3797944..4a0421a 100644 --- a/spec.txt +++ b/spec.txt @@ -1660,8 +1660,8 @@ followed by one of the strings (case-insensitive) `address`, `caption`, `center`, `col`, `colgroup`, `dd`, `details`, `dialog`, `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`, +`html`, `iframe`, `legend`, `li`, `link`, `main`, `menu`, `menuitem`, +`meta`, `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 -- cgit v1.2.3