From 4d8ba3fe2178027ef8d1f3a93c1948dd33181832 Mon Sep 17 00:00:00 2001 From: Ambrose Li Date: Sat, 29 Aug 2020 04:26:12 -0400 Subject: wip from about a week ago. Need to stash these away for now to check the q branch --- html.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'html.h') diff --git a/html.h b/html.h index 6da6f5f..6f157d7 100644 --- a/html.h +++ b/html.h @@ -235,6 +235,8 @@ typedef struct { #define HTML_N_FIGURE 142 #define HTML_FIGCAPTION 143 #define HTML_N_FIGCAPTION 144 +#define HTML_SECTION 145 +#define HTML_N_SECTION 146 /* pseudo tag */ #define HTML_SELECT_INT 160 -- cgit v1.2.3