source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Kick out two attibutes we don't use any more in HTML5.
@ 2014-09-27  9:03 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2014-09-27  9:03 UTC (permalink / raw)
  To: source

Log Message:
-----------
Kick out two attibutes we don't use any more in HTML5.

Modified Files:
--------------
    mdocml:
        html.c
        html.h

Revision Data
-------------
Index: html.h
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/html.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -Lhtml.h -Lhtml.h -u -p -r1.56 -r1.57
--- html.h
+++ html.h
@@ -55,8 +55,6 @@ enum	htmltag {
 };
 
 enum	htmlattr {
-	ATTR_HTTPEQUIV,
-	ATTR_CONTENT,
 	ATTR_NAME,
 	ATTR_REL,
 	ATTR_HREF,
Index: html.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/html.c,v
retrieving revision 1.165
retrieving revision 1.166
diff -Lhtml.c -Lhtml.c -u -p -r1.165 -r1.166
--- html.c
+++ html.c
@@ -78,8 +78,6 @@ static	const struct htmldata htmltags[TA
 };
 
 static	const char	*const htmlattrs[ATTR_MAX] = {
-	"http-equiv", /* ATTR_HTTPEQUIV */
-	"content", /* ATTR_CONTENT */
 	"name", /* ATTR_NAME */
 	"rel", /* ATTR_REL */
 	"href", /* ATTR_HREF */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-27  9:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-27  9:03 mdocml: Kick out two attibutes we don't use any more in HTML5 kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).