aboutsummaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-02-13 15:51:48 +0000
committerbptato <nincsnevem662@gmail.com>2021-02-13 15:51:48 +0000
commitb2081866fd6d5e03cc672d7f0c71e35446a07747 (patch)
treee9d82be0d0bda48b382b87c5d5e48a1ceecfffba /html.h
parentUpdate ChangeLog (diff)
downloadw3m-b2081866fd6d5e03cc672d7f0c71e35446a07747.tar.gz
w3m-b2081866fd6d5e03cc672d7f0c71e35446a07747.zip
Improve description list rendering
Diffstat (limited to 'html.h')
-rw-r--r--html.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/html.h b/html.h
index a03df19..749e7ef 100644
--- a/html.h
+++ b/html.h
@@ -238,6 +238,8 @@ typedef struct {
#define HTML_N_FIGCAPTION 144
#define HTML_SECTION 145
#define HTML_N_SECTION 146
+#define HTML_N_DT 147
+#define HTML_N_DD 148
/* pseudo tag */
#define HTML_SELECT_INT 160