aboutsummaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@vega.ocn.ne.jp>2011-06-19 11:50:53 +0000
committerTatsuya Kinoshita <tats@vega.ocn.ne.jp>2011-06-19 11:50:53 +0000
commit5f9f33d085fa1ad2eabf5e0e97d66dbf77d630c3 (patch)
treee72fd7ba1cb41472c661c364f1f45f5082a41c8e /html.h
parentMerge branch 'bug/changelog-typo' (diff)
parentSupport the button element as defined in HTML 4.01 (diff)
downloadw3m-5f9f33d085fa1ad2eabf5e0e97d66dbf77d630c3.tar.gz
w3m-5f9f33d085fa1ad2eabf5e0e97d66dbf77d630c3.zip
Merge branch 'bug/136810'
Diffstat (limited to 'html.h')
-rw-r--r--html.h31
1 files changed, 16 insertions, 15 deletions
diff --git a/html.h b/html.h
index 7abbd3b..4a2827b 100644
--- a/html.h
+++ b/html.h
@@ -214,21 +214,22 @@ typedef struct {
#define HTML_BIG 122
#define HTML_N_BIG 123
#define HTML_BUTTON 124
-#define HTML_FIELDSET 125
-#define HTML_N_FIELDSET 126
-#define HTML_IFRAME 127
-#define HTML_LABEL 128
-#define HTML_N_LABEL 129
-#define HTML_LEGEND 130
-#define HTML_N_LEGEND 131
-#define HTML_NOSCRIPT 132
-#define HTML_N_NOSCRIPT 133
-#define HTML_OBJECT 134
-#define HTML_OPTGROUP 135
-#define HTML_N_OPTGROUP 136
-#define HTML_PARAM 137
-#define HTML_SMALL 138
-#define HTML_N_SMALL 139
+#define HTML_N_BUTTON 125
+#define HTML_FIELDSET 126
+#define HTML_N_FIELDSET 127
+#define HTML_IFRAME 128
+#define HTML_LABEL 129
+#define HTML_N_LABEL 130
+#define HTML_LEGEND 131
+#define HTML_N_LEGEND 132
+#define HTML_NOSCRIPT 133
+#define HTML_N_NOSCRIPT 134
+#define HTML_OBJECT 135
+#define HTML_OPTGROUP 136
+#define HTML_N_OPTGROUP 137
+#define HTML_PARAM 138
+#define HTML_SMALL 139
+#define HTML_N_SMALL 140
/* pseudo tag */
#define HTML_SELECT_INT 160