From cd60376212be08cbdf5862b0b39179db69535f4f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 25 Jun 2018 13:45:57 +0000 Subject: Do not write elements. Their only purpose is to enforce author-specified column widths, which can harm responsive design and provide no real benefit: HTML rendering engines usually do just fine automatically selecting appropriate column widths. --- html.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'html.h') diff --git a/html.h b/html.h index 1ded39e0..448423a5 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.90 2018/05/25 20:23:51 schwarze Exp $ */ +/* $Id: html.h,v 1.91 2018/06/25 13:45:57 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2017, 2018 Ingo Schwarze @@ -31,8 +31,6 @@ enum htmltag { TAG_BR, TAG_A, TAG_TABLE, - TAG_COLGROUP, - TAG_COL, TAG_TR, TAG_TD, TAG_LI, -- cgit v1.2.3