NAME

Text::HyperScript::HTML5 - The html5 tagset for Text::HyperScript.

SYNOPSIS

use Text::HyperScript::HTML5 qw(p);

print p('hi,'), "\n";
# => "<p>hi,</p>\n"

SUPPORTED TAGS

html

base head link meta style title

body

address article aside footer header
h1 h2 h3 h4 h5 h6 main nav section

blockquote dd div dl dt figcaption figure
hr li menu ol p pre ul

a abbr b bdi bdo br cite code data em
i kbd mark q rp rt ruby s samp small
span strong sub sup time_ u var wbr

area audio img map track video

embed iframe object picture portal source

svg math

canvas noscript script

del ins

caption col colgroup table tbody td tfoot
th thead tr

buttom datalist fieldset form input
label legend meter optgroup option
output progress select_ textarea

details dialog summary

slot template

GLOBAL VARIABLES

$h : CodeRef of Text::HyperScript::h

This variable exist for extends or replace hyperscript functions.

You could use your h function instead of default h function.

NOTE

some tags added _ suffix, these name is conflict to perl builtin functions.

LICENSE

Copyright (C) OKAMURA Naoki a.k.a nyarla.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

OKAMURA Naoki a.k.a nyarla: <nyarla@kalaclista.com>