22 #pragma execution_character_set("utf-8") 110 " - First, search left from the cell's position to find row header cells.\n" 111 " - Then search upwards to find column header cells.\n" 112 " - The search in a given direction stops when the edge of the table is\n" 113 " reached or when a data cell is found after a header cell.\n" 114 " - Row headers are inserted into the list in the order they appear in\n" 116 " - For left-to-right tables, headers are inserted from left to right.\n" 117 " - Column headers are inserted after row headers, in \n" 118 " the order they appear in the table, from top to bottom. \n" 119 " - If a header cell has the headers attribute set, then the headers \n" 120 " referenced by this attribute are inserted into the list and the \n" 121 " search stops for the current direction.\n" 122 " TD cells that set the axis attribute are also treated as header cells.\n" 127 "Characters codes for the Microsoft Windows fonts in the range\n" 128 "128 - 159 may not be recognized on other platforms. You are\n" 129 "instead recommended to use named entities, e.g. ™ rather\n" 130 "than Windows character code 153 (0x2122 in Unicode). Note that\n" 131 "as of February 1998 few browsers support the new entities.\n\n" 136 "It is unlikely that vendor-specific, system-dependent encodings\n" 137 "work widely enough on the World Wide Web; you should avoid using the \n" 138 "%s character encoding, instead you are recommended to\n" 139 "use named entities, e.g. ™.\n" 146 "Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML;\n" 147 "even if they were, they would likely be unprintable control characters.\n" 148 "Tidy assumed you wanted to refer to a character with the same byte value in the \n" 149 "%s encoding and replaced that reference with the Unicode \n" 155 "Character codes for UTF-8 must be in the range: U+0000 to U+10FFFF.\n" 156 "The definition of UTF-8 in Annex D of ISO/IEC 10646-1:2000 also\n" 157 "allows for the use of five- and six-byte sequences to encode\n" 158 "characters that are outside the range of the Unicode character set;\n" 159 "those five- and six-byte sequences are illegal for the use of\n" 160 "UTF-8 as a transformation of Unicode characters. ISO/IEC 10646\n" 161 "does not allow mapping of unpaired surrogates, nor U+FFFE and U+FFFF\n" 162 "(but it does allow other noncharacters). For more information please refer to\n" 163 "http://www.unicode.org/ and http://www.cl.cam.ac.uk/~mgk25/unicode.html\n" 168 "Character codes for UTF-16 must be in the range: U+0000 to U+10FFFF.\n" 169 "The definition of UTF-16 in Annex C of ISO/IEC 10646-1:2000 does not allow the\n" 170 "mapping of unpaired surrogates. For more information please refer to\n" 171 "http://www.unicode.org/ and http://www.cl.cam.ac.uk/~mgk25/unicode.html\n" 177 "URIs must be properly escaped, they must not contain unescaped\n" 178 "characters below U+0021 including the space character and not\n" 179 "above U+007E. Tidy escapes the URI for you as recommended by\n" 180 "HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents\n" 181 "use another algorithm to escape such URIs and some server-sided\n" 182 "scripts depend on that. If you want to depend on that, you must\n" 183 "escape the URI on your own. For more information please refer to\n" 184 "http://www.w3.org/International/O-URL-and-ident.html\n" 189 "You may need to move one or both of the <form> and </form>\n" 190 "tags. HTML elements should be properly nested and form elements\n" 191 "are no exception. For instance you should not place the <form>\n" 192 "in one table cell and the </form> in another. If the <form> is\n" 193 "placed before a table, the </form> cannot be placed inside the\n" 194 "table! Note that one form can't be nested inside another!\n" 199 "Only one <main> element is allowed in a document.\n" 200 "Subsequent <main> elements have been discarded, which may\n" 201 "render the document invalid.\n" 205 "The table summary attribute should be used to describe\n" 206 "the table structure. It is very helpful for people using\n" 207 "non-visual browsers. The scope and headers attributes for\n" 208 "table cells are useful for specifying which headers apply\n" 209 "to each table cell, enabling non-visual browsers to provide\n" 210 "a meaningful context for each cell.\n" 215 "The alt attribute should be used to give a short description\n" 216 "of an image; longer descriptions should be given with the\n" 217 "longdesc attribute which takes a URL linked to the description.\n" 218 "These measures are needed for people using non-graphical browsers.\n" 223 "Use client-side image maps in preference to server-side image\n" 224 "maps as the latter are inaccessible to people using non-\n" 225 "graphical browsers. In addition, client-side maps are easier\n" 226 "to set up and provide immediate feedback to users.\n" 231 "For hypertext links defined using a client-side image map, you\n" 232 "need to use the alt attribute to provide a textual description\n" 233 "of the link for people using non-graphical browsers.\n" 238 "Pages designed using frames present problems for\n" 239 "people who are either blind or using a browser that\n" 240 "doesn't support frames. A frames-based page should always\n" 241 "include an alternative layout inside a NOFRAMES element.\n" 246 "For further advice on how to make your pages accessible\n" 247 "see http://www.w3.org/WAI/GL" 252 " and http://www.html-tidy.org/accessibility/" 256 "The Cascading Style Sheets (CSS) Positioning mechanism\n" 257 "is recommended in preference to the proprietary <LAYER>\n" 258 "element due to limited vendor support for LAYER.\n" 263 "You are recommended to use CSS for controlling white\n" 264 "space (e.g. for indentation, margins and line spacing).\n" 265 "The proprietary <SPACER> element has limited vendor support.\n" 270 "You are recommended to use CSS to specify the font and\n" 271 "properties such as its size and color. This will reduce\n" 272 "the size of HTML files and make them easier to maintain\n" 273 "compared with using <FONT> elements.\n" 278 "You are recommended to use CSS to control line wrapping.\n" 279 "Use \"white-space: nowrap\" to inhibit wrapping in place\n" 280 "of inserting <NOBR>...</NOBR> into the markup.\n" 285 "You are recommended to use CSS to specify page and link colors\n" 290 "This document has errors that must be fixed before\n" 291 "using HTML Tidy to generate a tidied up version.\n" 297 "About HTML Tidy: https://github.com/htacg/tidy-html5\n" 298 "Bug reports and comments: https://github.com/htacg/tidy-html5/issues\n" 299 "Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/\n" 300 "Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n" 301 "Validate your HTML documents: http://validator.w3.org/nu/\n" 302 "Lobby your company to join the W3C: http://www.w3.org/Consortium\n" 308 "Do you speak a language other than English, or a different variant of \n" 309 "English? Consider helping us to localize HTML Tidy. For details please see \n" 310 "https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md\n" 331 ENCODING_MISMATCH, 0,
"specified input encoding (%s) does not match actual input encoding (%s)" },
336 {
INVALID_UTF8, 0,
"%s invalid UTF-8 bytes (char. code %s)" },
337 {
INVALID_UTF16, 0,
"%s invalid UTF-16 surrogate pair (char. code %s)" },
338 {
INVALID_NCR, 0,
"%s invalid numeric character reference %s" },
339 {
BAD_SURROGATE_PAIR, 0,
"Have out-of-range surrogate pair U+%04X:U+%04X, replaced with U+FFFD value."},
340 {
BAD_SURROGATE_TAIL, 0,
"Leading (High) surrogate pair U+%04X, with no trailing (Low) entity, replaced with U+FFFD." },
341 {
BAD_SURROGATE_LEAD, 0,
"Trailing (Low) surrogate pair U+%04X, with no leading (High) entity, replaced with U+FFFD." },
348 {
APOS_UNDEFINED, 0,
"named entity ' only defined in XML/XHTML" },
387 {
WHITE_IN_URI, 0,
"%s discarding whitespace in URI reference" },
400 {
BAD_SUMMARY_HTML5, 0,
"The summary attribute on the %s element is obsolete in HTML5" },
455 #if SUPPORT_ACCESSIBILITY_CHECKS 608 "This option specifies if Tidy should add the XML declaration when " 609 "outputting XML or XHTML. " 611 "Note that if the input already includes an <code><?xml ... ?></code> " 612 "declaration then this option will be ignored. " 614 "If the encoding for the output is different from <var>ascii</var>, one " 615 "of the <var>utf*</var> encodings, or <var>raw</var>, then the " 616 "declaration is always added as required by the XML standard. " 627 "This option specifies if Tidy should add " 628 "<code>xml:space=\"preserve\"</code> to elements such as " 629 "<code><pre></code>, <code><style></code> and " 630 "<code><script></code> when generating XML. " 632 "This is needed if the whitespace in such elements is to " 633 "be parsed appropriately without having access to the DTD. " 644 "This option specifies the default <code>alt=</code> text Tidy uses for " 645 "<code><img></code> attributes when the <code>alt=</code> attribute " 648 "Use with care, as it is your responsibility to make your documents accessible " 649 "to people who cannot see the images. " 660 "This option specifies if Tidy should change the parsing of processing " 661 "instructions to require <code>?></code> as the terminator rather than " 662 "<code>></code>. " 664 "This option is automatically set if the input is in XML. " 675 "This option specifies if Tidy should strip Microsoft specific HTML " 676 "from Word 2000 documents, and output spaces rather than non-breaking " 677 "spaces where they exist in the input. " 688 "This option specifies the prefix that Tidy uses for styles rules. " 690 "By default, <var>c</var> will be used. " 701 "This option specifies if Tidy should perform cleaning of some legacy " 702 "presentational tags (currently <code><i></code>, " 703 "<code><b></code>, <code><center></code> when enclosed within " 704 "appropriate inline tags, and <code><font></code>). If set to " 705 "<var>yes</var> then legacy tags will be replaced with CSS " 706 "<code><style></code> tags and structural markup as appropriate. " 717 "This option specifies if Tidy should enable specific behavior for " 718 "cleaning up HTML exported from Google Docs. " 729 "This option specifies the DOCTYPE declaration generated by Tidy. " 731 "If set to <var>omit</var> the output won't contain a DOCTYPE " 732 "declaration. Note this this also implies <code>numeric-entities</code> is " 733 "set to <var>yes</var>." 735 "If set to <var>html5</var> the DOCTYPE is set to " 736 "<code><!DOCTYPE html></code>." 738 "If set to <var>auto</var> (the default) Tidy will use an educated guess " 739 "based upon the contents of the document." 741 "If set to <var>strict</var>, Tidy will set the DOCTYPE to the HTML4 or " 744 "If set to <var>loose</var>, the DOCTYPE is set to the HTML4 or XHTML1 " 745 "loose (transitional) DTD." 747 "Alternatively, you can supply a string for the formal public identifier " 752 "<code>doctype: \"-//ACME//DTD HTML 3.14159//EN\"</code>" 754 "If you specify the FPI for an XHTML document, Tidy will set the " 755 "system identifier to an empty string. For an HTML document, Tidy adds a " 756 "system identifier only if one was already present in order to preserve " 757 "the processing mode of some browsers. Tidy leaves the DOCTYPE for " 758 "generic XML documents unchanged. " 760 "This option does not offer a validation of document conformance. " 771 "This option specifies if Tidy should discard empty elements. " 782 "This option specifies if Tidy should discard empty paragraphs. " 793 "Deprecated; <em>do not use</em>. This option is destructive to " 794 "<code><font></code> tags, and it will be removed from future " 795 "versions of Tidy. Use the <code>clean</code> option instead. " 797 "If you do set this option despite the warning it will perform " 798 "as <code>clean</code> except styles will be inline instead of put into " 799 "a CSS class. <code><font></code> tags will be dropped completely " 800 "and their styles will not be preserved. " 802 "If both <code>clean</code> and this option are enabled, " 803 "<code><font></code> tags will still be dropped completely, and " 804 "other styles will be preserved in a CSS class instead of inline. " 806 "See <code>clean</code> for more information. " 817 "This option specifies if Tidy should strip out proprietary attributes, " 818 "such as Microsoft data binding attributes. Additionally attributes " 819 "that aren't permitted in the output version of HTML will be dropped " 820 "if used with <code>strict-tags-attributes</code>. " 831 "This option specifies if Tidy should insert a <code><p></code> " 832 "element to enclose any text it finds in any element that allows mixed " 833 "content for HTML transitional but not HTML strict. " 844 "This option specifies if Tidy should enclose any text it finds in the " 845 "body element within a <code><p></code> element." 847 "This is useful when you want to take existing HTML and use it with a " 859 "This option specifies if Tidy should convert " 860 "<code><![CDATA[]]></code> sections to normal text. " 871 "This option specifies if Tidy should replace unexpected hyphens with " 872 "<code>=</code> characters when it comes across adjacent hyphens. " 874 "The default is <var>yes</var>. " 876 "This option is provided for users of Cold Fusion which uses the " 877 "comment syntax: <code><!--- ---></code>. " 888 "This option specifies if Tidy should check attribute values that carry " 889 "URIs for illegal characters and if such are found, escape them as HTML4 " 901 "This option specifies if Tidy should print out comments. " 912 "This option specifies if Tidy should coerce a start tag into an end tag " 913 "in cases where it looks like an end tag was probably intended; " 914 "for example, given " 916 "<code><span>foo <b>bar<b> baz</span></code> " 920 "<code><span>foo <b>bar</b> baz</span></code> " 931 "This option specifies if Tidy should omit optional start tags and end tags " 932 "when generating output. " 934 "Setting this option causes all tags for the <code><html></code>, " 935 "<code><head></code>, and <code><body></code> elements to be " 936 "omitted from output, as well as such end tags as <code></p></code>, " 937 "<code></li></code>, <code></dt></code>, " 938 "<code></dd></code>, <code></option></code>, " 939 "<code></tr></code>, <code></td></code>, and " 940 "<code></th></code>. " 942 "This option is ignored for XML output. " 953 "This option is an alias for <code>omit-optional-tags</code>. " 964 "This option specifies if Tidy should indent " 965 "<code><![CDATA[]]></code> sections. " 976 "This option specifies if Tidy should use the XML parser rather than the " 977 "error correcting HTML parser. " 988 "This option specifies if Tidy should combine class names to generate " 989 "a single, new class name if multiple class assignments are detected on " 1001 "This option specifies if Tidy should combine styles to generate a single, " 1002 "new style if multiple style values are detected on an element. " 1013 "This option specifies if Tidy should replace any occurrence of " 1014 "<code><i></code> with <code><em></code> and any occurrence of " 1015 "<code><b></code> with <code><strong></code>. Any attributes " 1016 "are preserved unchanged. " 1018 "This option can be set independently of the <code>clean</code> option. " 1029 "This option specifies if Tidy should convert the value of an attribute " 1030 "that takes a list of predefined values to lower case. " 1032 "This is required for XHTML documents. " 1043 "This option specifies if Tidy should merge nested <code><b></code> " 1044 "and <code><i></code> elements; for example, for the case " 1046 "<code><b class=\"rtop-2\">foo <b class=\"r2-2\">bar</b> baz</b></code>, " 1048 "Tidy will output <code><b class=\"rtop-2\">foo bar baz</b></code>. " 1059 "This option can be used to modify the behavior of <code>clean</code> when " 1060 "set to <var>yes</var>." 1062 "This option specifies if Tidy should merge nested <code><div></code> " 1063 "such as <code><div><div>...</div></div></code>. " 1065 "If set to <var>auto</var> the attributes of the inner " 1066 "<code><div></code> are moved to the outer one. Nested " 1067 "<code><div></code> with <code>id</code> attributes are <em>not</em> " 1070 "If set to <var>yes</var> the attributes of the inner " 1071 "<code><div></code> are discarded with the exception of " 1072 "<code>class</code> and <code>style</code>. " 1083 "This option can be used to modify the behavior of <code>clean</code> when " 1084 "set to <var>yes</var>." 1086 "This option specifies if Tidy should merge nested <code><span></code> " 1087 "such as <code><span><span>...</span></span></code>. " 1089 "The algorithm is identical to the one used by <code>merge-divs</code>. " 1091 #if SUPPORT_ASIAN_ENCODINGS 1101 "This option specifies if Tidy should allow numeric character references. " 1113 "This option specifies new block-level tags. This option takes a space or " 1114 "comma separated list of tag names. " 1116 "Unless you declare new tags, Tidy will refuse to generate a tidied file if " 1117 "the input includes previously unknown tags. " 1119 "Note you can't change the content model for elements such as " 1120 "<code><table></code>, <code><ul></code>, " 1121 "<code><ol></code> and <code><dl></code>. " 1123 "This option is ignored in XML mode. " 1134 "This option specifies new empty inline tags. This option takes a space " 1135 "or comma separated list of tag names. " 1137 "Unless you declare new tags, Tidy will refuse to generate a tidied file if " 1138 "the input includes previously unknown tags. " 1140 "Remember to also declare empty tags as either inline or blocklevel. " 1142 "This option is ignored in XML mode. " 1153 "This option specifies new non-empty inline tags. This option takes a " 1154 "space or comma separated list of tag names. " 1156 "Unless you declare new tags, Tidy will refuse to generate a tidied file if " 1157 "the input includes previously unknown tags. " 1159 "This option is ignored in XML mode. " 1170 "This option specifies new tags that are to be processed in exactly the " 1171 "same way as HTML's <code><pre></code> element. This option takes a " 1172 "space or comma separated list of tag names. " 1174 "Unless you declare new tags, Tidy will refuse to generate a tidied file if " 1175 "the input includes previously unknown tags. " 1177 "Note you cannot as yet add new CDATA elements. " 1179 "This option is ignored in XML mode. " 1190 "This option specifies if Tidy should output entities other than the " 1191 "built-in HTML entities (<code>&amp;</code>, <code>&lt;</code>, " 1192 "<code>&gt;</code>, and <code>&quot;</code>) in the numeric rather " 1193 "than the named entity form. " 1195 "Only entities compatible with the DOCTYPE declaration generated are used. " 1197 "Entities that can be represented in the output encoding are translated " 1209 "This option specifies if Tidy should generate pretty printed output, " 1210 "writing it as HTML. " 1221 "This option specifies if Tidy should generate pretty printed output, " 1222 "writing it as extensible HTML. " 1224 "This option causes Tidy to set the DOCTYPE and default namespace as " 1225 "appropriate to XHTML, and will use the corrected value in output " 1226 "regardless of other sources. " 1228 "For XHTML, entities can be written as named or numeric entities according " 1229 "to the setting of <code>numeric-entities</code>. " 1231 "The original case of tags and attributes will be preserved, regardless of " 1243 "This option specifies if Tidy should pretty print output, writing it as " 1246 "Any entities not defined in XML 1.0 will be written as numeric entities to " 1247 "allow them to be parsed by an XML parser. " 1249 "The original case of tags and attributes will be preserved, regardless of " 1261 "This option specifies if Tidy should output unadorned <code>&</code> " 1262 "characters as <code>&amp;</code>. " 1273 "This option specifies if Tidy should output <code>"</code> characters " 1274 "as <code>&quot;</code> as is preferred by some editing environments. " 1276 "The apostrophe character <code>'</code> is written out as " 1277 "<code>&#39;</code> since many web browsers don't yet support " 1278 "<code>&apos;</code>. " 1289 "This option specifies if Tidy should output non-breaking space characters " 1290 "as entities, rather than as the Unicode character value 160 (decimal). " 1301 "This option specifies if Tidy should keep the first or last attribute, if " 1302 "an attribute is repeated, e.g. has two <code>align</code> attributes. " 1313 "This option specifies that Tidy should sort attributes within an element " 1314 "using the specified sort algorithm. If set to <var>alpha</var>, the " 1315 "algorithm is an ascending alphabetic sort. " 1326 "This option specifies if Tidy should replace numeric values in color " 1327 "attributes with HTML/XHTML color names where defined, e.g. replace " 1328 "<code>#ffffff</code> with <code>white</code>. " 1339 "This option specifies if Tidy should print only the contents of the " 1340 "body tag as an HTML fragment. " 1342 "If set to <var>auto</var>, this is performed only if the body tag has " 1345 "Useful for incorporating existing whole pages as a portion of another " 1348 "This option has no effect if XML output is requested. " 1359 "This option specifies if Tidy should output attribute names in upper " 1362 "The default is <var>no</var>, which results in lower case attribute " 1363 "names, except for XML input, where the original case is preserved. " 1374 "This option specifies if Tidy should output tag names in upper case. " 1376 "The default is <var>no</var> which results in lower case tag names, " 1377 "except for XML input where the original case is preserved. " 1388 "This option specifies if Tidy should go to great pains to strip out all " 1389 "the surplus stuff Microsoft Word 2000 inserts when you save Word " 1390 "documents as \"Web pages\". It doesn't handle embedded images or VML. " 1392 "You should consider using Word's \"Save As: Web Page, Filtered\". " 1403 "This option specifies what level of accessibility checking, if any, " 1404 "that Tidy should perform. " 1406 "Level <var>0 (Tidy Classic)</var> is equivalent to Tidy Classic's accessibility " 1409 "For more information on Tidy's accessibility checking, visit " 1410 "<a href=\"http://www.html-tidy.org/accessibility/\"> Tidy's Accessibility Page</a>. " 1421 "This option specifies the number Tidy uses to determine if further errors " 1422 "should be shown. If set to <var>0</var>, then no errors are shown. " 1433 "This option specifies if Tidy should display info-level messages. " 1444 "This option specifies if Tidy should suppress warnings. This can be " 1445 "useful when a few errors are hidden in a flurry of warnings. " 1456 "This option specifies if Tidy should output a line break before each " 1457 "<code><br></code> element. " 1468 "This option specifies if Tidy should indent block-level tags. " 1470 "If set to <var>auto</var> Tidy will decide whether or not to indent the " 1471 "content of tags such as <code><title></code>, " 1472 "<code><h1></code>-<code><h6></code>, <code><li></code>, " 1473 "<code><td></code>, or <code><p></code> " 1474 "based on the content including a block-level element. " 1476 "Setting <code>indent</code> to <var>yes</var> can expose layout bugs in " 1479 "Use the option <code>indent-spaces</code> to control the number of spaces " 1480 "or tabs output per level of indent, and <code>indent-with-tabs</code> to " 1481 "specify whether spaces or tabs are used. " 1492 "This option specifies if Tidy should begin each attribute on a new line. " 1503 "This option specifies the number of spaces or tabs that Tidy uses to " 1504 "indent content when <code>indent</code> is enabled. " 1506 "Note that the default value for this option is dependent upon the value of " 1507 "<code>indent-with-tabs</code> (see also). " 1518 "This option specifies how Tidy deals with whitespace characters within " 1519 "attribute values. " 1521 "If the value is <var>no</var> Tidy normalizes attribute values by " 1522 "replacing any newline or tab with a single space, and further by replacing " 1523 "any contiguous whitespace with a single space. " 1525 "To force Tidy to preserve the original, literal values of all attributes " 1526 "and ensure that whitespace within attribute values is passed " 1527 "through unchanged, set this option to <var>yes</var>. " 1538 "This option specifies if Tidy should generate a pretty printed version " 1539 "of the markup. Note that Tidy won't generate a pretty printed version if " 1540 "it finds significant errors (see <code>force-output</code>). " 1542 #if SUPPORT_ASIAN_ENCODINGS 1552 "This option specifies if Tidy should line wrap after some Unicode or " 1553 "Chinese punctuation characters. " 1565 "This option has no function and is deprecated. " 1576 "This option specifies the number of columns that Tidy uses between " 1577 "successive tab stops. It is used to map tabs to spaces when reading the " 1589 "This option specifies if Tidy should add some extra empty lines for " 1592 "The default is <var>no</var>. " 1594 "If set to <var>auto</var> Tidy will eliminate nearly all newline " 1606 "This option specifies the right margin Tidy uses for line wrapping. " 1608 "Tidy tries to wrap lines so that they do not exceed this length. " 1610 "Set <code>wrap</code> to <var>0</var>(zero) if you want to disable line " 1622 "This option specifies if Tidy should line wrap text contained within ASP " 1623 "pseudo elements, which look like: <code><% ... %></code>. " 1634 "This option specifies if Tidy should line-wrap attribute values, meaning " 1635 "that if the value of an attribute causes a line to exceed the width " 1636 "specified by <code>wrap</code>, Tidy will add one or more line breaks to " 1637 "the value, causing it to be wrapped into multiple lines. " 1639 "Note that this option can be set independently of " 1640 "<code>wrap-script-literals</code>. " 1641 "By default Tidy replaces any newline or tab with a single space and " 1642 "replaces any sequences of whitespace with a single space. " 1644 "To force Tidy to preserve the original, literal values of all attributes, " 1645 "and ensure that whitespace characters within attribute values are passed " 1646 "through unchanged, set <code>literal-attributes</code> to " 1658 "This option specifies if Tidy should line wrap text contained within " 1659 "JSTE pseudo elements, which look like: <code><# ... #></code>. " 1670 "This option specifies if Tidy should line wrap text contained within PHP " 1671 "pseudo elements, which look like: <code><?php ... ?></code>. " 1682 "This option specifies if Tidy should line wrap string literals that " 1683 "appear in script attributes. " 1685 "Tidy wraps long script string literals by inserting a backslash character " 1686 "before the line break. " 1697 "This option specifies if Tidy should line wrap text contained within " 1698 "<code><![ ... ]></code> section tags. " 1709 "Can be used to modify behavior of the <code>clean</code> option when set " 1710 "to <var>yes</var>. " 1712 "If set to <var>yes</var> when using <code>clean</code>, " 1713 "<code>&emdash;</code>, <code>&rdquo;</code>, and other named " 1714 "character entities are downgraded to their closest ASCII equivalents. " 1725 "This option specifies the character encoding Tidy uses for both the input " 1728 "For <var>ascii</var> Tidy will accept Latin-1 (ISO-8859-1) character " 1729 "values, but will use entities for all characters whose value >127. " 1731 "For <var>raw</var>, Tidy will output values above 127 without " 1732 "translating them into entities. " 1734 "For <var>latin1</var>, characters above 255 will be written as entities. " 1736 "For <var>utf8</var>, Tidy assumes that both input and output are encoded " 1739 "You can use <var>iso2022</var> for files encoded using the ISO-2022 " 1740 "family of encodings e.g. ISO-2022-JP. " 1742 "For <var>mac</var> and <var>win1252</var>, Tidy will accept vendor " 1743 "specific character values, but will use entities for all characters whose " 1746 "For unsupported encodings, use an external utility to convert to and from " 1758 "This option specifies the character encoding Tidy uses for the input. See " 1759 "<code>char-encoding</code> for more info. " 1761 #if SUPPORT_ASIAN_ENCODINGS 1771 "Currently not used, but this option specifies the language Tidy would use " 1772 "if it were properly localized. For example: <var>en</var>. " 1775 #if SUPPORT_UTF16_ENCODINGS 1785 "This option specifies if Tidy should write a Unicode Byte Order Mark " 1786 "character (BOM; also known as Zero Width No-Break Space; has value of " 1787 "U+FEFF) to the beginning of the output, and only applies to UTF-8 and " 1788 "UTF-16 output encodings. " 1790 "If set to <var>auto</var> this option causes Tidy to write a BOM to " 1791 "the output only if a BOM was present at the beginning of the input. " 1793 "A BOM is always written for XML/XHTML output using UTF-16 output " 1806 "This option specifies the character encoding Tidy uses for the output. " 1808 "Note that this may only be different from <code>input-encoding</code> for " 1809 "Latin encodings (<var>ascii</var>, <var>latin0</var>, " 1810 "<var>latin1</var>, <var>mac</var>, <var>win1252</var>, " 1811 "<var>ibm858</var>)." 1813 "See <code>char-encoding</code> for more information" 1824 "The default is appropriate to the current platform. " 1826 "Genrally CRLF on PC-DOS, Windows and OS/2; CR on Classic Mac OS; and LF " 1827 "everywhere else (Linux, Mac OS X, and Unix). " 1838 "This option specifies the error file Tidy uses for errors and warnings. " 1839 "Normally errors and warnings are output to <code>stderr</code>. " 1850 "This option specifies if Tidy should replace backslash characters " 1851 "<code>\\</code> in URLs with forward slashes <code>/</code>. " 1862 "This option specifies if Tidy should produce output even if errors are " 1865 "Use this option with care; if Tidy reports an error, this " 1866 "means Tidy was not able to (or is not sure how to) fix the error, so the " 1867 "resulting output may not reflect your intention. " 1878 "This option specifies if Tidy should change the format for reporting " 1879 "errors and warnings to a format that is more easily parsed by GNU Emacs. " 1901 "This option specifies if Tidy should keep the original modification time " 1902 "of files that Tidy modifies in place. " 1904 "Setting the option to <var>yes</var> allows you to tidy files without " 1905 "changing the file modification date, which may be useful with certain " 1906 "tools that use the modification date for things such as automatic server " 1909 "Note this feature is not supported on some platforms. " 1920 "This option specifies the output file Tidy uses for markup. Normally " 1921 "markup is written to <code>stdout</code>. " 1932 "This option specifies if Tidy should output the summary of the numbers " 1933 "of errors and warnings, or the welcome or informational messages. " 1944 "This option has no function and is deprecated. " 1955 "This option specifies if Tidy should add a <code>meta</code> element to " 1956 "the document head to indicate that the document has been tidied. " 1958 "Tidy won't add a meta element if one is already present. " 1969 "This option specifies if Tidy should write back the tidied markup to the " 1970 "same file it read from. " 1972 "You are advised to keep copies of important files before tidying them, as " 1973 "on rare occasions the result may not be what you expect. " 1984 "This option specifies if Tidy should decorate inferred " 1985 "<code><ul></code> elements with some CSS markup to avoid indentation " 1997 "This option specifies if Tidy should preserve well-formed entities " 1998 "as found in the input. " 2009 "This option controls the deletion or addition of the <code>name</code> " 2010 "attribute in elements where it can serve as anchor. " 2012 "If set to <var>yes</var> a <code>name</code> attribute, if not already " 2013 "existing, is added along an existing <code>id</code> attribute if the DTD " 2016 "If set to <var>no</var> any existing name attribute is removed if an " 2017 "<code>id</code> attribute exists or has been added. " 2028 "This option specifies if Tidy should indent with tabs instead of spaces, " 2029 "assuming <code>indent</code> is <var>yes</var>. " 2031 "Set it to <var>yes</var> to indent using tabs instead of the default " 2034 "Use the option <code>indent-spaces</code> to control the number of tabs " 2035 "output per level of indent. Note that when <code>indent-with-tabs</code> " 2036 "is enabled the default value of <code>indent-spaces</code> is reset to " 2039 "Note <code>tab-size</code> controls converting input tabs to spaces. Set " 2040 "it to zero to retain input tabs. " 2051 "This option specifies that Tidy should skip nested tags when parsing " 2052 "script and style data. " 2063 "This options ensures that tags and attributes are applicable for the " 2064 "version of HTML that Tidy outputs. When set to <var>yes</var> (the " 2065 "default) and the output document type is a strict doctype, then Tidy " 2066 "will report errors. If the output document type is a loose or " 2067 "transitional doctype, then Tidy will report warnings. " 2069 "Additionally if <code>drop-proprietary-attributes</code> is enabled, " 2070 "then not applicable attributes will be dropped, too. " 2072 "When set to <var>no</var>, these checks are not performed. " 2083 "This option causes items that look like closing tags, like <code></g</code> to be escaped " 2084 "to <code><\\/g</code>. Set this option to 'no' if you do not want this." 2106 "do additional accessibility checks (<level> = 0, 1, 2, 3). 0 is " 2107 "assumed if <level> is missing." 2109 {
TC_OPT_ASCII, 0,
"use ISO-8859-1 for input, US-ASCII for output" },
2111 {
TC_OPT_ASXML, 0,
"convert HTML to well formed XHTML" },
2112 {
TC_OPT_BARE, 0,
"strip out smart quotes and em dashes, etc." },
2113 {
TC_OPT_BIG5, 0,
"use Big5 for both input and output" },
2114 {
TC_OPT_CLEAN, 0,
"replace FONT, NOBR and CENTER tags with CSS" },
2115 {
TC_OPT_CONFIG, 0,
"set configuration options from the specified <file>" },
2117 {
TC_OPT_FILE, 0,
"write errors and warnings to the specified <file>" },
2118 {
TC_OPT_GDOC, 0,
"produce clean version of html exported by Google Docs" },
2119 {
TC_OPT_HELP, 0,
"list the command line options" },
2122 {
TC_OPT_IBM858, 0,
"use IBM-858 (CP850+Euro) for input, US-ASCII for output" },
2128 "set Tidy's output language to <lang>. Specify '-language help' for more help. " 2129 "Use before output-causing arguments to ensure the language takes effect, e.g.," 2130 "`tidy -lang es -lang help`." 2133 {
TC_OPT_LATIN0, 0,
"use ISO-8859-15 for input, US-ASCII for output" },
2134 {
TC_OPT_LATIN1, 0,
"use ISO-8859-1 for both input and output" },
2135 {
TC_OPT_MAC, 0,
"use MacRoman for input, US-ASCII for output" },
2137 {
TC_OPT_NUMERIC, 0,
"output numeric rather than named entities" },
2138 {
TC_OPT_OMIT, 0,
"omit optional start tags and end tags" },
2139 {
TC_OPT_OUTPUT, 0,
"write output to the specified <file>" },
2141 {
TC_OPT_RAW, 0,
"output values above 127 without conversion to entities" },
2143 {
TC_OPT_SHOWCFG, 0,
"list the current configuration settings" },
2145 {
TC_OPT_UTF16, 0,
"use UTF-16 for both input and output" },
2148 {
TC_OPT_UTF8, 0,
"use UTF-8 for both input and output" },
2154 {
TC_OPT_WIN1252, 0,
"use Windows-1252 for input, US-ASCII for output" },
2156 "wrap text at the specified <column>. 0 is assumed if <column> is " 2157 "missing. When this option is omitted, the default of the " 2158 "configuration option 'wrap' applies." 2160 {
TC_OPT_XML, 0,
"specify the input is well formed XML" },
2161 {
TC_OPT_XMLCFG, 0,
"list all configuration options in XML format" },
2162 {
TC_OPT_XMLHELP, 0,
"list the command line options in XML format" },
2168 {
TC_OPT_XMLERRS, 0,
"output error constants and strings in XML format" },
2170 {
TC_OPT_XMLOPTS, 0,
"output option descriptions in XML format" },
2184 TC_STRING_CONF_NOTE, 0,
"Values marked with an *asterisk are calculated internally by HTML Tidy" 2222 "%s [options...] [file...] [options...] [file...]\n" 2223 "Utility to clean up and pretty print HTML/XHTML/XML.\n" 2225 "This is modern HTML Tidy version %s.\n" 2231 "Command Line Arguments for HTML Tidy for %s:" 2235 "Command Line Arguments for HTML Tidy:" 2241 "Tidy Configuration Options\n" 2242 "==========================\n" 2243 "Use Tidy's configuration options as command line arguments in the form\n" 2244 "of \"--some-option <value>\", for example, \"--indent-with-tabs yes\".\n" 2246 "For a list of all configuration options, use \"-help-config\" or refer\n" 2247 "to the man page (if your OS has one).\n" 2249 "If your environment has an $HTML_TIDY variable set point to a Tidy \n" 2250 "configuration file then Tidy will attempt to use it.\n" 2252 "On some platforms Tidy will also attempt to use a configuration specified \n" 2253 "in /etc/tidy.conf or ~/.tidy.conf.\n" 2257 "Input/Output default to stdin/stdout respectively.\n" 2259 "Single letter options apart from -f may be combined\n" 2260 "as in: tidy -f errs.txt -imu foo.html\n" 2264 "For more information about HTML Tidy, see\n" 2265 " http://www.html-tidy.org/\n" 2267 "For more information on HTML, see the following:\n" 2269 " HTML: Edition for Web Authors (the latest HTML specification)\n" 2270 " http://dev.w3.org/html5/spec-author-view\n" 2272 " HTML: The Markup Language (an HTML language reference)\n" 2273 " http://dev.w3.org/html5/markup/\n" 2275 "File bug reports at https://github.com/htacg/tidy-html5/issues/\n" 2276 "or send questions and comments to public-htacg@w3.org.\n" 2278 "Validate your HTML documents using the W3C Nu Markup Validator:\n" 2279 " http://validator.w3.org/nu/\n" 2286 "HTML Tidy Configuration Settings\n" 2288 "Within a file, use the form:\n" 2293 "When specified on the command line, use the form:\n" 2295 "--wrap 72 --indent no\n" 2305 "The --language (or --lang) option indicates which language Tidy \n" 2306 "should use to communicate its output. Please note that this is not \n" 2307 "a document translation service, and only affects the messages that \n" 2308 "Tidy communicates to you. \n" 2310 "When used from the command line the --language argument must \n" 2311 "be used before any arguments that result in output, otherwise Tidy \n" 2312 "will produce output before it knows which language to use. \n" 2314 "In addition to standard POSIX language codes, Tidy is capable of \n" 2315 "understanding legacy Windows language codes. Please note that this \n" 2316 "list indicates codes Tidy understands, and does not indicate that \n" 2317 "the language is currently installed. \n" 2319 "The rightmost column indicates how Tidy will understand the \n" 2320 "legacy Windows name.\n" 2327 "The following languages are currently installed in Tidy. Please \n" 2328 "note that there's no guarantee that they are complete; only that \n" 2329 "one developer or another started to add the language indicated. \n" 2331 "Incomplete localizations will default to \"en\" when necessary. \n" 2332 "Please report instances of incorrect strings to the Tidy team. \n" 2340 "If Tidy is able to determine your locale then Tidy will use the \n" 2341 "locale's language automatically. For example Unix-like systems use a \n" 2342 "$LANG and/or $LC_ALL environment variable. Consult your operating \n" 2343 "system documentation for more information. \n" 2345 "Tidy is currently using locale %s. \n" Preserve entities.
Definition: tidyenum.h:167
Output " marks as ".
Definition: tidyenum.h:100
Definition: language.h:189
Clean up HTML exported from Google Docs.
Definition: tidyenum.h:87
Definition: message.h:147
Definition: language.h:186
Wrap within JSTE pseudo elements.
Definition: tidyenum.h:107
Definition: message.h:243
Definition: tidyenum.h:277
Definition: message.h:226
Output extensible HTML.
Definition: tidyenum.h:79
Accessibility check level 0 (old style), or 1, 2, 3.
Definition: tidyenum.h:155
Definition: message.h:108
Definition: language.h:143
Definition: language.h:169
Definition: message.h:146
Definition: language.h:123
Definition: message.h:224
Definition: message.h:112
Definition: message.h:225
Definition: language.h:144
Wrap margin.
Definition: tidyenum.h:48
Wrap within attribute values.
Definition: tidyenum.h:103
Escape items that look like closing tags in script tags.
Definition: tidyenum.h:174
Definition: message.h:100
Definition: language.h:146
Define anchors as name attributes.
Definition: tidyenum.h:170
If true then output tidied markup.
Definition: tidyenum.h:67
However errors are always shown.
Definition: tidyenum.h:70
Definition: language.h:181
Definition: language.h:140
Definition: message.h:230
Definition: language.h:122
If false, normal output is suppressed.
Definition: tidyenum.h:68
Definition: language.h:195
Definition: language.h:176
Definition: message.h:126
Definition: message.h:248
Definition: message.h:185
Definition: language.h:173
Definition: message.h:140
Add meta element indicating tidied doc.
Definition: tidyenum.h:117
Definition: message.h:154
Definition: language.h:162
Definition: language.h:178
Definition: message.h:208
Definition: message.h:123
Definition: language.h:136
Definition: message.h:104
Definition: language.h:126
Definition: message.h:155
Definition: message.h:124
Definition: message.h:113
Definition: message.h:182
Definition: language.h:190
Number of errors to put out.
Definition: tidyenum.h:127
Definition: message.h:244
Mark inferred UL elements with no indent CSS.
Definition: tidyenum.h:166
Definition: message.h:115
Definition: message.h:217
File name to write markup to.
Definition: tidyenum.h:66
Definition: language.h:127
Definition: message.h:239
Discard proprietary attributes.
Definition: tidyenum.h:89
Treat input as XML.
Definition: tidyenum.h:77
Definition: language.h:197
Name of current Emacs file.
Definition: tidyenum.h:119
Definition: language.h:174
Definition: language.h:134
Definition: language.h:131
Definition: message.h:106
Definition: message.h:127
Definition: tidyenum.h:275
Definition: message.h:207
Definition: message.h:170
Definition: language.h:156
Definition: message.h:120
consider punctuation and breaking spaces for wrapping
Definition: tidyenum.h:160
Definition: language.h:172
Wrap within <![ ...
Definition: tidyenum.h:105
Definition: language.h:108
Create output as XML.
Definition: tidyenum.h:78
Definition: language.h:185
Definition: message.h:116
Definition: message.h:190
Definition: language.h:132
Make bare HTML: remove Microsoft cruft.
Definition: tidyenum.h:85
If yes last modied time is preserved.
Definition: tidyenum.h:115
Coerce end tags from start tags where probably intended.
Definition: tidyenum.h:74
Definition: message.h:168
Definition: language.h:183
Definition: language.h:163
Definition: message.h:238
Definition: message.h:235
Definition: message.h:143
Draconian cleaning for Word2000.
Definition: tidyenum.h:116
Definition: message.h:114
Definition: message.h:236
Definition: message.h:213
Definition: message.h:111
Definition: language.h:153
Definition: message.h:163
static uint whichPluralForm_en(uint n)
This language-specific function returns the correct pluralForm to use given n items, and is used as a member of each language definition.
Definition: language_en.h:35
Definition: message.h:245
Definition: message.h:132
Definition: message.h:221
Definition: language.h:170
Definition: message.h:184
Definition: message.h:131
Definition: language.h:118
Definition: message.h:240
If yes text in blocks is wrapped in P's.
Definition: tidyenum.h:114
Replace hex color attribute values with names.
Definition: tidyenum.h:147
Hides all (real) comments in output.
Definition: tidyenum.h:124
static languageDefinition language_en
This structure specifies all of the strings needed by Tidy for a single language. ...
Definition: language_en.h:54
Definition: language.h:158
Newline+indent before each attribute.
Definition: tidyenum.h:110
Definition: language.h:175
Definition: language.h:202
CSS class naming for -clean option.
Definition: tidyenum.h:148
Definition: language.h:160
Definition: language.h:119
Definition: message.h:103
Wrap within JavaScript string literals.
Definition: tidyenum.h:104
Definition: message.h:212
If set to yes adds xml:space attr as needed.
Definition: tidyenum.h:112
Definition: message.h:219
Definition: language.h:192
Definition: language.h:125
Definition: message.h:141
If yes text at body is wrapped in P's.
Definition: tidyenum.h:113
Definition: message.h:211
Output tags in upper not lower case.
Definition: tidyenum.h:83
Legacy name for TidyOmitOptionalTags.
Definition: tidyenum.h:76
Finally, a complete language definition.
Definition: language.h:52
Keep first or last duplicate attribute.
Definition: tidyenum.h:59
Replace presentational clutter by style rules.
Definition: tidyenum.h:86
Definition: message.h:171
Applies URI encoding if necessary.
Definition: tidyenum.h:122
Definition: language.h:120
Definition: language.h:137
Join multiple style attributes.
Definition: tidyenum.h:130
Definition: message.h:164
No 'Parsing X', guessed DTD or summary.
Definition: tidyenum.h:71
Definition: language.h:117
Definition: message.h:249
Definition: message.h:233
Definition: message.h:175
Definition: message.h:122
Allow numeric character references.
Definition: tidyenum.h:135
Definition: message.h:247
Definition: message.h:151
Definition: message.h:216
Expand tabs to n spaces.
Definition: tidyenum.h:49
Definition: message.h:204
Definition: message.h:223
Definition: message.h:138
Definition: message.h:209
Declared empty tags.
Definition: tidyenum.h:152
Definition: message.h:176
Output plain HTML, even for XHTML input.
Definition: tidyenum.h:80
Definition: message.h:231
Definition: message.h:162
Merge multiple DIVs.
Definition: tidyenum.h:165
Definition: message.h:205
Definition: message.h:148
Definition: language.h:171
Definition: message.h:214
Output naked ampersand as &.
Definition: tidyenum.h:102
Definition: language.h:168
degree to which markup is spread out vertically
Definition: tidyenum.h:158
Definition: language.h:135
Definition: message.h:232
Definition: message.h:102
If true attributes may use newlines.
Definition: tidyenum.h:120
Definition: message.h:218
Wrap within PHP pseudo elements.
Definition: tidyenum.h:108
Definition: message.h:150
Definition: language.h:116
Definition: language.h:159
Definition: message.h:101
Definition: message.h:128
Definition: language.h:145
Definition: message.h:183
Definition: message.h:237
Definition: message.h:161
Definition: language.h:187
If true format error output for GNU Emacs.
Definition: tidyenum.h:118
Definition: language.h:194
Join multiple class attributes.
Definition: tidyenum.h:129
Definition: message.h:229
Definition: message.h:228
Discard empty p elements.
Definition: tidyenum.h:92
Definition: message.h:105
Definition: language.h:149
Output BODY content only.
Definition: tidyenum.h:121
Definition: language.h:193
Discard presentation tags.
Definition: tidyenum.h:90
Definition: message.h:156
In/out character encoding.
Definition: tidyenum.h:51
Definition: message.h:178
Output newline before or not?
Definition: tidyenum.h:94
Definition: language.h:188
Definition: tidyenum.h:276
Output line ending (default to platform)
Definition: tidyenum.h:54
Definition: message.h:192
Definition: message.h:117
Convert quotes and dashes to nearest ASCII char.
Definition: tidyenum.h:128
Definition: language.h:121
Definition: message.h:139
Definition: message.h:119
File name to write errors to.
Definition: tidyenum.h:65
Definition: language.h:141
Definition: message.h:210
Definition: tidyenum.h:281
Fix comments with adjacent hyphens.
Definition: tidyenum.h:93
Definition: message.h:215
Definition: message.h:145
Definition: language.h:198
Definition: language.h:191
Output attributes in upper not lower case.
Definition: tidyenum.h:84
Declared block tags.
Definition: tidyenum.h:151
Definition: language.h:124
Create slides on each h2 element.
Definition: tidyenum.h:97
Replace <![CDATA[]]> sections with escaped text.
Definition: tidyenum.h:131
Definition: message.h:172
Definition: tidyenum.h:280
Output character encoding (if different)
Definition: tidyenum.h:53
Definition: language.h:152
Fix URLs by replacing \ with /.
Definition: tidyenum.h:109
Language property: not used for anything yet.
Definition: tidyenum.h:134
Definition: message.h:234
Definition: tidyenum.h:279
Discard empty elements.
Definition: tidyenum.h:91
Replace i by em and b by strong.
Definition: tidyenum.h:88
Definition: language.h:199
Output document even if errors were found.
Definition: tidyenum.h:126
Definition: message.h:241
Definition: language.h:167
Definition: language.h:115
Input character encoding (if different)
Definition: tidyenum.h:52
Indentation n spaces/tabs.
Definition: tidyenum.h:47
User specified doctype.
Definition: tidyenum.h:57
Definition: language.h:151
Definition: message.h:227
Indent using tabs istead of spaces.
Definition: tidyenum.h:171
Definition: message.h:110
Suppress optional start tags and end tags.
Definition: tidyenum.h:75
Merge multiple SPANs.
Definition: tidyenum.h:169
Definition: message.h:121
Definition: language.h:155
Add <?xml?> for XML docs.
Definition: tidyenum.h:82
Definition: message.h:206
Definition: language.h:129
Definition: tidyenum.h:278
Definition: language.h:164
Definition: message.h:153
Skip nested tags in script and style CDATA.
Definition: tidyenum.h:172
Definition: language.h:148
Indent content of appropriate tags.
Definition: tidyenum.h:72
Definition: language.h:142
Definition: message.h:188
Folds known attribute values to lower case.
Definition: tidyenum.h:123
Definition: message.h:144
Definition: message.h:137
Definition: language.h:196
Indent <!CDATA[ ...
Definition: tidyenum.h:125
Definition: language.h:139
Output a Byte Order Mark (BOM) for UTF-16 encodings.
Definition: tidyenum.h:141
Definition: language.h:165
Definition: message.h:166
Definition: message.h:130
Definition: message.h:203
If set to yes PIs must end with ?>
Definition: tidyenum.h:111
Use numeric entities.
Definition: tidyenum.h:99
Definition: language.h:138
Definition: language.h:150
Definition: message.h:107
Default text for alt attribute.
Definition: tidyenum.h:60
Definition: language.h:154
Definition: message.h:129
Definition: message.h:222
Definition: message.h:118
Definition: language.h:184
Definition: message.h:186
Definition: language.h:128
Definition: language.h:182
Definition: message.h:149
Definition: language.h:147
Output non-breaking space as entity.
Definition: tidyenum.h:101
Definition: language.h:133
Definition: language.h:161
Definition: language.h:179
Definition: message.h:159
Ensure tags and attributes match output HTML version.
Definition: tidyenum.h:173
Definition: language.h:130
Definition: message.h:191
Merge nested B and I elements.
Definition: tidyenum.h:164
Definition: message.h:242
Definition: language.h:166
Definition: message.h:173
If true, info-level messages are shown.
Definition: tidyenum.h:69
Wrap within ASP pseudo elements.
Definition: tidyenum.h:106
Definition: message.h:142
Definition: language.h:177
Definition: message.h:220
Definition: message.h:246
Definition: message.h:158
Definition: language.h:180
Definition: message.h:109
Definition: message.h:136
Declared inline tags.
Definition: tidyenum.h:150
Style sheet for slides: not used for anything yet.
Definition: tidyenum.h:63
Definition: language.h:157
Sort attributes.
Definition: tidyenum.h:168
Declared pre tags.
Definition: tidyenum.h:153