From dcd90e7955626a38ed974eeba3b599fb534e7b62 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 27 Sep 2014 09:03:24 +0000 Subject: Kick out two attibutes we don't use any more in HTML5. --- html.c | 4 +--- html.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/html.c b/html.c index f3c4b914..69b242c5 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.165 2014/09/27 09:02:19 kristaps Exp $ */ +/* $Id: html.c,v 1.166 2014/09/27 09:03:24 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze @@ -78,8 +78,6 @@ static const struct htmldata htmltags[TAG_MAX] = { }; static const char *const htmlattrs[ATTR_MAX] = { - "http-equiv", /* ATTR_HTTPEQUIV */ - "content", /* ATTR_CONTENT */ "name", /* ATTR_NAME */ "rel", /* ATTR_REL */ "href", /* ATTR_HREF */ 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 * @@ -55,8 +55,6 @@ enum htmltag { }; enum htmlattr { - ATTR_HTTPEQUIV, - ATTR_CONTENT, ATTR_NAME, ATTR_REL, ATTR_HREF, -- cgit v1.2.3