new html tag list from http://www.quackit.com/html_5/tags/
Arthur Axel 'fREW' Schmidt [Fri, 4 Dec 2009 03:10:00 +0000 (21:10 -0600)]
lib/HTML/Tags.pm

index de71d2c..fabaab5 100644 (file)
@@ -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 {