diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-08-30 00:59:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 00:59:02 +0000 |
commit | f8b3efef9ca4399151e33897017ff3bf43afbe9e (patch) | |
tree | e7cecd5b5e1cadd8532cbe1b80e1e2fc80f15679 /tagtable.tab | |
parent | Merge pull request #146 from acli/20200821_a_CLEANED (diff) | |
parent | wip from about a week ago. Need to stash these away for now to check the q br... (diff) | |
download | w3m-f8b3efef9ca4399151e33897017ff3bf43afbe9e.tar.gz w3m-f8b3efef9ca4399151e33897017ff3bf43afbe9e.zip |
Merge pull request #147 from acli/20200825_section
Rudimentary support for the section tag
Diffstat (limited to 'tagtable.tab')
-rw-r--r-- | tagtable.tab | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tagtable.tab b/tagtable.tab index f731e09..cc94942 100644 --- a/tagtable.tab +++ b/tagtable.tab @@ -201,6 +201,8 @@ internal HTML_INTERNAL select_int HTML_SELECT_INT /select_int HTML_N_SELECT_INT option_int HTML_OPTION_INT +section HTML_SECTION +/section HTML_N_SECTION textarea_int HTML_TEXTAREA_INT /textarea_int HTML_N_TEXTAREA_INT pre_plain HTML_PRE_PLAIN |