diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-08 10:36:36 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-08 10:36:36 -0700 |
commit | c69bfce61eeec398be46eb914f6280fe471b293f (patch) | |
tree | ce9e88649199349fa8badabd6f5e7d3c75e605d8 | |
parent | daeb55edc7636deebc2a79621ea06c3548d67827 (diff) | |
parent | 1806a06c34aeec717e521b86d9e70894ff632e41 (diff) |
Merge pull request #155 from wbond/master
Remove duplicate `footer`
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1355,8 +1355,8 @@ name is one of the following (case-insensitive): `output`, `col`, `p`, `colgroup`, `pre`, `dd`, `progress`, `div`, `section`, `dl`, `table`, `td`, `dt`, `tbody`, `embed`, `textarea`, `fieldset`, `tfoot`, `figcaption`, `th`, `figure`, `thead`, `footer`, -`footer`, `tr`, `form`, `ul`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, -`video`, `script`, `style`. +`tr`, `form`, `ul`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `video`, +`script`, `style`. An [HTML block](#html-block) <a id="html-block"></a> begins with an [HTML block tag](#html-block-tag), [HTML comment](#html-comment), |