aboutsummaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorAmbrose Li <ambrose.li@gmail.com>2020-08-21 08:26:26 +0000
committerAmbrose Li <ambrose.li@gmail.com>2020-08-21 08:26:26 +0000
commit73949a3e125e133c1297a62771425dbbd6bf243d (patch)
treeb080e66c539a1171bf2b43b60ff66f16bc960d64 /html.h
parentUpdate ChangeLog (diff)
downloadw3m-73949a3e125e133c1297a62771425dbbd6bf243d.tar.gz
w3m-73949a3e125e133c1297a62771425dbbd6bf243d.zip
Rudimentary support for figure, figcaption
Diffstat (limited to 'html.h')
-rw-r--r--html.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/html.h b/html.h
index 2a9a431..6da6f5f 100644
--- a/html.h
+++ b/html.h
@@ -231,6 +231,10 @@ typedef struct {
#define HTML_PARAM 138
#define HTML_SMALL 139
#define HTML_N_SMALL 140
+#define HTML_FIGURE 141
+#define HTML_N_FIGURE 142
+#define HTML_FIGCAPTION 143
+#define HTML_N_FIGCAPTION 144
/* pseudo tag */
#define HTML_SELECT_INT 160