diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-09-12 15:33:05 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-09-12 15:33:05 +0200 |
commit | f32da1ec7a06fa31ab91f0a535c8a7f1ec62d465 (patch) | |
tree | a592fe34b4af5f26b6cebf055c60607e4ce9d26a | |
parent | 44f8ae779eb377d5e09fd4f09c8ff57533247ccb (diff) |
Added h2..h6 to block tag list.
Closes #430.
-rw-r--r-- | spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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`, |