summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-09-06 23:06:55 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-09-06 23:06:55 -0700
commit1325976ea8a23d8a7939486b44ace20f41b9635a (patch)
treee3beef8f1ef526ac77cf7e8ab71b5ea1c5ff8ada /spec.txt
parent7b3dec668487456cc89e58148f6f933b7fded2a7 (diff)
Spec, js, C: Added iframe to block-level HTML tags.
Closes #88.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
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) <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`,