aboutsummaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-08-30 00:59:02 +0000
committerGitHub <noreply@github.com>2020-08-30 00:59:02 +0000
commitf8b3efef9ca4399151e33897017ff3bf43afbe9e (patch)
treee7cecd5b5e1cadd8532cbe1b80e1e2fc80f15679 /html.h
parentMerge pull request #146 from acli/20200821_a_CLEANED (diff)
parentwip from about a week ago. Need to stash these away for now to check the q br... (diff)
downloadw3m-f8b3efef9ca4399151e33897017ff3bf43afbe9e.tar.gz
w3m-f8b3efef9ca4399151e33897017ff3bf43afbe9e.zip
Merge pull request #147 from acli/20200825_section
Rudimentary support for the section tag
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 7b173c3..38d03cd 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