Module provides a plugin to handle standard html5 tags.
Bases: tayra.tags.Tags
Basic plugin to handle most of the HTML5 tags. Other than the common set of tokens and specifiers supported by the base tayra.tags.Tags this plugin defines other tokens that are specific to each tag. Individual tags are handle by their corresponding method prefixed with ‘tag_‘. Refer to them for more details about the tags.
<a> tag handler. Supported tokens,
<abbr> tag handler. Supported tokens,
<area> tag handler. Supported tokens,
<audio> tag handler. Support tokens,
<base> tag handler. Supported tokens,
<blockquote> tag handler. Supported tokens,
<br> tag handler.
<button> tag handler. Supported tokens,
<canvas> tag handler. Supported tokens,
<col> tag handler. Supported tokens,
<colgroup> tag handler. Supported tokens,
<command> tag handler. Supported tokens,
<del> tag handler. Supported tokens,
<details> tag handler. Supported tokens,
<embed> tag handler. Supported tokens,
<fieldset> tag handler. Supported tokens,
<form> tag handler. Supported tokens,
<head> tag handler. Supported tokens,
<hr> tag handler.
<html> tag handler. Supported tokens,
<frame> tag handler. Supported tokens,
<img> tag handler. Supported tokens,
<input> handler
<ins> tag handler. Supported tokens,
<keygen> handler
<label> tag handler. Supported tokens,
<li> tag handler. Supported tokens,
<link> tag handler. Supported tokens,
<menu> tag handler. Supported tokens,
<meta> tag handler. Supported tokens,
<meter> tag hanlder. Supported tokens,
<object> tag handler. Supported tokens,
<ol> tag handler. Supported tokens,
<optgroup> tag handler. Supported tokens,
<option> tag handler. Supported tokens,
<output> tag handler. Supported tokens,
<param> tag handler. Supported tokens,
<progress> tag handler. Supported tokens,
<q> tag handler. Supported tokens,
<script> tag handler. Supported tokens,
<source> tag handler. Supported tokens,
<style> tag handler. Supported tokens,
<table> tag handler. Supported tokens,
<time> tag handler. Supported tokens,
<track> handler
<wbr> handler