diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-06 16:49:18 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-06 16:49:18 +0000 |
commit | 1d7704dc605651d2219ed641b29a437fae9efc93 (patch) | |
tree | 0495d9e2c93828c311a2cadb202e3c7bdb4366f0 /tagtable.tab | |
parent | [w3m-dev 03535] close anchor, quote < (diff) | |
download | w3m-1d7704dc605651d2219ed641b29a437fae9efc93.tar.gz w3m-1d7704dc605651d2219ed641b29a437fae9efc93.zip |
[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>
Diffstat (limited to 'tagtable.tab')
-rw-r--r-- | tagtable.tab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tagtable.tab b/tagtable.tab index a4c95aa..f421aa0 100644 --- a/tagtable.tab +++ b/tagtable.tab @@ -104,10 +104,10 @@ script HTML_SCRIPT base HTML_BASE del HTML_DEL /del HTML_N_DEL -strike HTML_DEL -/strike HTML_N_DEL -s HTML_DEL -/s HTML_N_DEL +strike HTML_S +/strike HTML_N_S +s HTML_S +/s HTML_N_S ins HTML_INS /ins HTML_N_INS u HTML_U |