diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-03-15 18:01:06 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-03-15 18:01:06 +0100 |
commit | 9b7c9787930fe88c2faaa92255bc8c364280cf6a (patch) | |
tree | 8844fd20729958dafc9e9e258481501e78ae0111 /sys/src/cmd/mothra/html.h | |
parent | 6411efcde8e9fea9c7a791a76578823bfe0942cb (diff) |
mothra: <del>, <ins>, <wbr>
Diffstat (limited to 'sys/src/cmd/mothra/html.h')
-rw-r--r-- | sys/src/cmd/mothra/html.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/html.h b/sys/src/cmd/mothra/html.h index 951feeeb9..242f7947e 100644 --- a/sys/src/cmd/mothra/html.h +++ b/sys/src/cmd/mothra/html.h @@ -146,6 +146,7 @@ enum{ Tag_cite, Tag_code, Tag_dd, + Tag_del, Tag_div, Tag_dfn, Tag_dir, @@ -169,6 +170,7 @@ enum{ Tag_iframe, Tag_img, Tag_input, + Tag_ins, Tag_isindex, Tag_kbd, Tag_key, @@ -203,6 +205,7 @@ enum{ Tag_ul, Tag_var, Tag_video, + Tag_wbr, Tag_xmp, Tag_end, /* also used to indicate unrecognized start tag */ |