From bd0e1539201fad6b2a3f492cabb69c5be5326b02 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 27 Sep 2014 09:05:57 +0000 Subject: Kick out "summary" attribute, which isn't HTML5. --- html.c | 1 - 1 file changed, 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 85d09715..15d838b0 100644 --- a/html.c +++ b/html.c @@ -87,7 +87,6 @@ static const char *const htmlattrs[ATTR_MAX] = { "style", /* ATTR_STYLE */ "width", /* ATTR_WIDTH */ "id", /* ATTR_ID */ - "summary", /* ATTR_SUMMARY */ "align", /* ATTR_ALIGN */ "colspan", /* ATTR_COLSPAN */ "charset", /* ATTR_CHARSET */ -- cgit