diff options
author | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-12 08:56:14 +0000 |
---|---|---|
committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-12 08:56:14 +0000 |
commit | c52546276d7fc14752e8ef431b865856463bfe3d (patch) | |
tree | 11b64c2c0d172a4e428a420e391655226cb014fb /html.h | |
parent | [w3m-dev 04381] Re: check socklen_t (diff) | |
download | w3m-c52546276d7fc14752e8ef431b865856463bfe3d.tar.gz w3m-c52546276d7fc14752e8ef431b865856463bfe3d.zip |
Support id attr on span etc
Diffstat (limited to '')
-rw-r--r-- | html.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |