Subject: | Add HTML5 tags? |
In the current code there are no HTML5 tags:
for my $tag (
qw( a abbr acronym address area b base bdo big blockquote body br
button caption cite code col colgroup dd del div dfn dl dt em
fieldset form frame frameset h1 h2 h3 h4 h5 h6 head hr html i
iframe img input ins kbd label legend li link map meta noframes
noscript object ol optgroup option p param pre q samp script select
small span strong style sub sup table tbody td textarea tfoot th
thead title tr tt ul var )
For example "section" or "canvas" are missing.
Also, would it be possible to add a github repo for this?