diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2011-11-06 16:13:46 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2011-11-06 16:13:46 +0100 |
commit | b4fb5e238452052cd058a15240f5097135bfba35 (patch) | |
tree | eb241820cc63147a38b802ddf3a62d9d51363bed /sys/src/cmd/mothra/html.h | |
parent | ff0dc1668f11abdab7b8b5738a7320731ac909e5 (diff) |
mothra: more tags
Diffstat (limited to 'sys/src/cmd/mothra/html.h')
-rw-r--r-- | sys/src/cmd/mothra/html.h | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/sys/src/cmd/mothra/html.h b/sys/src/cmd/mothra/html.h index ad287ef8b..61bc963a3 100644 --- a/sys/src/cmd/mothra/html.h +++ b/sys/src/cmd/mothra/html.h @@ -119,8 +119,13 @@ enum{ */ enum{ Tag_comment, + Tag_a, + Tag_abbr, + Tag_acronym, Tag_address, + Tag_applet, + Tag_audio, Tag_b, Tag_base, Tag_blockquot, @@ -136,8 +141,10 @@ enum{ Tag_dl, Tag_dt, Tag_em, + Tag_embed, Tag_font, Tag_form, + Tag_frame, /* rm 5.8.97 */ Tag_h1, Tag_h2, Tag_h3, @@ -148,6 +155,7 @@ enum{ Tag_hr, Tag_html, Tag_i, + Tag_iframe, Tag_img, Tag_input, Tag_isindex, @@ -159,31 +167,31 @@ enum{ Tag_menu, Tag_meta, Tag_nextid, + Tag_object, Tag_ol, Tag_option, Tag_p, Tag_plaintext, Tag_pre, Tag_samp, + Tag_script, Tag_select, Tag_strong, + Tag_style, + Tag_source, + Tag_table, /* rm 3.8.00 */ + Tag_td, Tag_textarea, Tag_title, + Tag_tr, Tag_tt, Tag_u, Tag_ul, Tag_var, - Tag_xmp, - Tag_frame, /* rm 5.8.97 */ - Tag_table, /* rm 3.8.00 */ - Tag_td, - Tag_tr, Tag_video, - Tag_object, - Tag_script, - Tag_style, - Tag_end, /* also used to indicate unrecognized start tag */ + Tag_xmp, + Tag_end, /* also used to indicate unrecognized start tag */ Tag_text, }; enum{ |