diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-08-18 22:23:51 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-08-18 22:23:51 -0700 |
commit | d6086fb08f18aa7825057a962849a4ede2d231c6 (patch) | |
tree | aba8efb1b68b89a6794c203b3b03aba1cf127e71 | |
parent | de68622663f158f2cddbd92a2bfdaf319a8b23e5 (diff) |
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.
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |