summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:03:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:03:24 +0000
commitfe1e8ba3e2a185f91392bf28fc3076b5150d914b (patch)
tree7b85ead2cc718909022f6f2e6ba5541727726540 /html.h
parentcbb36f69d85e6b491d5b45327719e0cf321ebec2 (diff)
downloadmandoc-fe1e8ba3e2a185f91392bf28fc3076b5150d914b.tar.gz
Kick out two attibutes we don't use any more in HTML5.
Diffstat (limited to 'html.h')
-rw-r--r--html.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/html.h b/html.h
index c98bc8c0..e4bea8cc 100644
--- a/html.h
+++ b/html.h
@@ -55,8 +55,6 @@ enum htmltag {
};
enum htmlattr {
- ATTR_HTTPEQUIV,
- ATTR_CONTENT,
ATTR_NAME,
ATTR_REL,
ATTR_HREF,