From: Arthur Axel 'fREW' Schmidt Date: Fri, 4 Dec 2009 03:10:00 +0000 (-0600) Subject: new html tag list from http://www.quackit.com/html_5/tags/ X-Git-Tag: v0.003~21^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80671589bd892f0141430e8d8dd9d1926737abe5;hp=5592a37f7628a7af0160491009928005f2725cb7;p=catagits%2FWeb-Simple.git new html tag list from quackit.com/html_5/tags/ --- diff --git a/lib/HTML/Tags.pm b/lib/HTML/Tags.pm index de71d2c..fabaab5 100644 --- a/lib/HTML/Tags.pm +++ b/lib/HTML/Tags.pm @@ -5,19 +5,109 @@ use warnings FATAL => 'all'; use XML::Tags (); my @HTML_TAGS = qw( - h1 h2 h3 h4 h5 h6 p br hr ol ul li dl dt dd menu code var strong em tt - u i b blockquote pre img a address cite samp dfn html head base body - link nextid title meta kbd start_html end_html input select option - comment charset escapehtml div table caption th td tr tr sup sub - strike applet param nobr embed basefont style span layer ilayer font - frameset frame script small big area map abbr acronym bdo col colgroup - del fieldset iframe ins label legend noframes noscript object optgroup - q thead tbody tfoot blink fontsize center textfield textarea filefield - password_field hidden checkbox checkbox_group submit reset defaults - radio_group popup_menu button autoescape scrolling_list image_button - start_form end_form startform endform start_multipart_form - end_multipart_form isindex tmpfilename uploadinfo url_encoded - multipart form canvas +a +abbr +address +area +article +aside +audio +b +base +bb +bdo +blockquote +body +br +button +canvas +caption +cite +code +col +colgroup +command +datagrid +datalist +dd +del +details +dialog +dfn +div +dl +dt +em +embed +eventsource +fieldset +figure +footer +form +h1 +h2 +h3 +h4 +h5 +h6 +head +header +hr +html +i +iframe +img +input +ins +kbd +label +legend +li +link +mark +map +menu +meta +meter +nav +noscript +object +ol +optgroup +option +output +p +param +pre +progress +q +ruby +rp +rt +samp +script +section +select +small +source +span +strong +style +sub +sup +table +tbody +td +textarea +tfoot +th +thead +time +title +tr +ul +var +video ); sub import {