2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 09:13:17 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-23 22:47:05 +00:00
|
|
|
<appendix xml:id="tidy.constants" xmlns="http://docbook.org/ns/docbook">
|
2003-12-07 16:33:30 +00:00
|
|
|
&reftitle.constants;
|
|
|
|
&extension.constants;
|
2004-07-04 10:06:18 +00:00
|
|
|
<para>
|
2005-11-20 11:02:33 +00:00
|
|
|
Each <literal>TIDY_TAG_XXX</literal> represents a HTML tag. For example,
|
2009-05-04 21:23:55 +00:00
|
|
|
<constant>TIDY_TAG_A</constant> represents a
|
|
|
|
<literal>"<a href="XX">link</a>"</literal> tag. Each
|
|
|
|
<literal>TIDY_ATTR_XXX</literal>
|
2009-04-25 18:44:41 +00:00
|
|
|
represents a HTML attribute. For example <constant>TIDY_ATTR_HREF</constant>
|
2009-05-04 21:23:55 +00:00
|
|
|
would represent the <literal>href</literal> attribute in the previous example.
|
2004-07-04 10:06:18 +00:00
|
|
|
</para>
|
2003-12-07 16:33:30 +00:00
|
|
|
<para>
|
|
|
|
The following constants are defined:
|
|
|
|
<table>
|
|
|
|
<title>tidy tag constants</title>
|
2004-08-10 17:01:18 +00:00
|
|
|
<tgroup cols="1">
|
2003-12-07 16:33:30 +00:00
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>constant</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-unknown">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_UNKNOWN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-a">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_A</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-abbr">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_ABBR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-acronym">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_ACRONYM</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-align">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_ALIGN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-applet">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_APPLET</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-area">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_AREA</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-b">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_B</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-base">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_BASE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-basefont">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_BASEFONT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-bdo">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_BDO</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-bgsound">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_BGSOUND</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-big">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_BIG</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-blink">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_BLINK</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-blockquote">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_BLOCKQUOTE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-body">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_BODY</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-br">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_BR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-button">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_BUTTON</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-caption">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_CAPTION</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-center">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_CENTER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-cite">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_CITE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-code">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_CODE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-col">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_COL</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-colgroup">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_COLGROUP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-comment">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_COMMENT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-dd">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_DD</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-del">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_DEL</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-dfn">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_DFN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-dir">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_DIR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-div">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_DIV</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-dl">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_DL</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-dt">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_DT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-em">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_EM</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-embed">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_EMBED</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-fieldset">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_FIELDSET</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-font">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_FONT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-form">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_FORM</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-frame">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_FRAME</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-frameset">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_FRAMESET</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-h1">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_H1</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-h2">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_H2</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-h3">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_H3</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-h4">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_H4</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-h5">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_H5</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-h6">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_H6</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-head">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_HEAD</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-hr">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_HR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-html">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_HTML</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-i">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_I</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-iframe">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_IFRAME</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-ilayer">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_ILAYER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-img">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_IMG</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-input">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_INPUT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-ins">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_INS</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-isindex">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_ISINDEX</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-kbd">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_KBD</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-keygen">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_KEYGEN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-label">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_LABEL</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-layer">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_LAYER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-legend">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_LEGEND</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-li">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_LI</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-link">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_LINK</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-listing">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_LISTING</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-map">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_MAP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-marquee">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_MARQUEE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-menu">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_MENU</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-meta">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_META</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-multicol">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_MULTICOL</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-nobr">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_NOBR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-noembed">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_NOEMBED</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-noframes">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_NOFRAMES</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-nolayer">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_NOLAYER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-nosave">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_NOSAVE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-noscript">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_NOSCRIPT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-object">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_OBJECT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-ol">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_OL</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-optgroup">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_OPTGROUP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-option">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_OPTION</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-p">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_P</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-param">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_PARAM</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-plaintext">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_PLAINTEXT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-pre">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_PRE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-q">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_Q</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-rp">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_RP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-rt">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_RT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-rtc">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_RTC</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-ruby">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_RUBY</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-s">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_S</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-samp">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_SAMP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-script">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_SCRIPT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-select">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_SELECT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-server">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_SERVER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-servlet">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_SERVLET</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-small">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_SMALL</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-spacer">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_SPACER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-span">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_SPAN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-strike">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_STRIKE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-strong">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_STRONG</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-style">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_STYLE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-sub">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_SUB</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-table">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_TABLE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-tbody">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_TBODY</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-td">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_TD</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-textarea">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_TEXTAREA</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-tfoot">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_TFOOT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-th">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_TH</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-thead">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_THEAD</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-title">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_TITLE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-tr">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_TR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-tt">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_TT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-u">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_U</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-ul">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_UL</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-var">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_VAR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-wbr">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_WBR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-tag-xmp">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_TAG_XMP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<table>
|
|
|
|
<title>tidy attribute constants</title>
|
2004-08-10 17:01:18 +00:00
|
|
|
<tgroup cols="1">
|
2003-12-07 16:33:30 +00:00
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>constant</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-unknown">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_UNKNOWN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-abbr">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ABBR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-accept">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ACCEPT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-accept-charset">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ACCEPT_CHARSET</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-accesskey">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ACCESSKEY</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-action">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ACTION</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-add-date">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ADD_DATE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-align">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ALIGN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-alink">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ALINK</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-alt">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ALT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-archive">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ARCHIVE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-axis">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_AXIS</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-background">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_BACKGROUND</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-bgcolor">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_BGCOLOR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-bgproperties">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_BGPROPERTIES</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-border">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_BORDER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-bordercolor">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_BORDERCOLOR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-bottommargin">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_BOTTOMMARGIN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-cellpadding">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CELLPADDING</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-cellspacing">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CELLSPACING</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-char">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CHAR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-charoff">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CHAROFF</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-charset">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CHARSET</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-checked">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CHECKED</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-cite">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CITE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-class">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CLASS</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-classid">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CLASSID</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-clear">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CLEAR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-code">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CODE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-codebase">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CODEBASE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-codetype">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CODETYPE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-color">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_COLOR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-cols">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_COLS</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-colspan">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_COLSPAN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-compact">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_COMPACT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-content">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_CONTENT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-coords">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_COORDS</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-data">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_DATA</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-datafld">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_DATAFLD</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-datapagesize">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_DATAPAGESIZE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-datasrc">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_DATASRC</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-datetime">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_DATETIME</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-declare">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_DECLARE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-defer">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_DEFER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-dir">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_DIR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-disabled">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_DISABLED</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-encoding">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ENCODING</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-enctype">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ENCTYPE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-face">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_FACE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-for">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_FOR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-frame">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_FRAME</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-frameborder">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_FRAMEBORDER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-framespacing">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_FRAMESPACING</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-gridx">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_GRIDX</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-gridy">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_GRIDY</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-headers">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_HEADERS</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-height">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_HEIGHT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-href">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_HREF</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-hreflang">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_HREFLANG</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-hspace">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_HSPACE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-http-equiv">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_HTTP_EQUIV</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-id">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ID</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-ismap">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ISMAP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-label">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_LABEL</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-lang">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_LANG</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-language">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_LANGUAGE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-last-modified">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_LAST_MODIFIED</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-last-visit">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_LAST_VISIT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-leftmargin">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_LEFTMARGIN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-link">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_LINK</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-longdesc">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_LONGDESC</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-lowsrc">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_LOWSRC</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-marginheight">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_MARGINHEIGHT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-marginwidth">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_MARGINWIDTH</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-maxlength">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_MAXLENGTH</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-media">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_MEDIA</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-method">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_METHOD</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-multiple">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_MULTIPLE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-name">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_NAME</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-nohref">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_NOHREF</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-noresize">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_NORESIZE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-noshade">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_NOSHADE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-nowrap">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_NOWRAP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-object">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OBJECT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onafterupdate">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnAFTERUPDATE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onbeforeunload">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnBEFOREUNLOAD</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onbeforeupdate">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnBEFOREUPDATE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onblur">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnBLUR</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onchange">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnCHANGE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onclick">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnCLICK</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-ondataavailable">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnDATAAVAILABLE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-ondatasetchanged">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnDATASETCHANGED</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-ondatasetcomplete">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnDATASETCOMPLETE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-ondblclick">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnDBLCLICK</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onerrorupdate">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnERRORUPDATE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onfocus">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnFOCUS</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onkeydown">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnKEYDOWN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onkeypress">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnKEYPRESS</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onkeyup">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnKEYUP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onload">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnLOAD</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onmousedown">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnMOUSEDOWN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onmousemove">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnMOUSEMOVE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onmouseout">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnMOUSEOUT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onmouseover">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnMOUSEOVER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onmouseup">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnMOUSEUP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onreset">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnRESET</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onrowenter">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnROWENTER</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onrowexit">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnROWEXIT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onselect">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnSELECT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onsubmit">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnSUBMIT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-onunload">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_OnUNLOAD</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-profile">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_PROFILE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-prompt">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_PROMPT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-rbspan">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_RBSPAN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-readonly">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_READONLY</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-rel">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_REL</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-rev">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_REV</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-rightmargin">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_RIGHTMARGIN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-rows">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ROWS</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-rowspan">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_ROWSPAN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-rules">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_RULES</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-scheme">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SCHEME</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-scope">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SCOPE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-scrolling">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SCROLLING</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-selected">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SELECTED</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-shape">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SHAPE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-showgrid">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SHOWGRID</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-showgridx">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SHOWGRIDX</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-showgridy">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SHOWGRIDY</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-size">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SIZE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-span">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SPAN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-src">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SRC</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-standby">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_STANDBY</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-start">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_START</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-style">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_STYLE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-summary">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_SUMMARY</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-tabindex">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_TABINDEX</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-target">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_TARGET</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-text">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_TEXT</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-title">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_TITLE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-topmargin">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_TOPMARGIN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-type">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_TYPE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-usemap">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_USEMAP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-valign">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_VALIGN</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-value">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_VALUE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-valuetype">
|
2009-05-04 21:57:22 +00:00
|
|
|
<entry><constant>TIDY_ATTR_VALUETYPE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-version">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_VERSION</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-vlink">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_VLINK</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-vspace">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_VSPACE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-width">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_WIDTH</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-wrap">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_WRAP</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-xml-lang">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_XML_LANG</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-xml-space">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_XML_SPACE</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-attr-xmlns">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_ATTR_XMLNS</constant></entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<table>
|
|
|
|
<title>tidy nodetype constants</title>
|
|
|
|
<tgroup cols="2">
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>constant</entry>
|
|
|
|
<entry>description</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-root">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_ROOT</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>root node</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-doctype">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_DOCTYPE</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>doctype</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-comment">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_COMMENT</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>HTML comment</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-procins">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_PROCINS</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>Processing Instruction</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-text">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_TEXT</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>Text</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-start">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_START</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>start tag</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-end">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_END</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>end tag</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-startend">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_STARTEND</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>empty tag</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-cdata">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_CDATA</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>CDATA</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-section">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_SECTION</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>XML section</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-asp">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_ASP</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>ASP code</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-jste">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_JSTE</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>JSTE code</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-php">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_PHP</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>PHP code</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
2012-02-28 13:37:00 +00:00
|
|
|
<row xml:id="constant.tidy-nodetype-xmldecl">
|
2009-05-04 21:23:55 +00:00
|
|
|
<entry><constant>TIDY_NODETYPE_XMLDECL</constant></entry>
|
2004-08-10 17:01:18 +00:00
|
|
|
<entry>XML declaration</entry>
|
2003-12-07 16:33:30 +00:00
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
2007-12-23 22:47:05 +00:00
|
|
|
</appendix>
|
2003-12-07 16:33:30 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2003-12-07 16:33:30 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|