aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-09-12 15:33:05 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-09-12 15:33:05 +0200
commitf32da1ec7a06fa31ab91f0a535c8a7f1ec62d465 (patch)
treea592fe34b4af5f26b6cebf055c60607e4ce9d26a /spec.txt
parent44f8ae779eb377d5e09fd4f09c8ff57533247ccb (diff)
Added h2..h6 to block tag list.
Closes #430.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 15255ec..7d97e1e 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2015,7 +2015,8 @@ followed by one of the strings (case-insensitive) `address`,
`article`, `aside`, `base`, `basefont`, `blockquote`, `body`,
`caption`, `center`, `col`, `colgroup`, `dd`, `details`, `dialog`,
`dir`, `div`, `dl`, `dt`, `fieldset`, `figcaption`, `figure`,
-`footer`, `form`, `frame`, `frameset`, `h1`, `head`, `header`, `hr`,
+`footer`, `form`, `frame`, `frameset`,
+`h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `head`, `header`, `hr`,
`html`, `iframe`, `legend`, `li`, `link`, `main`, `menu`, `menuitem`,
`meta`, `nav`, `noframes`, `ol`, `optgroup`, `option`, `p`, `param`,
`section`, `source`, `summary`, `table`, `tbody`, `td`,