diff options
author | Ambrose Li <ambrose.li@gmail.com> | 2020-08-29 08:26:12 +0000 |
---|---|---|
committer | Ambrose Li <ambrose.li@gmail.com> | 2020-08-29 08:26:12 +0000 |
commit | 4d8ba3fe2178027ef8d1f3a93c1948dd33181832 (patch) | |
tree | c8777b47182b89c01d4b477547dd98fd5531f496 /html.h | |
parent | Update ChangeLog (diff) | |
download | w3m-4d8ba3fe2178027ef8d1f3a93c1948dd33181832.tar.gz w3m-4d8ba3fe2178027ef8d1f3a93c1948dd33181832.zip |
wip from about a week ago. Need to stash these away for now to check the q branch
Diffstat (limited to '')
-rw-r--r-- | html.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |