[w3m-dev 03536] <del>, <s>

* file.c (HTMLtagproc1): <s>..</s> is [S:...:S]
	(HTMLtagproc0): <del> will delete <table>
* fm.h (RB_S): added
* html.c (TagMAP): <s>,</s>
		move <internal>, </internal>
* html.h (HTML_S): added
	(HTML_N_S): added
	(HTML_INTERNAL): renumed
	(HTML_N_INTERNAL): ditto
	(MAX_HTMLTAG): add 2
* rc.c (CMT_DISP_INS_DEL): update
* table.c (feed_table_tag): add HTML_S, HTML_N_S
* table.h (TBLM_S): added
	(TBLM_ANCHOR): renum
* tagtable.tab: (strike, s): HTML_S
	(/strike, /s): HTML_N_S
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2002-12-06 16:49:18 +00:00
parent 71fde51a9d
commit 1d7704dc60
9 changed files with 79 additions and 27 deletions

10
html.h
View File

@@ -1,4 +1,4 @@
/* $Id: html.h,v 1.13 2002/12/05 16:29:08 ukai Exp $ */
/* $Id: html.h,v 1.14 2002/12/06 16:50:28 ukai Exp $ */
#ifndef _HTML_H
#define _HTML_H
#ifdef USE_SSL
@@ -191,10 +191,10 @@ typedef struct {
#define HTML_SUB 102
#define HTML_N_SUB 103
#define HTML_LINK 104
#define HTML_S 105
#define HTML_N_S 106
/* pseudo tag */
#define HTML_INTERNAL 106
#define HTML_N_INTERNAL 107
#define HTML_SELECT_INT 108
#define HTML_N_SELECT_INT 109
#define HTML_OPTION_INT 110
@@ -216,8 +216,10 @@ typedef struct {
#define HTML_NOP 126
#define HTML_PRE_PLAIN 127
#define HTML_N_PRE_PLAIN 128
#define HTML_INTERNAL 129
#define HTML_N_INTERNAL 130
#define MAX_HTMLTAG 129
#define MAX_HTMLTAG 131
/* Tag attribute */