aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitdcd90e7955626a38ed974eeba3b599fb534e7b62 (patch)
treeb40bcb30238be379da3c4dfeed637996ef4f639c /html.h
parentf7cae2b5143765e1118dcc0d2a7c38723dcbc57e (diff)
downloadmandoc-dcd90e7955626a38ed974eeba3b599fb534e7b62.tar.gz
mandoc-dcd90e7955626a38ed974eeba3b599fb534e7b62.tar.zst
mandoc-dcd90e7955626a38ed974eeba3b599fb534e7b62.zip
Kick out two attibutes we don't use any more in HTML5.
Diffstat (limited to 'html.h')
-rw-r--r--html.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/html.h b/html.h
index b49efb43..62a4c310 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.56 2014/09/27 09:02:19 kristaps Exp $ */
+/* $Id: html.h,v 1.57 2014/09/27 09:03:24 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -55,8 +55,6 @@ enum htmltag {
};
enum htmlattr {
- ATTR_HTTPEQUIV,
- ATTR_CONTENT,
ATTR_NAME,
ATTR_REL,
ATTR_HREF,