diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-06 23:06:55 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-06 23:06:55 -0700 |
commit | 1325976ea8a23d8a7939486b44ace20f41b9635a (patch) | |
tree | e3beef8f1ef526ac77cf7e8ab71b5ea1c5ff8ada /spec.txt | |
parent | 7b3dec668487456cc89e58148f6f933b7fded2a7 (diff) |
Spec, js, C: Added iframe to block-level HTML tags.
Closes #88.
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1350,8 +1350,8 @@ Closing code fences cannot have info strings: 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`, `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`, |