aboutsummaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorIto Hiroyuki <ZXB01226@nifty.com>2010-08-12 08:56:14 +0000
committerIto Hiroyuki <ZXB01226@nifty.com>2010-08-12 08:56:14 +0000
commitc52546276d7fc14752e8ef431b865856463bfe3d (patch)
tree11b64c2c0d172a4e428a420e391655226cb014fb /html.h
parent[w3m-dev 04381] Re: check socklen_t (diff)
downloadw3m-c52546276d7fc14752e8ef431b865856463bfe3d.tar.gz
w3m-c52546276d7fc14752e8ef431b865856463bfe3d.zip
Support id attr on span etc
Diffstat (limited to '')
-rw-r--r--html.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/html.h b/html.h
index 443b201..6c94085 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.29 2007/05/23 12:01:43 inu Exp $ */
+/* $Id: html.h,v 1.30 2010/08/12 08:56:14 htrb Exp $ */
#ifndef _HTML_H
#define _HTML_H
#ifdef USE_SSL
@@ -202,6 +202,8 @@ typedef struct {
#define HTML_N_I 110
#define HTML_STRONG 111
#define HTML_N_STRONG 112
+#define HTML_SPAN 113
+#define HTML_N_SPAN 114
/* pseudo tag */
#define HTML_SELECT_INT 120