HTML Tidy  5.6.0
The HTACG Tidy HTML Project
language_en.h
Go to the documentation of this file.
1 #ifndef language_en_h
2 #define language_en_h
3 /*
4  * language_en.h
5  * Localization support for HTML Tidy.
6  *
7  * This file consists of the strings for Tidy's base language and is a
8  * required localization for Tidy to compile and work. Unlike the other
9  * localization files this file is NOT machine-generated.
10  *
11  * This file also serves as the master template for generating additional
12  * language localizations. As such do not edit PO files for this language;
13  * modify this file directly.
14  *
15  * (c) 2015-2017 HTACG
16  * See tidy.h and access.h for the copyright notice.
17  *
18  * Created by Jim Derry on 11/28/15.
19  */
20 
21 #ifdef _MSC_VER
22 #pragma execution_character_set("utf-8")
23 #endif
24 
25 
26 /**
27  * This language-specific function returns the correct pluralForm
28  * to use given n items, and is used as a member of each language
29  * definition.
30  */
32  /* Plural-Forms: nplurals=2; */
33  return n != 1;
34 }
35 
36 
37 /**
38  * This structure specifies all of the strings needed by Tidy for a
39  * single language. Static definition in a header file makes it
40  * easy to include and exclude languages without tinkering with
41  * the build system.
42  *
43  * This file serves as the master template for generating `gettext`
44  * PO and POT files using our `potool.rb` script. Certain comments
45  * entered below will be included in the PO/POT files as developer
46  * comments. To enable this, use only standard C-style comments that
47  * begin immediately after the opening brace without whitespace.
48  */
49 
51  /***************************************
52  ** This MUST be present and first.
53  ** Specify the code for this language.
54  ***************************************/
55  {/* Specify the ll or ll_cc language code here. */
56  TIDY_LANGUAGE, 0, "en"
57  },
58 
59  /*********************************************************************
60  ** Options Documentation
61  ** As of 2016-January these descriptions are used uniquely by the
62  ** console application but are made available for LibTidy users as
63  ** well. Because we generate documentation from these descriptions
64  ** it's important to use ONLY the following tags:
65  ** <code>, <em>, <strong>, <br/>, <p>
66  ** Note that the xslt processor requires <br/> to be self closing!
67  ** @remark enum source is TidyOptionId
68  *********************************************************************/
69  {/* Important notes for translators:
70  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
71  <br/>.
72  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
73  - Option values should be enclosed in <var></var>.
74  - It's very important that <br/> be self-closing!
75  - The strings "Tidy" and "HTML Tidy" are the program name and must not
76  be translated. */
78  "This option specifies what level of accessibility checking, if any, "
79  "that Tidy should perform. "
80  "<br/>"
81  "Level <var>0 (Tidy Classic)</var> is equivalent to Tidy Classic's accessibility "
82  "checking. "
83  "<br/>"
84  "For more information on Tidy's accessibility checking, visit "
85  "<a href=\"http://www.html-tidy.org/accessibility/\"> Tidy's Accessibility Page</a>. "
86  },
87  {/* Important notes for translators:
88  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
89  <br/>.
90  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
91  - Option values should be enclosed in <var></var>.
92  - It's very important that <br/> be self-closing!
93  - The strings "Tidy" and "HTML Tidy" are the program name and must not
94  be translated. */
95  TidyAltText, 0,
96  "This option specifies the default <code>alt=</code> text Tidy uses for "
97  "<code>&lt;img&gt;</code> attributes when the <code>alt=</code> attribute "
98  "is missing. "
99  "<br/>"
100  "Use with care, as it is your responsibility to make your documents accessible "
101  "to people who cannot see the images. "
102  },
103  {/* Important notes for translators:
104  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
105  <br/>.
106  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
107  - Option values should be enclosed in <var></var>.
108  - It's very important that <br/> be self-closing!
109  - The strings "Tidy" and "HTML Tidy" are the program name and must not
110  be translated. */
111  TidyAnchorAsName, 0,
112  "This option controls the deletion or addition of the <code>name</code> "
113  "attribute in elements where it can serve as anchor. "
114  "<br/>"
115  "If set to <var>yes</var> a <code>name</code> attribute, if not already "
116  "existing, is added along an existing <code>id</code> attribute if the DTD "
117  "allows it. "
118  "<br/>"
119  "If set to <var>no</var> any existing name attribute is removed if an "
120  "<code>id</code> attribute exists or has been added. "
121  },
122  {/* Important notes for translators:
123  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
124  <br/>.
125  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
126  - Option values should be enclosed in <var></var>.
127  - It's very important that <br/> be self-closing!
128  - The strings "Tidy" and "HTML Tidy" are the program name and must not
129  be translated. */
130  TidyAsciiChars, 0,
131  "Can be used to modify behavior of the <code>clean</code> option when set "
132  "to <var>yes</var>. "
133  "<br/>"
134  "If set to <var>yes</var> when using <code>clean</code>, "
135  "<code>&amp;emdash;</code>, <code>&amp;rdquo;</code>, and other named "
136  "character entities are downgraded to their closest ASCII equivalents. "
137  },
138  {/* Important notes for translators:
139  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
140  <br/>.
141  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
142  - Option values should be enclosed in <var></var>.
143  - It's very important that <br/> be self-closing!
144  - The strings "Tidy" and "HTML Tidy" are the program name and must not
145  be translated. */
146  TidyBlockTags, 0,
147  "This option specifies new block-level tags. This option takes a space or "
148  "comma separated list of tag names. "
149  "<br/>"
150  "Unless you declare new tags, Tidy will refuse to generate a tidied file if "
151  "the input includes previously unknown tags. "
152  "<br/>"
153  "Note you can't change the content model for elements such as "
154  "<code>&lt;table&gt;</code>, <code>&lt;ul&gt;</code>, "
155  "<code>&lt;ol&gt;</code> and <code>&lt;dl&gt;</code>. "
156  "<br/>"
157  "This option is ignored in XML mode. "
158  },
159  {/* Important notes for translators:
160  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
161  <br/>.
162  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
163  - Option values should be enclosed in <var></var>.
164  - It's very important that <br/> be self-closing!
165  - The strings "Tidy" and "HTML Tidy" are the program name and must not
166  be translated. */
167  TidyBodyOnly, 0,
168  "This option specifies if Tidy should print only the contents of the "
169  "body tag as an HTML fragment. "
170  "<br/>"
171  "If set to <var>auto</var>, this is performed only if the body tag has "
172  "been inferred. "
173  "<br/>"
174  "Useful for incorporating existing whole pages as a portion of another "
175  "page. "
176  "<br/>"
177  "This option has no effect if XML output is requested. "
178  },
179  {/* Important notes for translators:
180  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
181  <br/>.
182  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
183  - Option values should be enclosed in <var></var>.
184  - It's very important that <br/> be self-closing!
185  - The strings "Tidy" and "HTML Tidy" are the program name and must not
186  be translated. */
188  "This option specifies if Tidy should output a line break before each "
189  "<code>&lt;br&gt;</code> element. "
190  },
191  {/* Important notes for translators:
192  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
193  <br/>.
194  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
195  - Option values should be enclosed in <var></var>.
196  - It's very important that <br/> be self-closing!
197  - The strings "Tidy" and "HTML Tidy" are the program name and must not
198  be translated. */
199  TidyCharEncoding, 0,
200  "This option specifies the character encoding Tidy uses for input, and "
201  "when set, automatically chooses an appropriate character encoding to "
202  "be used for output. The output encoding Tidy chooses may be different "
203  "from the input encoding. "
204  "<br/>"
205  "For <var>ascii</var>, <var>latin0</var>, <var>ibm858</var>, "
206  "<var>mac</var>, and <var>win1252</var> input encodings, the "
207  "<code>output-encoding</code> option will automatically be set to "
208  "<var>ascii</var>. You can set <code>output-encoding</code> manually "
209  "to override this. "
210  "<br/>"
211  "For other input encodings, the <code>output-encoding</code> option "
212  "will automatically be set to the the same value. "
213  "<br/>"
214  "Regardless of the preset value, you can set "
215  "<code>output-encoding</code> manually to override this. "
216  "<br/>"
217  "Tidy is not an encoding converter. Although the Latin and UTF "
218  "encodings can be mixed freely, it is not possible to convert Asian "
219  "encodings to Latin encodings with Tidy. "
220  },
221  {/* Important notes for translators:
222  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
223  <br/>.
224  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
225  - Option values should be enclosed in <var></var>.
226  - It's very important that <br/> be self-closing!
227  - The strings "Tidy" and "HTML Tidy" are the program name and must not
228  be translated. */
230  "This option specifies if Tidy should coerce a start tag into an end tag "
231  "in cases where it looks like an end tag was probably intended; "
232  "for example, given "
233  "<br/>"
234  "<code>&lt;span&gt;foo &lt;b&gt;bar&lt;b&gt; baz&lt;/span&gt;</code> "
235  "<br/>"
236  "Tidy will output "
237  "<br/>"
238  "<code>&lt;span&gt;foo &lt;b&gt;bar&lt;/b&gt; baz&lt;/span&gt;</code> "
239  },
240  {/* Important notes for translators:
241  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
242  <br/>.
243  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
244  - Option values should be enclosed in <var></var>.
245  - It's very important that <br/> be self-closing!
246  - The strings "Tidy" and "HTML Tidy" are the program name and must not
247  be translated. */
248  TidyCSSPrefix, 0,
249  "This option specifies the prefix that Tidy uses for styles rules. "
250  "<br/>"
251  "By default, <var>c</var> will be used. "
252  },
253  {/* Important notes for translators:
254  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
255  <br/>.
256  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
257  - Option values should be enclosed in <var></var>.
258  - It's very important that <br/> be self-closing!
259  - The strings "Tidy" and "HTML Tidy" are the program name and must not
260  be translated. */
262  "This option specifies if Tidy should decorate inferred "
263  "<code>&lt;ul&gt;</code> elements with some CSS markup to avoid indentation "
264  "to the right. "
265  },
266  {/* Important notes for translators:
267  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
268  <br/>.
269  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
270  - Option values should be enclosed in <var></var>.
271  - It's very important that <br/> be self-closing!
272  - The strings "Tidy" and "HTML Tidy" are the program name and must not
273  be translated. */
274  TidyDoctype, 0,
275  "This option specifies the DOCTYPE declaration generated by Tidy. "
276  "<br/>"
277  "If set to <var>omit</var> the output won't contain a DOCTYPE "
278  "declaration. Note this this also implies <code>numeric-entities</code> is "
279  "set to <var>yes</var>."
280  "<br/>"
281  "If set to <var>html5</var> the DOCTYPE is set to "
282  "<code>&lt;!DOCTYPE html&gt;</code>."
283  "<br/>"
284  "If set to <var>auto</var> (the default) Tidy will use an educated guess "
285  "based upon the contents of the document. Note that selecting this option "
286  "will <em>not</em> change the current document's DOCTYPE on output. "
287  "<br/>"
288  "If set to <var>strict</var>, Tidy will set the DOCTYPE to the HTML4 or "
289  "XHTML1 strict DTD."
290  "<br/>"
291  "If set to <var>loose</var>, the DOCTYPE is set to the HTML4 or XHTML1 "
292  "loose (transitional) DTD."
293  "<br/>"
294  "Alternatively, you can supply a string for the formal public identifier "
295  "(FPI)."
296  "<br/>"
297  "For example: "
298  "<br/>"
299  "<code>doctype: \"-//ACME//DTD HTML 3.14159//EN\"</code>"
300  "<br/>"
301  "If you specify the FPI for an XHTML document, Tidy will set the "
302  "system identifier to an empty string. For an HTML document, Tidy adds a "
303  "system identifier only if one was already present in order to preserve "
304  "the processing mode of some browsers. Tidy leaves the DOCTYPE for "
305  "generic XML documents unchanged. "
306  "<br/>"
307  "This option does not offer a validation of document conformance. "
308  },
309  {/* Important notes for translators:
310  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
311  <br/>.
312  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
313  - Option values should be enclosed in <var></var>.
314  - It's very important that <br/> be self-closing!
315  - The strings "Tidy" and "HTML Tidy" are the program name and must not
316  be translated. */
318  "This option specifies if Tidy should discard empty elements. "
319  },
320  {/* Important notes for translators:
321  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
322  <br/>.
323  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
324  - Option values should be enclosed in <var></var>.
325  - It's very important that <br/> be self-closing!
326  - The strings "Tidy" and "HTML Tidy" are the program name and must not
327  be translated. */
329  "This option specifies if Tidy should discard empty paragraphs. "
330  },
331  {/* Important notes for translators:
332  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
333  <br/>.
334  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
335  - Option values should be enclosed in <var></var>.
336  - It's very important that <br/> be self-closing!
337  - The strings "Tidy" and "HTML Tidy" are the program name and must not
338  be translated. */
340  "This option specifies if Tidy should strip out proprietary attributes, "
341  "such as Microsoft data binding attributes. Additionally attributes "
342  "that aren't permitted in the output version of HTML will be dropped "
343  "if used with <code>strict-tags-attributes</code>. "
344  },
345  {/* Important notes for translators:
346  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
347  <br/>.
348  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
349  - Option values should be enclosed in <var></var>.
350  - It's very important that <br/> be self-closing!
351  - The strings "Tidy" and "HTML Tidy" are the program name and must not
352  be translated. */
354  "This option specifies if Tidy should keep the first or last attribute, if "
355  "an attribute is repeated, e.g. has two <code>align</code> attributes. "
356  },
357  {/* Important notes for translators:
358  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
359  <br/>.
360  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
361  - Option values should be enclosed in <var></var>.
362  - It's very important that <br/> be self-closing!
363  - The strings "Tidy" and "HTML Tidy" are the program name and must not
364  be translated. */
365  TidyEmacs, 0,
366  "This option specifies if Tidy should change the format for reporting "
367  "errors and warnings to a format that is more easily parsed by GNU Emacs. "
368  },
369  {/* Important notes for translators:
370  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
371  <br/>.
372  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
373  - Option values should be enclosed in <var></var>.
374  - It's very important that <br/> be self-closing!
375  - The strings "Tidy" and "HTML Tidy" are the program name and must not
376  be translated. */
377  TidyEmptyTags, 0,
378  "This option specifies new empty inline tags. This option takes a space "
379  "or comma separated list of tag names. "
380  "<br/>"
381  "Unless you declare new tags, Tidy will refuse to generate a tidied file if "
382  "the input includes previously unknown tags. "
383  "<br/>"
384  "Remember to also declare empty tags as either inline or blocklevel. "
385  "<br/>"
386  "This option is ignored in XML mode. "
387  },
388  {/* Important notes for translators:
389  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
390  <br/>.
391  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
392  - Option values should be enclosed in <var></var>.
393  - It's very important that <br/> be self-closing!
394  - The strings "Tidy" and "HTML Tidy" are the program name and must not
395  be translated. */
397  "This option specifies if Tidy should insert a <code>&lt;p&gt;</code> "
398  "element to enclose any text it finds in any element that allows mixed "
399  "content for HTML transitional but not HTML strict. "
400  },
401  {/* Important notes for translators:
402  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
403  <br/>.
404  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
405  - Option values should be enclosed in <var></var>.
406  - It's very important that <br/> be self-closing!
407  - The strings "Tidy" and "HTML Tidy" are the program name and must not
408  be translated. */
410  "This option specifies if Tidy should enclose any text it finds in the "
411  "body element within a <code>&lt;p&gt;</code> element."
412  "<br/>"
413  "This is useful when you want to take existing HTML and use it with a "
414  "style sheet. "
415  },
416  {/* Important notes for translators:
417  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
418  <br/>.
419  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
420  - Option values should be enclosed in <var></var>.
421  - It's very important that <br/> be self-closing!
422  - The strings "Tidy" and "HTML Tidy" are the program name and must not
423  be translated. */
424  TidyErrFile, 0,
425  "This option specifies the error file Tidy uses for errors and warnings. "
426  "Normally errors and warnings are output to <code>stderr</code>. "
427  },
428  {/* Important notes for translators:
429  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
430  <br/>.
431  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
432  - Option values should be enclosed in <var></var>.
433  - It's very important that <br/> be self-closing!
434  - The strings "Tidy" and "HTML Tidy" are the program name and must not
435  be translated. */
436  TidyEscapeCdata, 0,
437  "This option specifies if Tidy should convert "
438  "<code>&lt;![CDATA[]]&gt;</code> sections to normal text. "
439  },
440  {/* Important notes for translators:
441  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
442  <br/>.
443  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
444  - Option values should be enclosed in <var></var>.
445  - It's very important that <br/> be self-closing!
446  - The strings "Tidy" and "HTML Tidy" are the program name and must not
447  be translated. */
449  "This option causes items that look like closing tags, like "
450  "<code>&lt;/g</code> to be escaped to <code>&lt;\\/g</code>. Set "
451  "this option to <var>no</var> if you do not want this."
452  },
453  {/* Important notes for translators:
454  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
455  <br/>.
456  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
457  - Option values should be enclosed in <var></var>.
458  - It's very important that <br/> be self-closing!
459  - The strings "Tidy" and "HTML Tidy" are the program name and must not
460  be translated. */
461  TidyFixBackslash, 0,
462  "This option specifies if Tidy should replace backslash characters "
463  "<code>\\</code> in URLs with forward slashes <code>/</code>. "
464  },
465  {/* Important notes for translators:
466  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
467  <br/>.
468  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
469  - Option values should be enclosed in <var></var>.
470  - It's very important that <br/> be self-closing!
471  - The strings "Tidy" and "HTML Tidy" are the program name and must not
472  be translated. */
473  TidyFixComments, 0,
474  "This option specifies if Tidy should replace unexpected hyphens with "
475  "<code>=</code> characters when it comes across adjacent hyphens. "
476  "<br/>"
477  "The default is <var>auto</var> will which will act as <var>no</var> "
478  "for HTML5 document types, and <var>yes</var> for all other document "
479  "types. "
480  "<br/>"
481  "HTML has abandonded SGML comment syntax, and allows adjacent hypens "
482  "for all versions of HTML, although XML and XHTML do not. If you plan "
483  "to support older browsers that require SGML comment syntax, then "
484  "consider setting this value to <var>yes</var>."
485  },
486  {/* Important notes for translators:
487  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
488  <br/>.
489  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
490  - Option values should be enclosed in <var></var>.
491  - It's very important that <br/> be self-closing!
492  - The strings "Tidy" and "HTML Tidy" are the program name and must not
493  be translated. */
494  TidyFixUri, 0,
495  "This option specifies if Tidy should check attribute values that carry "
496  "URIs for illegal characters and if such are found, escape them as HTML4 "
497  "recommends. "
498  },
499  {/* Important notes for translators:
500  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
501  <br/>.
502  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
503  - Option values should be enclosed in <var></var>.
504  - It's very important that <br/> be self-closing!
505  - The strings "Tidy" and "HTML Tidy" are the program name and must not
506  be translated. */
507  TidyForceOutput, 0,
508  "This option specifies if Tidy should produce output even if errors are "
509  "encountered. "
510  "<br/>"
511  "Use this option with care; if Tidy reports an error, this "
512  "means Tidy was not able to (or is not sure how to) fix the error, so the "
513  "resulting output may not reflect your intention. "
514  },
515  {/* Important notes for translators:
516  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
517  <br/>.
518  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
519  - Option values should be enclosed in <var></var>.
520  - It's very important that <br/> be self-closing!
521  - The strings "Tidy" and "HTML Tidy" are the program name and must not
522  be translated. */
523  TidyGDocClean, 0,
524  "This option specifies if Tidy should enable specific behavior for "
525  "cleaning up HTML exported from Google Docs. "
526  },
527  {/* Important notes for translators:
528  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
529  <br/>.
530  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
531  - Option values should be enclosed in <var></var>.
532  - It's very important that <br/> be self-closing!
533  - The strings "Tidy" and "HTML Tidy" are the program name and must not
534  be translated. */
535  TidyHideComments, 0,
536  "This option specifies if Tidy should print out comments. "
537  },
538  {/* Important notes for translators:
539  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
540  <br/>.
541  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
542  - Option values should be enclosed in <var></var>.
543  - It's very important that <br/> be self-closing!
544  - The strings "Tidy" and "HTML Tidy" are the program name and must not
545  be translated. */
546  TidyHtmlOut, 0,
547  "This option specifies if Tidy should generate pretty printed output, "
548  "writing it as HTML. "
549  },
550  {/* Important notes for translators:
551  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
552  <br/>.
553  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
554  - Option values should be enclosed in <var></var>.
555  - It's very important that <br/> be self-closing!
556  - The strings "Tidy" and "HTML Tidy" are the program name and must not
557  be translated. */
559  "This option specifies the character encoding Tidy uses for input. "
560  "Tidy makes certain assumptions about some of the input encodings. "
561  "<br/>"
562  "For <var>ascii</var>, Tidy will accept Latin-1 (ISO-8859-1) character "
563  "values and convert them to entities as necessary. "
564  "<br/>"
565  "For <var>raw</var>, Tidy will make no assumptions about the character "
566  "values and will pass them unchanged to output. "
567  "<br/>"
568  "For <var>mac</var> and <var>win1252</var>, vendor specific characters "
569  "values will be accepted and converted to entities as necessary. "
570  "<br/>"
571  "Asian encodings such as <var>iso2022</var> will be handled "
572  "appropriately assuming the corresponding <code>output-encoding</code> "
573  "is also specified. "
574  "<br/>"
575  "Tidy is not an encoding converter. Although the Latin and UTF "
576  "encodings can be mixed freely, it is not possible to convert Asian "
577  "encodings to Latin encodings with Tidy. "
578  },
579  {/* Important notes for translators:
580  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
581  <br/>.
582  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
583  - Option values should be enclosed in <var></var>.
584  - It's very important that <br/> be self-closing!
585  - The strings "Tidy" and "HTML Tidy" are the program name and must not
586  be translated. */
588  "This option specifies if Tidy should begin each attribute on a new line. "
589  },
590  {/* Important notes for translators:
591  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
592  <br/>.
593  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
594  - Option values should be enclosed in <var></var>.
595  - It's very important that <br/> be self-closing!
596  - The strings "Tidy" and "HTML Tidy" are the program name and must not
597  be translated. */
598  TidyIndentCdata, 0,
599  "This option specifies if Tidy should indent "
600  "<code>&lt;![CDATA[]]&gt;</code> sections. "
601  },
602  {/* Important notes for translators:
603  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
604  <br/>.
605  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
606  - Option values should be enclosed in <var></var>.
607  - It's very important that <br/> be self-closing!
608  - The strings "Tidy" and "HTML Tidy" are the program name and must not
609  be translated. */
611  "This option specifies if Tidy should indent block-level tags. "
612  "<br/>"
613  "If set to <var>auto</var> Tidy will decide whether or not to indent the "
614  "content of tags such as <code>&lt;title&gt;</code>, "
615  "<code>&lt;h1&gt;</code>-<code>&lt;h6&gt;</code>, <code>&lt;li&gt;</code>, "
616  "<code>&lt;td&gt;</code>, or <code>&lt;p&gt;</code> "
617  "based on the content including a block-level element. "
618  "<br/>"
619  "Setting <code>indent</code> to <var>yes</var> can expose layout bugs in "
620  "some browsers. "
621  "<br/>"
622  "Use the option <code>indent-spaces</code> to control the number of spaces "
623  "or tabs output per level of indent, and <code>indent-with-tabs</code> to "
624  "specify whether spaces or tabs are used. "
625  },
626  {/* Important notes for translators:
627  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
628  <br/>.
629  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
630  - Option values should be enclosed in <var></var>.
631  - It's very important that <br/> be self-closing!
632  - The strings "Tidy" and "HTML Tidy" are the program name and must not
633  be translated. */
634  TidyIndentSpaces, 0,
635  "This option specifies the number of spaces or tabs that Tidy uses to "
636  "indent content when <code>indent</code> is enabled. "
637  "<br/>"
638  "Note that the default value for this option is dependent upon the value of "
639  "<code>indent-with-tabs</code> (see also). "
640  },
641  {/* Important notes for translators:
642  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
643  <br/>.
644  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
645  - Option values should be enclosed in <var></var>.
646  - It's very important that <br/> be self-closing!
647  - The strings "Tidy" and "HTML Tidy" are the program name and must not
648  be translated. */
649  TidyInlineTags, 0,
650  "This option specifies new non-empty inline tags. This option takes a "
651  "space or comma separated list of tag names. "
652  "<br/>"
653  "Unless you declare new tags, Tidy will refuse to generate a tidied file if "
654  "the input includes previously unknown tags. "
655  "<br/>"
656  "This option is ignored in XML mode. "
657  },
658  {/* Important notes for translators:
659  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
660  <br/>.
661  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
662  - Option values should be enclosed in <var></var>.
663  - It's very important that <br/> be self-closing!
664  - The strings "Tidy" and "HTML Tidy" are the program name and must not
665  be translated. */
666  TidyJoinClasses, 0,
667  "This option specifies if Tidy should combine class names to generate "
668  "a single, new class name if multiple class assignments are detected on "
669  "an element. "
670  },
671  {/* Important notes for translators:
672  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
673  <br/>.
674  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
675  - Option values should be enclosed in <var></var>.
676  - It's very important that <br/> be self-closing!
677  - The strings "Tidy" and "HTML Tidy" are the program name and must not
678  be translated. */
679  TidyJoinStyles, 0,
680  "This option specifies if Tidy should combine styles to generate a single, "
681  "new style if multiple style values are detected on an element. "
682  },
683  {/* Important notes for translators:
684  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
685  <br/>.
686  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
687  - Option values should be enclosed in <var></var>.
688  - It's very important that <br/> be self-closing!
689  - The strings "Tidy" and "HTML Tidy" are the program name and must not
690  be translated. */
692  "This option specifies if Tidy should keep the original modification time "
693  "of files that Tidy modifies in place. "
694  "<br/>"
695  "Setting the option to <var>yes</var> allows you to tidy files without "
696  "changing the file modification date, which may be useful with certain "
697  "tools that use the modification date for things such as automatic server "
698  "deployment."
699  "<br/>"
700  "Note this feature is not supported on some platforms. "
701  },
702  {/* Important notes for translators:
703  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
704  <br/>.
705  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
706  - Option values should be enclosed in <var></var>.
707  - It's very important that <br/> be self-closing!
708  - The strings "Tidy" and "HTML Tidy" are the program name and must not
709  be translated. */
710  TidyKeepTabs, 0,
711  "With the default <var>no</var> Tidy will replace all source tabs with spaces, "
712  "controlled by the option <code>tab-size</code>, and the current line offset. "
713  "Of course, except in the special blocks/elements enumerated below, this will later "
714  "be reduced to just one space. "
715  "<br/>"
716  "If set <var>yes</var> this option specifies Tidy should keep certain tabs "
717  "found in the source, but only "
718  "in preformatted blocks like <code>&lt;pre&gt;</code>, and other CDATA elements like "
719  "<code>&lt;script&gt;</code>, <code>&lt;style&gt;</code>, and other pseudo elements like "
720  "<code>&lt;?php ... ?&gt;</code>. As always, all other tabs, or sequences of tabs, in "
721  "the source will continue to be replaced with a space. "
722  },
723  {/* Important notes for translators:
724  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
725  <br/>.
726  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
727  - Option values should be enclosed in <var></var>.
728  - It's very important that <br/> be self-closing!
729  - The strings "Tidy" and "HTML Tidy" are the program name and must not
730  be translated. */
732  "This option specifies how Tidy deals with whitespace characters within "
733  "attribute values. "
734  "<br/>"
735  "If the value is <var>no</var> Tidy normalizes attribute values by "
736  "replacing any newline or tab with a single space, and further by replacing "
737  "any contiguous whitespace with a single space. "
738  "<br/>"
739  "To force Tidy to preserve the original, literal values of all attributes "
740  "and ensure that whitespace within attribute values is passed "
741  "through unchanged, set this option to <var>yes</var>. "
742  },
743  {/* Important notes for translators:
744  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
745  <br/>.
746  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
747  - Option values should be enclosed in <var></var>.
748  - It's very important that <br/> be self-closing!
749  - The strings "Tidy" and "HTML Tidy" are the program name and must not
750  be translated. */
752  "This option specifies if Tidy should replace any occurrence of "
753  "<code>&lt;i&gt;</code> with <code>&lt;em&gt;</code> and any occurrence of "
754  "<code>&lt;b&gt;</code> with <code>&lt;strong&gt;</code>. Any attributes "
755  "are preserved unchanged. "
756  "<br/>"
757  "This option can be set independently of the <code>clean</code> option. "
758  },
759  {/* Important notes for translators:
760  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
761  <br/>.
762  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
763  - Option values should be enclosed in <var></var>.
764  - It's very important that <br/> be self-closing!
765  - The strings "Tidy" and "HTML Tidy" are the program name and must not
766  be translated. */
768  "This option specifies if Tidy should convert the value of an attribute "
769  "that takes a list of predefined values to lower case. "
770  "<br/>"
771  "This is required for XHTML documents. "
772  },
773  {/* Important notes for translators:
774  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
775  <br/>.
776  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
777  - Option values should be enclosed in <var></var>.
778  - It's very important that <br/> be self-closing!
779  - The strings "Tidy" and "HTML Tidy" are the program name and must not
780  be translated. */
781  TidyMakeBare, 0,
782  "This option specifies if Tidy should strip Microsoft specific HTML "
783  "from Word 2000 documents, and output spaces rather than non-breaking "
784  "spaces where they exist in the input. "
785  },
786  {/* Important notes for translators:
787  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
788  <br/>.
789  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
790  - Option values should be enclosed in <var></var>.
791  - It's very important that <br/> be self-closing!
792  - The strings "Tidy" and "HTML Tidy" are the program name and must not
793  be translated. */
794  TidyMakeClean, 0,
795  "This option specifies if Tidy should perform cleaning of some legacy "
796  "presentational tags (currently <code>&lt;i&gt;</code>, "
797  "<code>&lt;b&gt;</code>, <code>&lt;center&gt;</code> when enclosed "
798  "within appropriate inline tags, and <code>&lt;font&gt;</code>). If "
799  "set to <var>yes</var>, then the legacy tags will be replaced with CSS "
800  "<code>&lt;style&gt;</code> tags and structural markup as appropriate. "
801  },
802  {/* Important notes for translators:
803  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
804  <br/>.
805  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
806  - Option values should be enclosed in <var></var>.
807  - It's very important that <br/> be self-closing!
808  - The strings "Tidy" and "HTML Tidy" are the program name and must not
809  be translated. */
810  TidyMark, 0,
811  "This option specifies if Tidy should add a <code>meta</code> element to "
812  "the document head to indicate that the document has been tidied. "
813  "<br/>"
814  "Tidy won't add a meta element if one is already present. "
815  },
816  {/* Important notes for translators:
817  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
818  <br/>.
819  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
820  - Option values should be enclosed in <var></var>.
821  - It's very important that <br/> be self-closing!
822  - The strings "Tidy" and "HTML Tidy" are the program name and must not
823  be translated. */
824  TidyMergeDivs, 0,
825  "This option can be used to modify the behavior of <code>clean</code> when "
826  "set to <var>yes</var>."
827  "<br/>"
828  "This option specifies if Tidy should merge nested <code>&lt;div&gt;</code> "
829  "such as <code>&lt;div&gt;&lt;div&gt;...&lt;/div&gt;&lt;/div&gt;</code>. "
830  "<br/>"
831  "If set to <var>auto</var> the attributes of the inner "
832  "<code>&lt;div&gt;</code> are moved to the outer one. Nested "
833  "<code>&lt;div&gt;</code> with <code>id</code> attributes are <em>not</em> "
834  "merged. "
835  "<br/>"
836  "If set to <var>yes</var> the attributes of the inner "
837  "<code>&lt;div&gt;</code> are discarded with the exception of "
838  "<code>class</code> and <code>style</code>. "
839  },
840  {/* Important notes for translators:
841  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
842  <br/>.
843  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
844  - Option values should be enclosed in <var></var>.
845  - It's very important that <br/> be self-closing!
846  - The strings "Tidy" and "HTML Tidy" are the program name and must not
847  be translated. */
849  "This option specifies if Tidy should merge nested <code>&lt;b&gt;</code> "
850  "and <code>&lt;i&gt;</code> elements; for example, for the case "
851  "<br/>"
852  "<code>&lt;b class=\"rtop-2\"&gt;foo &lt;b class=\"r2-2\"&gt;bar&lt;/b&gt; baz&lt;/b&gt;</code>, "
853  "<br/>"
854  "Tidy will output <code>&lt;b class=\"rtop-2\"&gt;foo bar baz&lt;/b&gt;</code>. "
855  },
856  {/* Important notes for translators:
857  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
858  <br/>.
859  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
860  - Option values should be enclosed in <var></var>.
861  - It's very important that <br/> be self-closing!
862  - The strings "Tidy" and "HTML Tidy" are the program name and must not
863  be translated. */
864  TidyMergeSpans, 0,
865  "This option can be used to modify the behavior of <code>clean</code> when "
866  "set to <var>yes</var>."
867  "<br/>"
868  "This option specifies if Tidy should merge nested <code>&lt;span&gt;</code> "
869  "such as <code>&lt;span&gt;&lt;span&gt;...&lt;/span&gt;&lt;/span&gt;</code>. "
870  "<br/>"
871  "The algorithm is identical to the one used by <code>merge-divs</code>. "
872  },
873  {/* Important notes for translators:
874  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
875  <br/>.
876  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
877  - Option values should be enclosed in <var></var>.
878  - It's very important that <br/> be self-closing!
879  - The strings "Tidy" and "HTML Tidy" are the program name and must not
880  be translated. */
881  TidyNCR, 0,
882  "This option specifies if Tidy should allow numeric character references. "
883  },
884  {/* Important notes for translators:
885  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
886  <br/>.
887  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
888  - Option values should be enclosed in <var></var>.
889  - It's very important that <br/> be self-closing!
890  - The strings "Tidy" and "HTML Tidy" are the program name and must not
891  be translated. */
892  TidyNewline, 0,
893  "The default is appropriate to the current platform. "
894  "<br/>"
895  "Genrally <var>CRLF</var> on PC-DOS, Windows and OS/2; <var>CR</var> "
896  "on Classic Mac OS; and <var>LF</var> everywhere else (Linux, macOS, "
897  "and Unix). "
898  },
899  {/* Important notes for translators:
900  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
901  <br/>.
902  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
903  - Option values should be enclosed in <var></var>.
904  - It's very important that <br/> be self-closing!
905  - The strings "Tidy" and "HTML Tidy" are the program name and must not
906  be translated. */
907  TidyNumEntities, 0,
908  "This option specifies if Tidy should output entities other than the "
909  "built-in HTML entities (<code>&amp;amp;</code>, <code>&amp;lt;</code>, "
910  "<code>&amp;gt;</code>, and <code>&amp;quot;</code>) in the numeric rather "
911  "than the named entity form. "
912  "<br/>"
913  "Only entities compatible with the DOCTYPE declaration generated are used. "
914  "<br/>"
915  "Entities that can be represented in the output encoding are translated "
916  "correspondingly. "
917  },
918  {/* Important notes for translators:
919  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
920  <br/>.
921  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
922  - Option values should be enclosed in <var></var>.
923  - It's very important that <br/> be self-closing!
924  - The strings "Tidy" and "HTML Tidy" are the program name and must not
925  be translated. */
927  "This option specifies if Tidy should omit optional start tags and end tags "
928  "when generating output. "
929  "<br/>"
930  "Setting this option causes all tags for the <code>&lt;html&gt;</code>, "
931  "<code>&lt;head&gt;</code>, and <code>&lt;body&gt;</code> elements to be "
932  "omitted from output, as well as such end tags as <code>&lt;/p&gt;</code>, "
933  "<code>&lt;/li&gt;</code>, <code>&lt;/dt&gt;</code>, "
934  "<code>&lt;/dd&gt;</code>, <code>&lt;/option&gt;</code>, "
935  "<code>&lt;/tr&gt;</code>, <code>&lt;/td&gt;</code>, and "
936  "<code>&lt;/th&gt;</code>. "
937  "<br/>"
938  "This option is ignored for XML output. "
939  },
940  {/* Important notes for translators:
941  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
942  <br/>.
943  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
944  - Option values should be enclosed in <var></var>.
945  - It's very important that <br/> be self-closing!
946  - The strings "Tidy" and "HTML Tidy" are the program name and must not
947  be translated. */
949  "This option specifies the character encoding Tidy uses for "
950  "output. Some of the output encodings affect whether or not "
951  "some characters are translated to entities, although in all "
952  "cases, some entities will be written according to other Tidy "
953  "configuration options. "
954  "<br/>"
955  "For <var>ascii</var>, <var>mac</var>, and <var>win1252</var> "
956  "output encodings, entities will be used for all characters "
957  "with values over 127. "
958  "<br/>"
959  "For <var>raw</var> output, Tidy will write values above 127 "
960  "without translating them to entities. "
961  "<br/>"
962  "Output using <var>latin1</var> will cause Tidy to write "
963  "character values higher than 255 as entities. "
964  "<br/>"
965  "The UTF family such as <var>utf8</var> will write output "
966  "in the respective UTF encoding. "
967  "<br/>"
968  "Asian output encodings such as <var>iso2022</var> will write "
969  "output in the specified encoding, assuming a corresponding "
970  "<code>input-encoding</code> was specified. "
971  "<br/>"
972  "Tidy is not an encoding converter. Although the Latin and UTF "
973  "encodings can be mixed freely, it is not possible to convert Asian "
974  "encodings to Latin encodings with Tidy. "
975  },
976  {/* Important notes for translators:
977  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
978  <br/>.
979  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
980  - Option values should be enclosed in <var></var>.
981  - It's very important that <br/> be self-closing!
982  - The strings "Tidy" and "HTML Tidy" are the program name and must not
983  be translated. */
984  TidyOutFile, 0,
985  "This option specifies the output file Tidy uses for markup. Normally "
986  "markup is written to <code>stdout</code>. "
987  },
988  {/* Important notes for translators:
989  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
990  <br/>.
991  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
992  - Option values should be enclosed in <var></var>.
993  - It's very important that <br/> be self-closing!
994  - The strings "Tidy" and "HTML Tidy" are the program name and must not
995  be translated. */
996  TidyOutputBOM, 0,
997  "This option specifies if Tidy should write a Unicode Byte Order Mark "
998  "character (BOM; also known as Zero Width No-Break Space; has value of "
999  "U+FEFF) to the beginning of the output, and only applies to UTF-8 and "
1000  "UTF-16 output encodings. "
1001  "<br/>"
1002  "If set to <var>auto</var> this option causes Tidy to write a BOM to "
1003  "the output only if a BOM was present at the beginning of the input. "
1004  "<br/>"
1005  "A BOM is always written for XML/XHTML output using UTF-16 output "
1006  "encodings. "
1007  },
1008  {/* Important notes for translators:
1009  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1010  <br/>.
1011  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1012  - Option values should be enclosed in <var></var>.
1013  - It's very important that <br/> be self-closing!
1014  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1015  be translated. */
1016  TidyPPrintTabs, 0,
1017  "This option specifies if Tidy should indent with tabs instead of spaces, "
1018  "assuming <code>indent</code> is <var>yes</var>. "
1019  "<br/>"
1020  "Set it to <var>yes</var> to indent using tabs instead of the default "
1021  "spaces. "
1022  "<br/>"
1023  "Use the option <code>indent-spaces</code> to control the number of tabs "
1024  "output per level of indent. Note that when <code>indent-with-tabs</code> "
1025  "is enabled the default value of <code>indent-spaces</code> is reset to "
1026  "<var>1</var>. "
1027  "<br/>"
1028  "Note <code>tab-size</code> controls converting input tabs to spaces. Set "
1029  "it to zero to retain input tabs. "
1030  },
1031  {/* Important notes for translators:
1032  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1033  <br/>.
1034  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1035  - Option values should be enclosed in <var></var>.
1036  - It's very important that <br/> be self-closing!
1037  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1038  be translated. */
1040  "This option specifies if Tidy should preserve well-formed entities "
1041  "as found in the input. "
1042  },
1043  {/* Important notes for translators:
1044  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1045  <br/>.
1046  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1047  - Option values should be enclosed in <var></var>.
1048  - It's very important that <br/> be self-closing!
1049  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1050  be translated. */
1051  TidyPreTags, 0,
1052  "This option specifies new tags that are to be processed in exactly the "
1053  "same way as HTML's <code>&lt;pre&gt;</code> element. This option takes a "
1054  "space or comma separated list of tag names. "
1055  "<br/>"
1056  "Unless you declare new tags, Tidy will refuse to generate a tidied file if "
1057  "the input includes previously unknown tags. "
1058  "<br/>"
1059  "Note you cannot as yet add new CDATA elements. "
1060  "<br/>"
1061  "This option is ignored in XML mode. "
1062  },
1063  {/* Important notes for translators:
1064  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1065  <br/>.
1066  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1067  - Option values should be enclosed in <var></var>.
1068  - It's very important that <br/> be self-closing!
1069  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1070  be translated. */
1072  "This option allows prioritizing the writing of attributes in tidied "
1073  "documents, allowing them to written before the other attributes of an "
1074  "element. For example, you might specify that <strong>id</strong> and "
1075  "<strong>name</strong> are written before every other attribute. "
1076  "<br/>"
1077  "This option takes a space or comma separated list of attribute names. "
1078  },
1079  {/* Important notes for translators:
1080  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1081  <br/>.
1082  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1083  - Option values should be enclosed in <var></var>.
1084  - It's very important that <br/> be self-closing!
1085  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1086  be translated. */
1087  TidyPunctWrap, 0,
1088  "This option specifies if Tidy should line wrap after some Unicode or "
1089  "Chinese punctuation characters. "
1090  },
1091  {/* Important notes for translators:
1092  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1093  <br/>.
1094  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1095  - Option values should be enclosed in <var></var>.
1096  - It's very important that <br/> be self-closing!
1097  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1098  be translated. */
1099  TidyQuiet, 0,
1100  "When enabled, this option limits Tidy's non-document output to report "
1101  "only document warnings and errors. "
1102  },
1103  {/* Important notes for translators:
1104  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1105  <br/>.
1106  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1107  - Option values should be enclosed in <var></var>.
1108  - It's very important that <br/> be self-closing!
1109  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1110  be translated. */
1111  TidyQuoteAmpersand, 0,
1112  "This option specifies if Tidy should output unadorned <code>&amp;</code> "
1113  "characters as <code>&amp;amp;</code>. "
1114  },
1115  {/* Important notes for translators:
1116  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1117  <br/>.
1118  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1119  - Option values should be enclosed in <var></var>.
1120  - It's very important that <br/> be self-closing!
1121  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1122  be translated. */
1123  TidyQuoteMarks, 0,
1124  "This option specifies if Tidy should output <code>&quot;</code> characters "
1125  "as <code>&amp;quot;</code> as is preferred by some editing environments. "
1126  "<br/>"
1127  "The apostrophe character <code>'</code> is written out as "
1128  "<code>&amp;#39;</code> since many web browsers don't yet support "
1129  "<code>&amp;apos;</code>. "
1130  },
1131  {/* Important notes for translators:
1132  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1133  <br/>.
1134  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1135  - Option values should be enclosed in <var></var>.
1136  - It's very important that <br/> be self-closing!
1137  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1138  be translated. */
1139  TidyQuoteNbsp, 0,
1140  "This option specifies if Tidy should output non-breaking space characters "
1141  "as entities, rather than as the Unicode character value 160 (decimal). "
1142  },
1143  {/* Important notes for translators:
1144  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1145  <br/>.
1146  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1147  - Option values should be enclosed in <var></var>.
1148  - It's very important that <br/> be self-closing!
1149  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1150  be translated. */
1151  TidyReplaceColor, 0,
1152  "This option specifies if Tidy should replace numeric values in color "
1153  "attributes with HTML/XHTML color names where defined, e.g. replace "
1154  "<code>#ffffff</code> with <code>white</code>. "
1155  },
1156  {/* Important notes for translators:
1157  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1158  <br/>.
1159  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1160  - Option values should be enclosed in <var></var>.
1161  - It's very important that <br/> be self-closing!
1162  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1163  be translated. */
1164  TidyShowErrors, 0,
1165  "This option specifies the number Tidy uses to determine if further errors "
1166  "should be shown. If set to <var>0</var>, then no errors are shown. "
1167  },
1168  {/* Important notes for translators:
1169  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1170  <br/>.
1171  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1172  - Option values should be enclosed in <var></var>.
1173  - It's very important that <br/> be self-closing!
1174  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1175  be translated. */
1176  TidyShowInfo, 0,
1177  "This option specifies if Tidy should display info-level messages. "
1178  },
1179  {/* Important notes for translators:
1180  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1181  <br/>.
1182  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1183  - Option values should be enclosed in <var></var>.
1184  - It's very important that <br/> be self-closing!
1185  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1186  be translated. */
1187  TidyShowMarkup, 0,
1188  "This option specifies if Tidy should generate a pretty printed version "
1189  "of the markup. Note that Tidy won't generate a pretty printed version if "
1190  "it finds significant errors (see <code>force-output</code>). "
1191  },
1192  {/* Important notes for translators:
1193  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1194  <br/>.
1195  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1196  - Option values should be enclosed in <var></var>.
1197  - It's very important that <br/> be self-closing!
1198  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1199  be translated. */
1200  TidyShowWarnings, 0,
1201  "This option specifies if Tidy should suppress warnings. This can be "
1202  "useful when a few errors are hidden in a flurry of warnings. "
1203  },
1204  {/* Important notes for translators:
1205  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1206  <br/>.
1207  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1208  - Option values should be enclosed in <var></var>.
1209  - It's very important that <br/> be self-closing!
1210  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1211  be translated. */
1212  TidySkipNested, 0,
1213  "This option specifies that Tidy should skip nested tags when parsing "
1214  "script and style data. "
1215  },
1216  {/* Important notes for translators:
1217  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1218  <br/>.
1219  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1220  - Option values should be enclosed in <var></var>.
1221  - It's very important that <br/> be self-closing!
1222  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1223  be translated. */
1224  TidySortAttributes, 0,
1225  "This option specifies that Tidy should sort attributes within an element "
1226  "using the specified sort algorithm. If set to <var>alpha</var>, the "
1227  "algorithm is an ascending alphabetic sort. "
1228  "<br/>"
1229  "When used while sorting with <code>priority-attributes</code>, any "
1230  "attribute sorting will take place after the priority attributes have "
1231  "been output. "
1232  },
1233  {/* Important notes for translators:
1234  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1235  <br/>.
1236  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1237  - Option values should be enclosed in <var></var>.
1238  - It's very important that <br/> be self-closing!
1239  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1240  be translated. */
1241  TidyMuteReports, 0,
1242  "Use this option to prevent Tidy from displaying certain types of "
1243  "report output, for example, for conditions that you wish to ignore. "
1244  "<br/>"
1245  "This option takes a list of one or more keys indicating the message "
1246  "type to mute. You can discover these message keys by using the "
1247  "<code>mute-id</code> configuration option and examining Tidy's "
1248  "output. "
1249  },
1250  {/* Important notes for translators:
1251  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1252  <br/>.
1253  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1254  - Option values should be enclosed in <var></var>.
1255  - It's very important that <br/> be self-closing!
1256  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1257  be translated. */
1258  TidyMuteShow, 0,
1259  "This option indicates whether or not Tidy should display message ID's "
1260  "with each of its error reports. This could be useful if you wanted to "
1261  "use the <code>mute</code> configuration option in order to filter "
1262  "out certain report messages. "
1263  },
1264  {/* Important notes for translators:
1265  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1266  <br/>.
1267  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1268  - Option values should be enclosed in <var></var>.
1269  - It's very important that <br/> be self-closing!
1270  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1271  be translated. */
1272  TidyStrictTagsAttr, 0,
1273  "This options ensures that tags and attributes are applicable for the "
1274  "version of HTML that Tidy outputs. When set to <var>yes</var> and the "
1275  "output document type is a strict doctype, then Tidy will report "
1276  "errors. If the output document type is a loose or transitional "
1277  "doctype, then Tidy will report warnings. "
1278  "<br/>"
1279  "Additionally if <code>drop-proprietary-attributes</code> is enabled, "
1280  "then not applicable attributes will be dropped, too. "
1281  "<br/>"
1282  "When set to <var>no</var>, these checks are not performed. "
1283  },
1284  {/* Important notes for translators:
1285  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1286  <br/>.
1287  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1288  - Option values should be enclosed in <var></var>.
1289  - It's very important that <br/> be self-closing!
1290  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1291  be translated. */
1292  TidyTabSize, 0,
1293  "This option specifies the number of columns that Tidy uses between "
1294  "successive tab stops. It is used to map tabs to spaces when reading the "
1295  "input. "
1296  },
1297  {/* Important notes for translators:
1298  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1299  <br/>.
1300  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1301  - Option values should be enclosed in <var></var>.
1302  - It's very important that <br/> be self-closing!
1303  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1304  be translated. */
1305  TidyUpperCaseAttrs, 0,
1306  "This option specifies if Tidy should output attribute names in upper "
1307  "case. "
1308  "<br/>"
1309  "When set to <var>no</var>, attribute names will be written in lower "
1310  "case. Specifying <var>yes</var> will output attribute names in upper "
1311  "case, and <var>preserve</var> can used to leave attribute names "
1312  "untouched. "
1313  "<br/>"
1314  "When using XML input, the original case is always preserved. "
1315  },
1316  {/* Important notes for translators:
1317  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1318  <br/>.
1319  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1320  - Option values should be enclosed in <var></var>.
1321  - It's very important that <br/> be self-closing!
1322  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1323  be translated. */
1324  TidyUpperCaseTags, 0,
1325  "This option specifies if Tidy should output tag names in upper case. "
1326  "<br/>"
1327  "The default is <var>no</var> which results in lower case tag names, "
1328  "except for XML input where the original case is preserved. "
1329  },
1330  {/* Important notes for translators:
1331  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1332  <br/>.
1333  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1334  - Option values should be enclosed in <var></var>.
1335  - It's very important that <br/> be self-closing!
1336  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1337  be translated. */
1338  TidyUseCustomTags, 0,
1339  "This option enables the use of tags for autonomous custom elements, "
1340  "e.g. <code>&lt;flag-icon&gt;</code> with Tidy. Custom tags are "
1341  "disabled if this value is <var>no</var>. Other settings - "
1342  "<var>blocklevel</var>, <var>empty</var>, <var>inline</var>, and "
1343  "<var>pre</var> will treat <em>all</em> detected custom tags "
1344  "accordingly. "
1345  "<br/>"
1346  "The use of <code>new-blocklevel-tags</code>, "
1347  "<code>new-empty-tags</code>, <code>new-inline-tags</code>, or "
1348  "<code>new-pre-tags</code> will override the treatment of custom tags "
1349  "by this configuration option. This may be useful if you have "
1350  "different types of custom tags."
1351  "<br/>"
1352  "When enabled these tags are determined during the processing of your "
1353  "document using opening tags; matching closing tags will be recognized "
1354  "accordingly, and unknown closing tags will be discarded. "
1355  },
1356  {/* Important notes for translators:
1357  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1358  <br/>.
1359  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1360  - Option values should be enclosed in <var></var>.
1361  - It's very important that <br/> be self-closing!
1362  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1363  be translated. */
1364  TidyVertSpace, 0,
1365  "This option specifies if Tidy should add some extra empty lines for "
1366  "readability. "
1367  "<br/>"
1368  "The default is <var>no</var>. "
1369  "<br/>"
1370  "If set to <var>auto</var> Tidy will eliminate nearly all newline "
1371  "characters."
1372  },
1373  {/* Important notes for translators:
1374  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1375  <br/>.
1376  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1377  - Option values should be enclosed in <var></var>.
1378  - It's very important that <br/> be self-closing!
1379  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1380  be translated. */
1381  TidyWarnPropAttrs, 0,
1382  "This option specifies if Tidy should warn on proprietary attributes."
1383  },
1384  {/* Important notes for translators:
1385  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1386  <br/>.
1387  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1388  - Option values should be enclosed in <var></var>.
1389  - It's very important that <br/> be self-closing!
1390  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1391  be translated. */
1392  TidyWord2000, 0,
1393  "This option specifies if Tidy should go to great pains to strip out "
1394  "all the surplus stuff Microsoft Word 2000 inserts when you save Word "
1395  "documents as \"Web pages\". It doesn't handle embedded images or VML. "
1396  "<br/>"
1397  "You should consider saving using Word's <strong>Save As...</strong>, "
1398  "and choosing <strong>Web Page, Filtered</strong>. "
1399  },
1400  {/* Important notes for translators:
1401  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1402  <br/>.
1403  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1404  - Option values should be enclosed in <var></var>.
1405  - It's very important that <br/> be self-closing!
1406  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1407  be translated. */
1408  TidyWrapAsp, 0,
1409  "This option specifies if Tidy should line wrap text contained within ASP "
1410  "pseudo elements, which look like: <code>&lt;% ... %&gt;</code>. "
1411  },
1412  {/* Important notes for translators:
1413  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1414  <br/>.
1415  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1416  - Option values should be enclosed in <var></var>.
1417  - It's very important that <br/> be self-closing!
1418  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1419  be translated. */
1420  TidyWrapAttVals, 0,
1421  "This option specifies if Tidy should line-wrap attribute values, meaning "
1422  "that if the value of an attribute causes a line to exceed the width "
1423  "specified by <code>wrap</code>, Tidy will add one or more line breaks to "
1424  "the value, causing it to be wrapped into multiple lines. "
1425  "<br/>"
1426  "Note that this option can be set independently of "
1427  "<code>wrap-script-literals</code>. "
1428  "By default Tidy replaces any newline or tab with a single space and "
1429  "replaces any sequences of whitespace with a single space. "
1430  "<br/>"
1431  "To force Tidy to preserve the original, literal values of all attributes, "
1432  "and ensure that whitespace characters within attribute values are passed "
1433  "through unchanged, set <code>literal-attributes</code> to "
1434  "<var>yes</var>. "
1435  },
1436  {/* Important notes for translators:
1437  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1438  <br/>.
1439  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1440  - Option values should be enclosed in <var></var>.
1441  - It's very important that <br/> be self-closing!
1442  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1443  be translated. */
1444  TidyWrapJste, 0,
1445  "This option specifies if Tidy should line wrap text contained within "
1446  "JSTE pseudo elements, which look like: <code>&lt;# ... #&gt;</code>. "
1447  },
1448  {/* Important notes for translators:
1449  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1450  <br/>.
1451  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1452  - Option values should be enclosed in <var></var>.
1453  - It's very important that <br/> be self-closing!
1454  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1455  be translated. */
1456  TidyWrapLen, 0,
1457  "This option specifies the right margin Tidy uses for line wrapping. "
1458  "<br/>"
1459  "Tidy tries to wrap lines so that they do not exceed this length. "
1460  "<br/>"
1461  "Set <code>wrap</code> to <var>0</var> (zero) if you want to disable "
1462  "line wrapping. "
1463  },
1464  {/* Important notes for translators:
1465  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1466  <br/>.
1467  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1468  - Option values should be enclosed in <var></var>.
1469  - It's very important that <br/> be self-closing!
1470  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1471  be translated. */
1472  TidyWrapPhp, 0,
1473  "This option specifies if Tidy should line wrap text contained within PHP "
1474  "pseudo elements, which look like: <code>&lt;?php ... ?&gt;</code>. "
1475  },
1476  {/* Important notes for translators:
1477  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1478  <br/>.
1479  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1480  - Option values should be enclosed in <var></var>.
1481  - It's very important that <br/> be self-closing!
1482  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1483  be translated. */
1484  TidyWrapScriptlets, 0,
1485  "This option specifies if Tidy should line wrap string literals that "
1486  "appear in script attributes. "
1487  "<br/>"
1488  "Tidy wraps long script string literals by inserting a backslash character "
1489  "before the line break. "
1490  },
1491  {/* Important notes for translators:
1492  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1493  <br/>.
1494  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1495  - Option values should be enclosed in <var></var>.
1496  - It's very important that <br/> be self-closing!
1497  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1498  be translated. */
1499  TidyWrapSection, 0,
1500  "This option specifies if Tidy should line wrap text contained within "
1501  "<code>&lt;![ ... ]&gt;</code> section tags. "
1502  },
1503  {/* Important notes for translators:
1504  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1505  <br/>.
1506  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1507  - Option values should be enclosed in <var></var>.
1508  - It's very important that <br/> be self-closing!
1509  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1510  be translated. */
1511  TidyWriteBack, 0,
1512  "This option specifies if Tidy should write back the tidied markup to the "
1513  "same file it read from. "
1514  "<br/>"
1515  "You are advised to keep copies of important files before tidying them, as "
1516  "on rare occasions the result may not be what you expect. "
1517  },
1518  {/* Important notes for translators:
1519  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1520  <br/>.
1521  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1522  - Option values should be enclosed in <var></var>.
1523  - It's very important that <br/> be self-closing!
1524  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1525  be translated. */
1526  TidyXhtmlOut, 0,
1527  "This option specifies if Tidy should generate pretty printed output, "
1528  "writing it as extensible HTML. "
1529  "<br/>"
1530  "This option causes Tidy to set the DOCTYPE and default namespace as "
1531  "appropriate to XHTML, and will use the corrected value in output "
1532  "regardless of other sources. "
1533  "<br/>"
1534  "For XHTML, entities can be written as named or numeric entities according "
1535  "to the setting of <code>numeric-entities</code>. "
1536  "<br/>"
1537  "The original case of tags and attributes will be preserved, regardless of "
1538  "other options. "
1539  },
1540  {/* Important notes for translators:
1541  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1542  <br/>.
1543  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1544  - Option values should be enclosed in <var></var>.
1545  - It's very important that <br/> be self-closing!
1546  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1547  be translated. */
1548  TidyXmlDecl, 0,
1549  "This option specifies if Tidy should add the XML declaration when "
1550  "outputting XML or XHTML. "
1551  "<br/>"
1552  "Note that if the input already includes an <code>&lt;?xml ... ?&gt;</code> "
1553  "declaration then this option will be ignored. "
1554  "<br/>"
1555  "If the encoding for the output is different from <var>ascii</var>, one "
1556  "of the <var>utf*</var> encodings, or <var>raw</var>, then the "
1557  "declaration is always added as required by the XML standard. "
1558  },
1559  {/* Important notes for translators:
1560  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1561  <br/>.
1562  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1563  - Option values should be enclosed in <var></var>.
1564  - It's very important that <br/> be self-closing!
1565  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1566  be translated. */
1567  TidyXmlOut, 0,
1568  "This option specifies if Tidy should pretty print output, writing it as "
1569  "well-formed XML. "
1570  "<br/>"
1571  "Any entities not defined in XML 1.0 will be written as numeric entities to "
1572  "allow them to be parsed by an XML parser. "
1573  "<br/>"
1574  "The original case of tags and attributes will be preserved, regardless of "
1575  "other options. "
1576  },
1577  {/* Important notes for translators:
1578  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1579  <br/>.
1580  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1581  - Option values should be enclosed in <var></var>.
1582  - It's very important that <br/> be self-closing!
1583  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1584  be translated. */
1585  TidyXmlPIs, 0,
1586  "This option specifies if Tidy should change the parsing of processing "
1587  "instructions to require <code>?&gt;</code> as the terminator rather than "
1588  "<code>&gt;</code>. "
1589  "<br/>"
1590  "This option is automatically set if the input is in XML. "
1591  },
1592  {/* Important notes for translators:
1593  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1594  <br/>.
1595  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1596  - Option values should be enclosed in <var></var>.
1597  - It's very important that <br/> be self-closing!
1598  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1599  be translated. */
1600  TidyXmlSpace, 0,
1601  "This option specifies if Tidy should add "
1602  "<code>xml:space=\"preserve\"</code> to elements such as "
1603  "<code>&lt;pre&gt;</code>, <code>&lt;style&gt;</code> and "
1604  "<code>&lt;script&gt;</code> when generating XML. "
1605  "<br/>"
1606  "This is needed if the whitespace in such elements is to "
1607  "be parsed appropriately without having access to the DTD. "
1608  },
1609  {/* Important notes for translators:
1610  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1611  <br/>.
1612  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1613  - Option values should be enclosed in <var></var>.
1614  - It's very important that <br/> be self-closing!
1615  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1616  be translated. */
1617  TidyXmlTags, 0,
1618  "This option specifies if Tidy should use the XML parser rather than the "
1619  "error correcting HTML parser. "
1620  },
1621  {/* Important notes for translators:
1622  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1623  <br/>.
1624  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1625  - Option values should be enclosed in <var></var>.
1626  - It's very important that <br/> be self-closing!
1627  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1628  be translated. */
1629  TidyMetaCharset, 0,
1630  "This option, when enabled, adds a <code>&lt;meta&gt;</code> element "
1631  "and sets the <code>charset</code> attribute to the encoding of the "
1632  "document. Set this option to <var>yes</var> to enable it. "
1633  },
1634  {/* Important notes for translators:
1635  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1636  <br/>.
1637  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1638  - Option values should be enclosed in <var></var>.
1639  - It's very important that <br/> be self-closing!
1640  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1641  be translated. */
1642  TidyShowMetaChange, 0,
1643  "This option enables a message whenever Tidy changes the "
1644  "<code>content</code> attribute of a meta charset declaration to match "
1645  "the encoding of the document. Set this option to <var>yes</var> to "
1646  "enable it. "
1647  },
1648  {/* Important notes for translators:
1649  - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
1650  <br/>.
1651  - Entities, tags, attributes, etc., should be enclosed in <code></code>.
1652  - Option values should be enclosed in <var></var>.
1653  - It's very important that <br/> be self-closing!
1654  - The strings "Tidy" and "HTML Tidy" are the program name and must not
1655  be translated. */
1656  TidyStyleTags, 0,
1657  "This option specifies if Tidy should move all style tags to the "
1658  "head of the document. "
1659  },
1660 
1661 
1662  /********************************************
1663  ** Message Severity Level
1664  ** @remark enum source TidyConfigCategory
1665  ********************************************/
1666  { TidyInfo, 0, "Info: " },
1667  { TidyWarning, 0, "Warning: " },
1668  { TidyConfig, 0, "Config: " },
1669  { TidyAccess, 0, "Access: " },
1670  { TidyError, 0, "Error: " },
1671  { TidyBadDocument, 0, "Document: " },
1672  { TidyFatal, 0, "Panic: " },
1673  { TidyDialogueSummary, 0, "Summary: " },
1674  { TidyDialogueInfo, 0, "Information: " },
1675  { TidyDialogueFootnote, 0, "Footnote: " },
1676 
1677 
1678  /********************************************
1679  ** Miscellaneous Strings
1680  ** @remark enum source TidyStrings
1681  ** @remark enum generator FOREACH_MSG_MISC
1682  ********************************************/
1683  { LINE_COLUMN_STRING, 0, "line %d column %d - " },
1684  {/* For example, "discarding invalid UTF-16 surrogate pair" */
1685  STRING_DISCARDING, 0, "discarding"
1686  },
1687  { STRING_ERROR_COUNT_ERROR, 0, "error" },
1688  { STRING_ERROR_COUNT_ERROR, 1, "errors" },
1689  { STRING_ERROR_COUNT_WARNING, 0, "warning" },
1690  { STRING_ERROR_COUNT_WARNING, 1, "warnings" },
1691  { STRING_HELLO_ACCESS, 0, "\nAccessibility Checks:\n" },
1692  {/* This is not a formal name and can be translated. */
1693  STRING_HTML_PROPRIETARY, 0, "HTML Proprietary"
1694  },
1695  { STRING_XML_DECLARATION, 0, "XML declaration" },
1696  { STRING_PLAIN_TEXT, 0, "plain text" },
1697  {/* For example, "replacing invalid UTF-8 bytes" */
1698  STRING_REPLACING, 0, "replacing"
1699  },
1700  {/* For example, "you should avoid using the specified encoding." */
1701  STRING_SPECIFIED, 0, "specified"
1702  },
1703  { TIDYCUSTOMNO_STRING, 0, "no" },
1704  { TIDYCUSTOMBLOCKLEVEL_STRING, 0, "block level" },
1705  { TIDYCUSTOMEMPTY_STRING, 0, "empty" },
1706  { TIDYCUSTOMINLINE_STRING, 0, "inline" },
1707  { TIDYCUSTOMPRE_STRING, 0, "pre" },
1708 
1709 
1710  /********************************************
1711  ** Footnote Strings
1712  ** @remark enum source TidyStrings
1713  ** @rename enum generator FOREACH_FOOTNOTE_MSG
1714  ********************************************/
1715  {/* This console output should be limited to 78 characters per line. */
1716  TEXT_HTML_T_ALGORITHM, 0,
1717  "\n"
1718  " - First, search left from the cell's position to find row header cells.\n"
1719  " - Then search upwards to find column header cells.\n"
1720  " - The search in a given direction stops when the edge of the table is\n"
1721  " reached or when a data cell is found after a header cell.\n"
1722  " - Row headers are inserted into the list in the order they appear in\n"
1723  " the table. \n"
1724  " - For left-to-right tables, headers are inserted from left to right.\n"
1725  " - Column headers are inserted after row headers, in \n"
1726  " the order they appear in the table, from top to bottom. \n"
1727  " - If a header cell has the headers attribute set, then the headers \n"
1728  " referenced by this attribute are inserted into the list and the \n"
1729  " search stops for the current direction.\n"
1730  " TD cells that set the axis attribute are also treated as header cells.\n"
1731  },
1732  {/* This console output should be limited to 78 characters per line.
1733  - %s represents a string-encoding name which may be localized in your language. */
1734  TEXT_VENDOR_CHARS, 0,
1735  "It is unlikely that vendor-specific, system-dependent encodings\n"
1736  "work widely enough on the World Wide Web; you should avoid using the \n"
1737  "%s character encoding, instead you are recommended to\n"
1738  "use named entities, e.g. &trade;.\n"
1739  },
1740  {/* This console output should be limited to 78 characters per line.
1741  - %s represents a string-encoding name which may be localized in your language.
1742  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
1743  TEXT_SGML_CHARS, 0,
1744  "Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML;\n"
1745  "even if they were, they would likely be unprintable control characters.\n"
1746  "Tidy assumed you wanted to refer to a character with the same byte value in the \n"
1747  "%s encoding and replaced that reference with the Unicode \n"
1748  "equivalent.\n"
1749  },
1750  {/* This console output should be limited to 78 characters per line. */
1751  TEXT_INVALID_UTF8, 0,
1752  "Character codes for UTF-8 must be in the range: U+0000 to U+10FFFF.\n"
1753  "The definition of UTF-8 in Annex D of ISO/IEC 10646-1:2000 also\n"
1754  "allows for the use of five- and six-byte sequences to encode\n"
1755  "characters that are outside the range of the Unicode character set;\n"
1756  "those five- and six-byte sequences are illegal for the use of\n"
1757  "UTF-8 as a transformation of Unicode characters. ISO/IEC 10646\n"
1758  "does not allow mapping of unpaired surrogates, nor U+FFFE and U+FFFF\n"
1759  "(but it does allow other noncharacters). For more information please refer to\n"
1760  "http://www.unicode.org/ and http://www.cl.cam.ac.uk/~mgk25/unicode.html\n"
1761  },
1762  {/* This console output should be limited to 78 characters per line. */
1763  TEXT_INVALID_UTF16, 0,
1764  "Character codes for UTF-16 must be in the range: U+0000 to U+10FFFF.\n"
1765  "The definition of UTF-16 in Annex C of ISO/IEC 10646-1:2000 does not allow the\n"
1766  "mapping of unpaired surrogates. For more information please refer to\n"
1767  "http://www.unicode.org/ and http://www.cl.cam.ac.uk/~mgk25/unicode.html\n"
1768  },
1769  {/* This console output should be limited to 78 characters per line.
1770  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
1771  TEXT_INVALID_URI, 0,
1772  "URIs must be properly escaped, they must not contain unescaped\n"
1773  "characters below U+0021 including the space character and not\n"
1774  "above U+007E. Tidy escapes the URI for you as recommended by\n"
1775  "HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents\n"
1776  "use another algorithm to escape such URIs and some server-sided\n"
1777  "scripts depend on that. If you want to depend on that, you must\n"
1778  "escape the URI on your own. For more information please refer to\n"
1779  "http://www.w3.org/International/O-URL-and-ident.html\n"
1780  },
1781  {/* This console output should be limited to 78 characters per line. */
1782  TEXT_BAD_FORM, 0,
1783  "You may need to move one or both of the <form> and </form>\n"
1784  "tags. HTML elements should be properly nested and form elements\n"
1785  "are no exception. For instance you should not place the <form>\n"
1786  "in one table cell and the </form> in another. If the <form> is\n"
1787  "placed before a table, the </form> cannot be placed inside the\n"
1788  "table! Note that one form can't be nested inside another!\n"
1789  },
1790  {/* This console output should be limited to 78 characters per line. */
1791  TEXT_BAD_MAIN, 0,
1792  "Only one <main> element is allowed in a document.\n"
1793  "Subsequent <main> elements have been discarded, which may\n"
1794  "render the document invalid.\n"
1795  },
1796  {/* This console output should be limited to 78 characters per line. */
1797  TEXT_M_SUMMARY, 0,
1798  "The table summary attribute should be used to describe\n"
1799  "the table structure. It is very helpful for people using\n"
1800  "non-visual browsers. The scope and headers attributes for\n"
1801  "table cells are useful for specifying which headers apply\n"
1802  "to each table cell, enabling non-visual browsers to provide\n"
1803  "a meaningful context for each cell.\n"
1804  },
1805  {/* This console output should be limited to 78 characters per line. */
1806  TEXT_M_IMAGE_ALT, 0,
1807  "The alt attribute should be used to give a short description\n"
1808  "of an image; longer descriptions should be given with the\n"
1809  "longdesc attribute which takes a URL linked to the description.\n"
1810  "These measures are needed for people using non-graphical browsers.\n"
1811  },
1812  {/* This console output should be limited to 78 characters per line. */
1813  TEXT_M_IMAGE_MAP, 0,
1814  "Use client-side image maps in preference to server-side image\n"
1815  "maps as the latter are inaccessible to people using non-\n"
1816  "graphical browsers. In addition, client-side maps are easier\n"
1817  "to set up and provide immediate feedback to users.\n"
1818  },
1819  {/* This console output should be limited to 78 characters per line. */
1820  TEXT_M_LINK_ALT, 0,
1821  "For hypertext links defined using a client-side image map, you\n"
1822  "need to use the alt attribute to provide a textual description\n"
1823  "of the link for people using non-graphical browsers.\n"
1824  },
1825  {/* This console output should be limited to 78 characters per line. */
1826  TEXT_USING_FRAMES, 0,
1827  "Pages designed using frames present problems for\n"
1828  "people who are either blind or using a browser that\n"
1829  "doesn't support frames. A frames-based page should always\n"
1830  "include an alternative layout inside a NOFRAMES element.\n"
1831  },
1832  {/* This console output should be limited to 78 characters per line. */
1833  FOOTNOTE_TRIM_EMPTY_ELEMENT, 0,
1834  "One or more empty elements were present in the source document but\n"
1835  "dropped on output. If these elements are necessary or you don't want\n"
1836  "this behavior, then consider setting the option \"drop-empty-elements\"\n"
1837  "to no.\n"
1838  },
1839  {/* This console output should be limited to 78 characters per line.
1840  - The URL should not be translated unless you find a matching URL in your language. */
1841  TEXT_ACCESS_ADVICE1, 0,
1842  "For further advice on how to make your pages accessible\n"
1843  "see http://www.w3.org/WAI/GL."
1844  },
1845  {/* This console output should be limited to 78 characters per line.
1846  - The URL should not be translated unless you find a matching URL in your language. */
1847  TEXT_ACCESS_ADVICE2, 0,
1848  "For further advice on how to make your pages accessible\n"
1849  "see http://www.w3.org/WAI/GL and http://www.html-tidy.org/accessibility/."
1850  },
1851  {/* This console output should be limited to 78 characters per line. */
1852  TEXT_USING_LAYER, 0,
1853  "The Cascading Style Sheets (CSS) Positioning mechanism\n"
1854  "is recommended in preference to the proprietary <LAYER>\n"
1855  "element due to limited vendor support for LAYER.\n"
1856  },
1857  {/* This console output should be limited to 78 characters per line. */
1858  TEXT_USING_SPACER, 0,
1859  "You are recommended to use CSS for controlling white\n"
1860  "space (e.g. for indentation, margins and line spacing).\n"
1861  "The proprietary <SPACER> element has limited vendor support.\n"
1862  },
1863  {/* This console output should be limited to 78 characters per line. */
1864  TEXT_USING_FONT, 0,
1865  "You are recommended to use CSS to specify the font and\n"
1866  "properties such as its size and color. This will reduce\n"
1867  "the size of HTML files and make them easier to maintain\n"
1868  "compared with using <FONT> elements.\n"
1869  },
1870  {/* This console output should be limited to 78 characters per line. */
1871  TEXT_USING_NOBR, 0,
1872  "You are recommended to use CSS to control line wrapping.\n"
1873  "Use \"white-space: nowrap\" to inhibit wrapping in place\n"
1874  "of inserting <NOBR>...</NOBR> into the markup.\n"
1875  },
1876  {/* This console output should be limited to 78 characters per line. */
1877  TEXT_USING_BODY, 0,
1878  "You are recommended to use CSS to specify page and link colors"
1879  },
1880 
1881  /********************************************
1882  ** Miscellaneous Dialogue Strings
1883  ** @remark enum source TidyStrings
1884  ** @rename enum generator FOREACH_DIALOG_MSG
1885  ********************************************/
1886  { STRING_CONTENT_LOOKS, 0, "Document content looks like %s" },
1887  { STRING_DOCTYPE_GIVEN, 0, "Doctype given is \"%s\"" },
1888  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
1889  STRING_ERROR_COUNT, 0, "Tidy found %u %s and %u %s!\n"
1890  },
1891  {/* This console output should be limited to 78 characters per line.
1892  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
1894  "This document has errors that must be fixed before\n"
1895  "using HTML Tidy to generate a tidied up version.\n"
1896  },
1897  { STRING_NO_ERRORS, 0, "No warnings or errors were found.\n" },
1898  { STRING_NO_SYSID, 0, "No system identifier in emitted doctype" },
1899  { STRING_NOT_ALL_SHOWN, 0, "Tidy found %u %s and %u %s! Not all warnings/errors were shown.\n" },
1900  {/* This console output should be limited to 78 characters per line.
1901  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
1902  TEXT_GENERAL_INFO, 0,
1903  "About HTML Tidy: https://github.com/htacg/tidy-html5\n"
1904  "Bug reports and comments: https://github.com/htacg/tidy-html5/issues\n"
1905  "Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/\n"
1906  "Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n"
1907  "Validate your HTML documents: http://validator.w3.org/nu/\n"
1908  "Lobby your company to join the W3C: http://www.w3.org/Consortium\n"
1909  },
1910  {/* This console output should be limited to 78 characters per line.
1911  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
1912  - Don't terminate the last line with a newline. */
1914  "Do you speak a language other than English, or a different variant of \n"
1915  "English? Consider helping us to localize HTML Tidy. For details please see \n"
1916  "https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md"
1917  },
1918 
1919 
1920  /********************************************
1921  ** Report Output
1922  ** @remark enum source TidyStrings
1923  ** @rename enum generator FOREACH_REPORT_MSG
1924  ********************************************/
1925  { ADDED_MISSING_CHARSET, 0, "Added appropriate missing <meta charset=...> to %s" },
1926  { ANCHOR_NOT_UNIQUE, 0, "%s anchor \"%s\" already defined" },
1927  { APOS_UNDEFINED, 0, "named entity &apos; only defined in XML/XHTML" },
1928  { ATTR_VALUE_NOT_LCASE, 0, "%s attribute value \"%s\" must be lower case for XHTML" },
1929  { ATTRIBUTE_IS_NOT_ALLOWED, 0, "%s attribute \"is\" not allowed for autonomous custom tags." },
1930  { ATTRIBUTE_VALUE_REPLACED, 0, "%s attribute \"%s\", incorrect value \"%s\" replaced" },
1931  { BACKSLASH_IN_URI, 0, "%s URI reference contains backslash. Typo?" },
1932  { BAD_ATTRIBUTE_VALUE_REPLACED, 0, "%s attribute \"%s\" had invalid value \"%s\" and has been replaced" },
1933  { BAD_ATTRIBUTE_VALUE, 0, "%s attribute \"%s\" has invalid value \"%s\"" },
1934  { BAD_CDATA_CONTENT, 0, "'<' + '/' + letter not allowed here" },
1935  { BAD_SUMMARY_HTML5, 0, "The summary attribute on the %s element is obsolete in HTML5" },
1936  { BAD_SURROGATE_LEAD, 0, "Trailing (Low) surrogate pair U+%04X, with no leading (High) entity, replaced with U+FFFD." },
1937  { BAD_SURROGATE_PAIR, 0, "Have out-of-range surrogate pair U+%04X:U+%04X, replaced with U+FFFD value." },
1938  { BAD_SURROGATE_TAIL, 0, "Leading (High) surrogate pair U+%04X, with no trailing (Low) entity, replaced with U+FFFD." },
1939  { CANT_BE_NESTED, 0, "%s can't be nested" },
1940  { COERCE_TO_ENDTAG, 0, "<%s> is probably intended as </%s>" },
1941  { CONTENT_AFTER_BODY, 0, "content occurs after end of body" },
1942  { CUSTOM_TAG_DETECTED, 0, "detected autonomous custom tag %s; will treat as %s" },
1943  { DISCARDING_UNEXPECTED, 0, "discarding unexpected %s" },
1944  { DOCTYPE_AFTER_TAGS, 0, "<!DOCTYPE> isn't allowed after elements" },
1945  { DUPLICATE_FRAMESET, 0, "repeated FRAMESET element" },
1946  { ELEMENT_NOT_EMPTY, 0, "%s element not empty or not closed" },
1947  { ELEMENT_VERS_MISMATCH_ERROR, 0, "%s element not available in %s" },
1948  { ELEMENT_VERS_MISMATCH_WARN, 0, "%s element not available in %s" },
1949  { ENCODING_MISMATCH, 0, "specified input encoding (%s) does not match actual input encoding (%s)" },
1950  { ESCAPED_ILLEGAL_URI, 0, "%s escaping malformed URI reference" },
1951  { FILE_CANT_OPEN, 0, "Can't open \"%s\"\n" },
1952  { FILE_CANT_OPEN_CFG, 0, "Can't open configuration file \"%s\"\n" },
1953  { FILE_NOT_FILE, 0, "\"%s\" is not a file!\n" },
1954  { FIXED_BACKSLASH, 0, "%s converting backslash in URI to slash" },
1955  { FOUND_STYLE_IN_BODY, 0, "found <style> tag in <body>! fix-style-tags: yes to move." },
1956  { ID_NAME_MISMATCH, 0, "%s id and name attribute value mismatch" },
1957  { ILLEGAL_NESTING, 0, "%s shouldn't be nested" },
1958  { ILLEGAL_URI_CODEPOINT, 0, "%s illegal characters found in URI" },
1959  { ILLEGAL_URI_REFERENCE, 0, "%s improperly escaped URI reference" },
1960  { INSERTING_AUTO_ATTRIBUTE, 0, "%s inserting \"%s\" attribute using value \"%s\"" },
1961  { INSERTING_TAG, 0, "inserting implicit <%s>" },
1962  { INVALID_ATTRIBUTE, 0, "%s attribute name \"%s\" (value=\"%s\") is invalid" },
1963  { INVALID_NCR, 0, "%s invalid numeric character reference %s" },
1964  { INVALID_SGML_CHARS, 0, "%s invalid character code %s" },
1965  { INVALID_UTF8, 0, "%s invalid UTF-8 bytes (char. code %s)" },
1966  { INVALID_UTF16, 0, "%s invalid UTF-16 surrogate pair (char. code %s)" },
1967  { INVALID_XML_ID, 0, "%s cannot copy name attribute to id" },
1968  { JOINING_ATTRIBUTE, 0, "%s joining values of repeated attribute \"%s\"" },
1969  { MALFORMED_COMMENT, 0, "tidy replaced adjacent \"-\" with \"=\"" },
1970  { MALFORMED_COMMENT_DROPPING, 0, "dropping a possible comment due to a missing hyphen" },
1971  { MALFORMED_COMMENT_EOS, 0, "the end of the document was reached before the end of the comment" },
1972  { MALFORMED_COMMENT_WARN, 0, "detected adjacent hyphens within the comment; consider fix-bad-comments" },
1973  { MALFORMED_DOCTYPE, 0, "discarding malformed <!DOCTYPE>" },
1974  { MISMATCHED_ATTRIBUTE_ERROR, 0, "%s attribute \"%s\" not allowed for %s" },
1975  { MISMATCHED_ATTRIBUTE_WARN, 0, "%s attribute \"%s\" not allowed for %s" },
1976  { MISSING_ATTR_VALUE, 0, "%s attribute \"%s\" lacks value" },
1977  { MISSING_ATTRIBUTE, 0, "%s lacks \"%s\" attribute" },
1978  { MISSING_DOCTYPE, 0, "missing <!DOCTYPE> declaration" },
1979  { MISSING_ENDTAG_BEFORE, 0, "missing </%s> before %s" },
1980  { MISSING_ENDTAG_FOR, 0, "missing </%s>" },
1981  { MISSING_ENDTAG_OPTIONAL, 0, "missing optional end tag </%s>" },
1982  { MISSING_IMAGEMAP, 0, "%s should use client-side image map" },
1983  { MISSING_QUOTEMARK, 0, "%s attribute with missing trailing quote mark" },
1984  { MISSING_QUOTEMARK_OPEN, 0, "value for attribute \"%s\" missing quote marks" },
1985  { MISSING_SEMICOLON_NCR, 0, "numeric character reference \"%s\" doesn't end in ';'" },
1986  { MISSING_SEMICOLON, 0, "entity \"%s\" doesn't end in ';'" },
1987  { MISSING_STARTTAG, 0, "missing <%s>" },
1988  { MISSING_TITLE_ELEMENT, 0, "inserting missing 'title' element" },
1989  { MOVED_STYLE_TO_HEAD, 0, "moved <style> tag to <head>! fix-style-tags: no to avoid." },
1990  { NESTED_EMPHASIS, 0, "nested emphasis %s" },
1991  { NESTED_QUOTATION, 0, "nested q elements, possible typo." },
1992  { NEWLINE_IN_URI, 0, "%s discarding newline in URI reference" },
1993  { NOFRAMES_CONTENT, 0, "%s not inside 'noframes' element" },
1994  { NON_MATCHING_ENDTAG, 0, "replacing unexpected %s with </%s>" },
1995  { OBSOLETE_ELEMENT, 0, "replacing obsolete element %s with %s" },
1996  { OPTION_REMOVED, 0, "option \"%s\" no longer exists, and no replacement could be found." },
1997  { OPTION_REMOVED_APPLIED, 0, "option \"%s\" replaced with \"%s\", which Tidy has set to \"%s\"." },
1998  { OPTION_REMOVED_UNAPPLIED, 0, "option \"%s\" replaced with \"%s\", but Tidy could not set it for you." },
1999  { PREVIOUS_LOCATION, 0, "<%s> previously mentioned" },
2000  { PROPRIETARY_ATTR_VALUE, 0, "%s proprietary attribute value \"%s\"" },
2001  { PROPRIETARY_ATTRIBUTE, 0, "%s proprietary attribute \"%s\"" },
2002  { PROPRIETARY_ELEMENT, 0, "%s is not approved by W3C" },
2003  { REMOVED_HTML5, 0, "%s element removed from HTML5" },
2004  { REPEATED_ATTRIBUTE, 0, "%s dropping value \"%s\" for repeated attribute \"%s\"" },
2005  { REPLACING_ELEMENT, 0, "replacing %s with %s" },
2006  { REPLACING_UNEX_ELEMENT, 0, "replacing unexpected %s with %s" },
2007  { SPACE_PRECEDING_XMLDECL, 0, "removing whitespace preceding XML Declaration" },
2008  { STRING_ARGUMENT_BAD, 0, "option \"%s\" given bad argument \"%s\"" },
2009  { STRING_MISSING_MALFORMED, 0, "missing or malformed argument for option: %s" },
2010  { STRING_MUTING_TYPE, 0, "messages of type \"%s\" will not be output" },
2011  { STRING_UNKNOWN_OPTION, 0, "unknown option: %s" },
2012  { SUSPECTED_MISSING_QUOTE, 0, "suspected missing quote mark for attribute value" },
2013  { TAG_NOT_ALLOWED_IN, 0, "%s isn't allowed in <%s> elements" },
2014  { TOO_MANY_ELEMENTS_IN, 0, "too many %s elements in <%s>" },
2015  { TOO_MANY_ELEMENTS, 0, "too many %s elements" },
2016  { TRIM_EMPTY_ELEMENT, 0, "trimming empty %s" },
2017  { UNESCAPED_AMPERSAND, 0, "unescaped & which should be written as &amp;" },
2018  { UNEXPECTED_END_OF_FILE_ATTR, 0, "%s end of file while parsing attributes" },
2019  { UNEXPECTED_END_OF_FILE, 0, "unexpected end of file %s" },
2020  { UNEXPECTED_ENDTAG_ERR, 0, "unexpected </%s>" },
2021  { UNEXPECTED_ENDTAG_IN, 0, "unexpected </%s> in <%s>" },
2022  { UNEXPECTED_ENDTAG, 0, "unexpected </%s>" },
2023  { UNEXPECTED_EQUALSIGN, 0, "%s unexpected '=', expected attribute name" },
2024  { UNEXPECTED_GT, 0, "%s missing '>' for end of tag" },
2025  { UNEXPECTED_QUOTEMARK, 0, "%s unexpected or duplicate quote mark" },
2026  { UNKNOWN_ELEMENT_LOOKS_CUSTOM, 0, "%s is not recognized! Did you mean to enable the custom-tags option?" },
2027  { UNKNOWN_ELEMENT, 0, "%s is not recognized!" },
2028  { UNKNOWN_ENTITY, 0, "unescaped & or unknown entity \"%s\"" },
2029  { USING_BR_INPLACE_OF, 0, "using <br> in place of %s" },
2030  { VENDOR_SPECIFIC_CHARS, 0, "%s invalid character code %s" },
2031  { WHITE_IN_URI, 0, "%s discarding whitespace in URI reference" },
2032  { XML_DECLARATION_DETECTED, 0, "An XML declaration was detected. Did you mean to use input-xml?" },
2033  { XML_ID_SYNTAX, 0, "%s ID \"%s\" uses XML ID syntax" },
2034 
2035 
2036  /***************************************
2037  ** Report Output -- Accessibility
2038  ***************************************/
2039  { IMG_MISSING_ALT, 0, "[1.1.1.1]: <img> missing 'alt' text." },
2040  { IMG_ALT_SUSPICIOUS_FILENAME, 0, "[1.1.1.2]: suspicious 'alt' text (filename)." },
2041  { IMG_ALT_SUSPICIOUS_FILE_SIZE, 0, "[1.1.1.3]: suspicious 'alt' text (file size)." },
2042  { IMG_ALT_SUSPICIOUS_PLACEHOLDER, 0, "[1.1.1.4]: suspicious 'alt' text (placeholder)." },
2043  { IMG_ALT_SUSPICIOUS_TOO_LONG, 0, "[1.1.1.10]: suspicious 'alt' text (too long)." },
2044  { IMG_MISSING_LONGDESC_DLINK, 0, "[1.1.2.1]: <img> missing 'longdesc' and d-link." },
2045  { IMG_MISSING_DLINK, 0, "[1.1.2.2]: <img> missing d-link." },
2046  { IMG_MISSING_LONGDESC, 0, "[1.1.2.3]: <img> missing 'longdesc'." },
2047  { IMG_BUTTON_MISSING_ALT, 0, "[1.1.3.1]: <img> (button) missing 'alt' text." },
2048  { APPLET_MISSING_ALT, 0, "[1.1.4.1]: <applet> missing alternate content." },
2049  { OBJECT_MISSING_ALT, 0, "[1.1.5.1]: <object> missing alternate content." },
2050  { AUDIO_MISSING_TEXT_WAV, 0, "[1.1.6.1]: audio missing text transcript (wav)." },
2051  { AUDIO_MISSING_TEXT_AU, 0, "[1.1.6.2]: audio missing text transcript (au)." },
2052  { AUDIO_MISSING_TEXT_AIFF, 0, "[1.1.6.3]: audio missing text transcript (aiff)." },
2053  { AUDIO_MISSING_TEXT_SND, 0, "[1.1.6.4]: audio missing text transcript (snd)." },
2054  { AUDIO_MISSING_TEXT_RA, 0, "[1.1.6.5]: audio missing text transcript (ra)." },
2055  { AUDIO_MISSING_TEXT_RM, 0, "[1.1.6.6]: audio missing text transcript (rm)." },
2056  { FRAME_MISSING_LONGDESC, 0, "[1.1.8.1]: <frame> may require 'longdesc'." },
2057  { AREA_MISSING_ALT, 0, "[1.1.9.1]: <area> missing 'alt' text." },
2058  { SCRIPT_MISSING_NOSCRIPT, 0, "[1.1.10.1]: <script> missing <noscript> section." },
2059  { ASCII_REQUIRES_DESCRIPTION, 0, "[1.1.12.1]: ascii art requires description." },
2060  { IMG_MAP_SERVER_REQUIRES_TEXT_LINKS, 0, "[1.2.1.1]: image map (server-side) requires text links." },
2061  { MULTIMEDIA_REQUIRES_TEXT, 0, "[1.4.1.1]: multimedia requires synchronized text equivalents." },
2062  { IMG_MAP_CLIENT_MISSING_TEXT_LINKS, 0, "[1.5.1.1]: image map (client-side) missing text links." },
2063  { INFORMATION_NOT_CONVEYED_IMAGE, 0, "[2.1.1.1]: ensure information not conveyed through color alone (image)." },
2064  { INFORMATION_NOT_CONVEYED_APPLET, 0, "[2.1.1.2]: ensure information not conveyed through color alone (applet)." },
2065  { INFORMATION_NOT_CONVEYED_OBJECT, 0, "[2.1.1.3]: ensure information not conveyed through color alone (object)." },
2066  { INFORMATION_NOT_CONVEYED_SCRIPT, 0, "[2.1.1.4]: ensure information not conveyed through color alone (script)." },
2067  { INFORMATION_NOT_CONVEYED_INPUT, 0, "[2.1.1.5]: ensure information not conveyed through color alone (input)." },
2068  { COLOR_CONTRAST_TEXT, 0, "[2.2.1.1]: poor color contrast (text)." },
2069  { COLOR_CONTRAST_LINK, 0, "[2.2.1.2]: poor color contrast (link)." },
2070  { COLOR_CONTRAST_ACTIVE_LINK, 0, "[2.2.1.3]: poor color contrast (active link)." },
2071  { COLOR_CONTRAST_VISITED_LINK, 0, "[2.2.1.4]: poor color contrast (visited link)." },
2072  { DOCTYPE_MISSING, 0, "[3.2.1.1]: <doctype> missing." },
2073  { STYLE_SHEET_CONTROL_PRESENTATION, 0, "[3.3.1.1]: use style sheets to control presentation." },
2074  { HEADERS_IMPROPERLY_NESTED, 0, "[3.5.1.1]: headers improperly nested." },
2075  { POTENTIAL_HEADER_BOLD, 0, "[3.5.2.1]: potential header (bold)." },
2076  { POTENTIAL_HEADER_ITALICS, 0, "[3.5.2.2]: potential header (italics)." },
2077  { POTENTIAL_HEADER_UNDERLINE, 0, "[3.5.2.3]: potential header (underline)." },
2078  { HEADER_USED_FORMAT_TEXT, 0, "[3.5.3.1]: header used to format text." },
2079  { LIST_USAGE_INVALID_UL, 0, "[3.6.1.1]: list usage invalid <ul>." },
2080  { LIST_USAGE_INVALID_OL, 0, "[3.6.1.2]: list usage invalid <ol>." },
2081  { LIST_USAGE_INVALID_LI, 0, "[3.6.1.4]: list usage invalid <li>." },
2082  { LANGUAGE_NOT_IDENTIFIED, 0, "[4.3.1.1]: language not identified." },
2083  { LANGUAGE_INVALID, 0, "[4.3.1.2]: language attribute invalid." },
2084  { DATA_TABLE_MISSING_HEADERS, 0, "[5.1.2.1]: data <table> missing row/column headers (all)." },
2085  { DATA_TABLE_MISSING_HEADERS_COLUMN, 0, "[5.1.2.2]: data <table> missing row/column headers (1 col)." },
2086  { DATA_TABLE_MISSING_HEADERS_ROW, 0, "[5.1.2.3]: data <table> missing row/column headers (1 row)." },
2087  { DATA_TABLE_REQUIRE_MARKUP_COLUMN_HEADERS, 0, "[5.2.1.1]: data <table> may require markup (column headers)." },
2088  { DATA_TABLE_REQUIRE_MARKUP_ROW_HEADERS, 0, "[5.2.1.2]: data <table> may require markup (row headers)." },
2089  { LAYOUT_TABLES_LINEARIZE_PROPERLY, 0, "[5.3.1.1]: verify layout tables linearize properly." },
2090  { LAYOUT_TABLE_INVALID_MARKUP, 0, "[5.4.1.1]: invalid markup used in layout <table>." },
2091  { TABLE_MISSING_SUMMARY, 0, "[5.5.1.1]: <table> missing summary." },
2092  { TABLE_SUMMARY_INVALID_NULL, 0, "[5.5.1.2]: <table> summary invalid (null)." },
2093  { TABLE_SUMMARY_INVALID_SPACES, 0, "[5.5.1.3]: <table> summary invalid (spaces)." },
2094  { TABLE_SUMMARY_INVALID_PLACEHOLDER, 0, "[5.5.1.6]: <table> summary invalid (placeholder text)." },
2095  { TABLE_MISSING_CAPTION, 0, "[5.5.2.1]: <table> missing <caption>." },
2096  { TABLE_MAY_REQUIRE_HEADER_ABBR, 0, "[5.6.1.1]: <table> may require header abbreviations." },
2097  { TABLE_MAY_REQUIRE_HEADER_ABBR_NULL, 0, "[5.6.1.2]: <table> header abbreviations invalid (null)." },
2098  { TABLE_MAY_REQUIRE_HEADER_ABBR_SPACES, 0, "[5.6.1.3]: <table> header abbreviations invalid (spaces)." },
2099  { STYLESHEETS_REQUIRE_TESTING_LINK, 0, "[6.1.1.1]: style sheets require testing (link)." },
2100  { STYLESHEETS_REQUIRE_TESTING_STYLE_ELEMENT, 0, "[6.1.1.2]: style sheets require testing (style element)." },
2101  { STYLESHEETS_REQUIRE_TESTING_STYLE_ATTR, 0, "[6.1.1.3]: style sheets require testing (style attribute)." },
2102  { FRAME_SRC_INVALID, 0, "[6.2.1.1]: <frame> source invalid." },
2103  { TEXT_EQUIVALENTS_REQUIRE_UPDATING_APPLET, 0, "[6.2.2.1]: text equivalents require updating (applet)." },
2104  { TEXT_EQUIVALENTS_REQUIRE_UPDATING_SCRIPT, 0, "[6.2.2.2]: text equivalents require updating (script)." },
2105  { TEXT_EQUIVALENTS_REQUIRE_UPDATING_OBJECT, 0, "[6.2.2.3]: text equivalents require updating (object)." },
2106  { PROGRAMMATIC_OBJECTS_REQUIRE_TESTING_SCRIPT, 0, "[6.3.1.1]: programmatic objects require testing (script)." },
2107  { PROGRAMMATIC_OBJECTS_REQUIRE_TESTING_OBJECT, 0, "[6.3.1.2]: programmatic objects require testing (object)." },
2108  { PROGRAMMATIC_OBJECTS_REQUIRE_TESTING_EMBED, 0, "[6.3.1.3]: programmatic objects require testing (embed)." },
2109  { PROGRAMMATIC_OBJECTS_REQUIRE_TESTING_APPLET, 0, "[6.3.1.4]: programmatic objects require testing (applet)." },
2110  { FRAME_MISSING_NOFRAMES, 0, "[6.5.1.1]: <frameset> missing <noframes> section." },
2111  { NOFRAMES_INVALID_NO_VALUE, 0, "[6.5.1.2]: <noframes> section invalid (no value)." },
2112  { NOFRAMES_INVALID_CONTENT, 0, "[6.5.1.3]: <noframes> section invalid (content)." },
2113  { NOFRAMES_INVALID_LINK, 0, "[6.5.1.4]: <noframes> section invalid (link)." },
2114  { REMOVE_FLICKER_SCRIPT, 0, "[7.1.1.1]: remove flicker (script)." },
2115  { REMOVE_FLICKER_OBJECT, 0, "[7.1.1.2]: remove flicker (object)." },
2116  { REMOVE_FLICKER_EMBED, 0, "[7.1.1.3]: remove flicker (embed)." },
2117  { REMOVE_FLICKER_APPLET, 0, "[7.1.1.4]: remove flicker (applet)." },
2118  { REMOVE_FLICKER_ANIMATED_GIF, 0, "[7.1.1.5]: remove flicker (animated gif)." },
2119  { REMOVE_BLINK_MARQUEE, 0, "[7.2.1.1]: remove blink/marquee." },
2120  { REMOVE_AUTO_REFRESH, 0, "[7.4.1.1]: remove auto-refresh." },
2121  { REMOVE_AUTO_REDIRECT, 0, "[7.5.1.1]: remove auto-redirect." },
2122  { ENSURE_PROGRAMMATIC_OBJECTS_ACCESSIBLE_SCRIPT, 0, "[8.1.1.1]: ensure programmatic objects are accessible (script)." },
2123  { ENSURE_PROGRAMMATIC_OBJECTS_ACCESSIBLE_OBJECT, 0, "[8.1.1.2]: ensure programmatic objects are accessible (object)." },
2124  { ENSURE_PROGRAMMATIC_OBJECTS_ACCESSIBLE_APPLET, 0, "[8.1.1.3]: ensure programmatic objects are accessible (applet)." },
2125  { ENSURE_PROGRAMMATIC_OBJECTS_ACCESSIBLE_EMBED, 0, "[8.1.1.4]: ensure programmatic objects are accessible (embed)." },
2126  { IMAGE_MAP_SERVER_SIDE_REQUIRES_CONVERSION, 0, "[9.1.1.1]: image map (server-side) requires conversion." },
2127  { SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_MOUSE_DOWN, 0, "[9.3.1.1]: <script> not keyboard accessible (onMouseDown)." },
2128  { SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_MOUSE_UP, 0, "[9.3.1.2]: <script> not keyboard accessible (onMouseUp)." },
2129  { SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_CLICK, 0, "[9.3.1.3]: <script> not keyboard accessible (onClick)." },
2130  { SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_MOUSE_OVER, 0, "[9.3.1.4]: <script> not keyboard accessible (onMouseOver)." },
2131  { SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_MOUSE_OUT, 0, "[9.3.1.5]: <script> not keyboard accessible (onMouseOut)." },
2132  { SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_MOUSE_MOVE, 0, "[9.3.1.6]: <script> not keyboard accessible (onMouseMove)." },
2133  { NEW_WINDOWS_REQUIRE_WARNING_NEW, 0, "[10.1.1.1]: new windows require warning (_new)." },
2134  { NEW_WINDOWS_REQUIRE_WARNING_BLANK, 0, "[10.1.1.2]: new windows require warning (_blank)." },
2135  { REPLACE_DEPRECATED_HTML_APPLET, 0, "[11.2.1.1]: replace deprecated html <applet>." },
2136  { REPLACE_DEPRECATED_HTML_BASEFONT, 0, "[11.2.1.2]: replace deprecated html <basefont>." },
2137  { REPLACE_DEPRECATED_HTML_CENTER, 0, "[11.2.1.3]: replace deprecated html <center>." },
2138  { REPLACE_DEPRECATED_HTML_DIR, 0, "[11.2.1.4]: replace deprecated html <dir>." },
2139  { REPLACE_DEPRECATED_HTML_FONT, 0, "[11.2.1.5]: replace deprecated html <font>." },
2140  { REPLACE_DEPRECATED_HTML_ISINDEX, 0, "[11.2.1.6]: replace deprecated html <isindex>." },
2141  { REPLACE_DEPRECATED_HTML_MENU, 0, "[11.2.1.7]: replace deprecated html <menu>." },
2142  { REPLACE_DEPRECATED_HTML_S, 0, "[11.2.1.8]: replace deprecated html <s>." },
2143  { REPLACE_DEPRECATED_HTML_STRIKE, 0, "[11.2.1.9]: replace deprecated html <strike>." },
2144  { REPLACE_DEPRECATED_HTML_U, 0, "[11.2.1.10]: replace deprecated html <u>." },
2145  { FRAME_MISSING_TITLE, 0, "[12.1.1.1]: <frame> missing title." },
2146  { FRAME_TITLE_INVALID_NULL, 0, "[12.1.1.2]: <frame> title invalid (null)." },
2147  { FRAME_TITLE_INVALID_SPACES, 0, "[12.1.1.3]: <frame> title invalid (spaces)." },
2148  { ASSOCIATE_LABELS_EXPLICITLY, 0, "[12.4.1.1]: associate labels explicitly with form controls." },
2149  { ASSOCIATE_LABELS_EXPLICITLY_FOR, 0, "[12.4.1.2]: associate labels explicitly with form controls (for)." },
2150  { ASSOCIATE_LABELS_EXPLICITLY_ID, 0, "[12.4.1.3]: associate labels explicitly with form controls (id)." },
2151  { LINK_TEXT_NOT_MEANINGFUL, 0, "[13.1.1.1]: link text not meaningful." },
2152  { LINK_TEXT_MISSING, 0, "[13.1.1.2]: link text missing." },
2153  { LINK_TEXT_TOO_LONG, 0, "[13.1.1.3]: link text too long." },
2154  { LINK_TEXT_NOT_MEANINGFUL_CLICK_HERE, 0, "[13.1.1.4]: link text not meaningful (click here)." },
2155  { METADATA_MISSING, 0, "[13.2.1.1]: Metadata missing." },
2156  { METADATA_MISSING_REDIRECT_AUTOREFRESH, 0, "[13.2.1.3]: Metadata missing (redirect/auto-refresh)." },
2157  { SKIPOVER_ASCII_ART, 0, "[13.10.1.1]: skip over ascii art." },
2158 
2159 
2160 #if SUPPORT_CONSOLE_APP
2161  /********************************************************
2162  ** Console Application
2163  ** Although these strings are not used within LibTidy
2164  ** and only for the console application, they are
2165  ** provided as part of LibTidy for convenience to
2166  ** developers.
2167  ********************************************************/
2168  { TC_LABEL_COL, 0, "column" },
2169  { TC_LABEL_FILE, 0, "file" },
2170  { TC_LABEL_LANG, 0, "lang" },
2171  { TC_LABEL_LEVL, 0, "level" },
2172  { TC_LABEL_OPT, 0, "option" },
2173  { TC_MAIN_ERROR_LOAD_CONFIG, 0, "Loading config file \"%s\" failed, err = %d" },
2174  { TC_OPT_ACCESS, 0,
2175  "do additional accessibility checks (<level> = 0, 1, 2, 3). 0 is "
2176  "assumed if <level> is missing."
2177  },
2178  { TC_OPT_ASCII, 0, "use ISO-8859-1 for input, US-ASCII for output" },
2179  { TC_OPT_ASHTML, 0, "force XHTML to well formed HTML" },
2180  { TC_OPT_ASXML, 0, "convert HTML to well formed XHTML" },
2181  { TC_OPT_BARE, 0, "strip out smart quotes and em dashes, etc." },
2182  { TC_OPT_BIG5, 0, "use Big5 for both input and output" },
2183  { TC_OPT_CLEAN, 0, "replace FONT, NOBR and CENTER tags with CSS" },
2184  { TC_OPT_CONFIG, 0, "set configuration options from the specified <file>" },
2185  { TC_OPT_ERRORS, 0, "show only errors and warnings" },
2186  { TC_OPT_FILE, 0, "write errors and warnings to the specified <file>" },
2187  { TC_OPT_GDOC, 0, "produce clean version of html exported by Google Docs" },
2188  { TC_OPT_HELP, 0, "list the command line options" },
2189  { TC_OPT_HELPCFG, 0, "list all configuration options" },
2190  { TC_OPT_HELPENV, 0, "show information about the environment and runtime configuration" },
2191  { TC_OPT_HELPOPT, 0, "show a description of the <option>" },
2192  { TC_OPT_IBM858, 0, "use IBM-858 (CP850+Euro) for input, US-ASCII for output" },
2193  { TC_OPT_INDENT, 0, "indent element content" },
2194  { TC_OPT_ISO2022, 0, "use ISO-2022 for both input and output" },
2195 
2196  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2197  TC_OPT_LANGUAGE, 0,
2198  "set Tidy's output language to <lang>. Specify '-language help' for more help. "
2199  "Use before output-causing arguments to ensure the language takes effect, e.g.,"
2200  "`tidy -lang es -lang help`."
2201  },
2202 
2203  { TC_OPT_LATIN0, 0, "use ISO-8859-15 for input, US-ASCII for output" },
2204  { TC_OPT_LATIN1, 0, "use ISO-8859-1 for both input and output" },
2205  { TC_OPT_MAC, 0, "use MacRoman for input, US-ASCII for output" },
2206  { TC_OPT_MODIFY, 0, "modify the original input files" },
2207  { TC_OPT_NUMERIC, 0, "output numeric rather than named entities" },
2208  { TC_OPT_OMIT, 0, "omit optional start tags and end tags" },
2209  { TC_OPT_OUTPUT, 0, "write output to the specified <file>" },
2210  { TC_OPT_QUIET, 0, "suppress nonessential output" },
2211  { TC_OPT_RAW, 0, "output values above 127 without conversion to entities" },
2212  { TC_OPT_SHIFTJIS, 0, "use Shift_JIS for both input and output" },
2213  { TC_OPT_SHOWCFG, 0, "list the current configuration settings" },
2214  { TC_OPT_EXP_CFG, 0, "list the current configuration settings, suitable for a config file" },
2215  { TC_OPT_EXP_DEF, 0, "list the default configuration settings, suitable for a config file" },
2216  { TC_OPT_UPPER, 0, "force tags to upper case" },
2217  { TC_OPT_UTF16, 0, "use UTF-16 for both input and output" },
2218  { TC_OPT_UTF16BE, 0, "use UTF-16BE for both input and output" },
2219  { TC_OPT_UTF16LE, 0, "use UTF-16LE for both input and output" },
2220  { TC_OPT_UTF8, 0, "use UTF-8 for both input and output" },
2221 
2222  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2223  TC_OPT_VERSION, 0, "show the version of Tidy"
2224  },
2225 
2226  { TC_OPT_WIN1252, 0, "use Windows-1252 for input, US-ASCII for output" },
2227  { TC_OPT_WRAP, 0,
2228  "wrap text at the specified <column>. 0 is assumed if <column> is "
2229  "missing. When this option is omitted, the default of the "
2230  "configuration option 'wrap' applies."
2231  },
2232  { TC_OPT_XML, 0, "specify the input is well formed XML" },
2233  { TC_OPT_XMLCFG, 0, "list all configuration options in XML format" },
2234  { TC_OPT_XMLHELP, 0, "list the command line options in XML format" },
2235 
2236  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2237  TC_OPT_XMLSTRG, 0, "output all of Tidy's strings in XML format"
2238  },
2239 
2240  { TC_OPT_XMLERRS, 0, "output error constants and strings in XML format" },
2241 
2242  { TC_OPT_XMLOPTS, 0, "output option descriptions in XML format" },
2243 
2244  { TC_STRING_CONF_HEADER, 0, "Configuration File Settings:" },
2245 
2246  {/* Must be 27 characters or fewer. */
2247  TC_STRING_CONF_NAME, 0, "Name"
2248  },
2249  {/* Must be 9 characters or fewer. */
2250  TC_STRING_CONF_TYPE, 0, "Type"
2251  },
2252  {/* Must be 40 characters or fewer. */
2253  TC_STRING_CONF_VALUE, 0, "Current Value"
2254  },
2255 
2256  { TC_STRING_OPT_NOT_DOCUMENTED, 0, "Warning: option `%s' is not documented." },
2257  { TC_STRING_OUT_OF_MEMORY, 0, "Out of memory. Bailing out." },
2258  { TC_STRING_FATAL_ERROR, 0, "Fatal error: impossible value for id='%d'." },
2259  { TC_STRING_FILE_MANIP, 0, "File manipulation" },
2260  { TC_STRING_PROCESS_DIRECTIVES, 0, "Processing directives" },
2261  { TC_STRING_CHAR_ENCODING, 0, "Character encodings" },
2262  { TC_STRING_LANG_MUST_SPECIFY, 0, "A POSIX or Windows locale must be specified." },
2263 
2264  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2265  TC_STRING_LANG_NOT_FOUND, 0, "Tidy doesn't have language '%s,' will use '%s' instead."
2266  },
2267 
2268  { TC_STRING_MISC, 0, "Miscellaneous" },
2269  { TC_STRING_XML, 0, "XML" },
2270  { TC_STRING_MUST_SPECIFY, 0, "A Tidy option name must be specified." },
2271 
2272  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2273  TC_STRING_UNKNOWN_OPTION, 0, "HTML Tidy: unknown option: %c"
2274  },
2275  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2276  TC_STRING_UNKNOWN_OPTION_B, 0, "HTML Tidy: unknown option."
2277  },
2278  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2279  TC_STRING_VERS_A, 0, "HTML Tidy for %s version %s"
2280  },
2281  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2282  TC_STRING_VERS_B, 0, "HTML Tidy version %s"
2283  },
2284 
2285  {/* This console output should be limited to 78 characters per line.
2286  - First %s represents the name of the executable from the file system, and is mostly like going to be "tidy".
2287  - Second %s represents a version number, typically x.x.xx.
2288  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2289  TC_TXT_HELP_1, 0,
2290  "\n"
2291  "%s [options...] [file...] [options...] [file...]\n"
2292  "Utility to clean up and pretty print HTML/XHTML/XML.\n"
2293  "\n"
2294  "This is modern HTML Tidy version %s.\n"
2295  "\n"
2296  },
2297  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
2298  - %s represents the platform, for example, "Mac OS X" or "Windows". */
2299  TC_TXT_HELP_2A, 0,
2300  "Command Line Arguments for HTML Tidy for %s:"
2301  },
2302  {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2303  TC_TXT_HELP_2B, 0,
2304  "Command Line Arguments for HTML Tidy:"
2305  },
2306  {/* This console output should be limited to 78 characters per line.
2307  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
2308  - %s represents either a blank line, or TC_TXT_HELP_3A explaining environment options. */
2309  TC_TXT_HELP_3, 0,
2310  "\n"
2311  "Tidy Configuration Options\n"
2312  "==========================\n"
2313  " Use Tidy's configuration options as command line arguments in the form\n"
2314  " of \"--some-option <value>\", for example, \"--indent-with-tabs yes\".\n"
2315  "\n"
2316  " You can also specify a file containing configuration options with the \n"
2317  " -options <file> directive, or in one or more files specific to your \n"
2318  " environment (see next section). \n"
2319  "\n"
2320  " For a list of all configuration options, use \"-help-config\" or refer\n"
2321  " to the man page (if your OS has one).\n"
2322  "\n"
2323  "Configuration Files\n"
2324  "===================\n"
2325  " If your environment has an $HTML_TIDY variable set to point to a Tidy \n"
2326  " configuration file, then Tidy will attempt to use it. \n"
2327  "%s"
2328  " Use \"-help-env\" for more information about how you can use the environment. \n"
2329  " to specify Tidy options. \n"
2330  "\n"
2331  "Other\n"
2332  "=====\n"
2333  " Input/Output default to stdin/stdout respectively.\n"
2334  "\n"
2335  " Single letter options apart from -f may be combined\n"
2336  " as in: tidy -f errs.txt -imu foo.html\n"
2337  "\n"
2338  "Information\n"
2339  "===========\n"
2340  " For more information about HTML Tidy, see\n"
2341  " http://www.html-tidy.org/\n"
2342  "\n"
2343  " For more information on HTML, see the following:\n"
2344  "\n"
2345  " HTML: Edition for Web Authors (the latest HTML specification)\n"
2346  " http://dev.w3.org/html5/spec-author-view\n"
2347  "\n"
2348  " HTML: The Markup Language (an HTML language reference)\n"
2349  " http://dev.w3.org/html5/markup/\n"
2350  "\n"
2351  " File bug reports at https://github.com/htacg/tidy-html5/issues/\n"
2352  " or send questions and comments to public-htacg@w3.org.\n"
2353  "\n"
2354  " Validate your HTML documents using the W3C Nu Markup Validator:\n"
2355  " http://validator.w3.org/nu/\n"
2356  "\n"
2357  },
2358  {/* This console output should be limited to 78 characters per line.
2359  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
2360  - Both parameters %s reflect file paths and names. */
2361  TC_TXT_HELP_3A, 0,
2362  "\n"
2363  " Additionally, Tidy will automatically attempt to use configuration specified \n"
2364  " in these files, if present: \n"
2365  "\n"
2366  " %s \n"
2367  " %s \n"
2368  "\n"
2369  },
2370  {/* This console output should be limited to 78 characters per line.
2371  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2372  TC_TXT_HELP_CONFIG, 0,
2373  "\n"
2374  "HTML Tidy Configuration Settings\n"
2375  "\n"
2376  "Within a file, use the form:\n"
2377  "\n"
2378  "wrap: 72\n"
2379  "indent: no\n"
2380  "\n"
2381  "When specified on the command line, use the form:\n"
2382  "\n"
2383  "--wrap 72 --indent no\n"
2384  "\n"
2385  },
2386  { TC_TXT_HELP_CONFIG_NAME, 0, "Name" },
2387  { TC_TXT_HELP_CONFIG_TYPE, 0, "Type" },
2388  { TC_TXT_HELP_CONFIG_ALLW, 0, "Allowable values" },
2389  {/* This console output should be limited to 78 characters per line.
2390  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
2391  - The first %s indicates two more list items, or an empty string.
2392  - The second %s indicates a file name, or a message indicating no file name. */
2393  TC_TXT_HELP_ENV_1, 0,
2394  "\n"
2395  "Tidy can configure its option values from multiple sources, in the \n"
2396  "order below. Subsequent use of the same option overrides previous \n"
2397  "option settings. \n"
2398  "\n"
2399  " - Tidy's built-in default values. \n"
2400  "%s" /* rc files */
2401  " - The file specified in the $HTML_TIDY environment variable: \n"
2402  " %s \n"
2403  " - Options in a file specified on the command line. \n"
2404  " - Options set directly on the command line. \n"
2405  },
2406  {/* This console output should be limited to 78 characters per line.
2407  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2408  TC_TXT_HELP_ENV_1A, 0,
2409  " - The system runtime configuration file: \n"
2410  " %s \n"
2411  " - The user runtime configuration file: \n"
2412  " %s \n"
2413  },
2414  {/* This console output should be limited to 78 characters per line.
2415  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
2416  - This message indicates that a file name is not currently set. */
2417  TC_TXT_HELP_ENV_1B, 0,
2418  "(not currently set)"
2419  },
2420  {/* This console output should be limited to 78 characters per line.
2421  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2422  TC_TXT_HELP_ENV_1C, 0,
2423  "\n"
2424  "Note that because $HTML_TIDY is set, the user runtime configuration file \n"
2425  "%s will not be used. \n"
2426  },
2427  {/* This console output should be limited to 78 characters per line.
2428  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2429  TC_TXT_HELP_LANG_1, 0,
2430  "\n"
2431  "The -language (or -lang) option indicates which language Tidy \n"
2432  "should use to communicate its output. Please note that this is not \n"
2433  "a document translation service, and only affects the messages that \n"
2434  "Tidy communicates to you. \n"
2435  "\n"
2436  "When used from the command line the -language argument must \n"
2437  "be used before any arguments that result in output, otherwise Tidy \n"
2438  "will produce output before it knows which language to use. \n"
2439  "\n"
2440  "In addition to standard POSIX language codes, Tidy is capable of \n"
2441  "understanding legacy Windows language codes. Please note that this \n"
2442  "list indicates codes Tidy understands, and does not indicate that \n"
2443  "the language is currently installed. \n"
2444  "\n"
2445  "The rightmost column indicates how Tidy will understand the \n"
2446  "legacy Windows name.\n"
2447  "\n"
2448  },
2449  {/* This console output should be limited to 78 characters per line.
2450  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */
2451  TC_TXT_HELP_LANG_2, 0,
2452  "\n"
2453  "The following languages are currently installed in Tidy. Please \n"
2454  "note that there's no guarantee that they are complete; only that \n"
2455  "one developer or another started to add the language indicated. \n"
2456  "\n"
2457  "Incomplete localizations will default to \"en\" when necessary. \n"
2458  "Please report instances of incorrect strings to the Tidy team. \n"
2459  "\n"
2460  },
2461  {/* This console output should be limited to 78 characters per line.
2462  - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
2463  - The parameter %s is likely to be two to five characters, e.g., en or en_US. */
2464  TC_TXT_HELP_LANG_3, 0,
2465  "\n"
2466  "If Tidy is able to determine your locale then Tidy will use the \n"
2467  "locale's language automatically. For example Unix-like systems use a \n"
2468  "$LANG and/or $LC_ALL environment variable. Consult your operating \n"
2469  "system documentation for more information. \n"
2470  "\n"
2471  "Tidy is currently using locale %s. \n"
2472  "\n"
2473  },
2474 #endif /* SUPPORT_CONSOLE_APP */
2475 
2476  {/* This MUST be present and last. */
2477  TIDY_MESSAGE_TYPE_LAST, 0, NULL
2478  }
2479 }};
2480 
2481 
2482 #endif /* language_en_h */
Definition: tidyenum.h:1434
Add meta element indicating tidied doc.
Definition: tidyenum.h:627
If true then output tidied markup.
Definition: tidyenum.h:674
Keep first or last duplicate attribute.
Definition: tidyenum.h:594
Definition: tidyenum.h:1434
specified
Definition: tidyenum.h:1432
Newline+indent before each attribute.
Definition: tidyenum.h:613
Number of errors to put out.
Definition: tidyenum.h:651
Merge nested B and I elements.
Definition: tidyenum.h:629
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[2.1.1.5]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
block level
Definition: tidyenum.h:1432
Definition: tidyenum.h:1436
[13.10.1.1]
Definition: tidyenum.h:1435
[2.1.1.4]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Suppress optional start tags and end tags.
Definition: tidyenum.h:637
[3.5.2.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Create output as XML.
Definition: tidyenum.h:677
[1.5.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Report: Information about markup usage.
Definition: tidyenum.h:1377
Definition: tidyenum.h:1434
[5.2.1.2]
Definition: tidyenum.h:1435
[1.1.6.6]
Definition: tidyenum.h:1435
Discard empty p elements.
Definition: tidyenum.h:592
User specified doctype.
Definition: tidyenum.h:587
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
[10.2.1.1]
Definition: tidyenum.h:1435
Output attributes in upper not lower case.
Definition: tidyenum.h:661
[12.1.1.3]
Definition: tidyenum.h:1435
pre
Definition: tidyenum.h:1432
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[2.2.1.1]
Definition: tidyenum.h:1435
error and errors
Definition: tidyenum.h:1432
[10.1.1.2]
Definition: tidyenum.h:1435
Report: Warning message.
Definition: tidyenum.h:1378
Treat input as XML.
Definition: tidyenum.h:680
Fix URLs by replacing \ with /.
Definition: tidyenum.h:605
[5.5.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Replace i by em and b by strong.
Definition: tidyenum.h:623
[11.2.1.6]
Definition: tidyenum.h:1435
Accessibility check level.
Definition: tidyenum.h:573
Definition: tidyenum.h:1436
Move sytle to head.
Definition: tidyenum.h:659
Definition: tidyenum.h:1436
[2.2.1.2]
Definition: tidyenum.h:1435
Declared inline tags.
Definition: tidyenum.h:617
[11.2.1.7]
Definition: tidyenum.h:1435
[3.5.1.1]
Definition: tidyenum.h:1435
Merge multiple DIVs.
Definition: tidyenum.h:628
Definition: tidyenum.h:1436
[5.6.1.3]
Definition: tidyenum.h:1435
replacing
Definition: tidyenum.h:1432
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
[1.1.1.11]
Definition: tidyenum.h:1435
Wrap within PHP pseudo elements.
Definition: tidyenum.h:671
Definition: tidyenum.h:1434
[6.5.1.4]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
[3.5.2.3]
Definition: tidyenum.h:1435
[6.1.1.2]
Definition: tidyenum.h:1435
[13.1.1.1]
Definition: tidyenum.h:1435
[5.1.2.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Convert quotes and dashes to nearest ASCII char.
Definition: tidyenum.h:576
[8.1.1.3]
Definition: tidyenum.h:1435
[6.2.2.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
[11.2.1.9]
Definition: tidyenum.h:1435
Dialogue: Footnote.
Definition: tidyenum.h:1386
no
Definition: tidyenum.h:1432
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
[1.1.12.1]
Definition: tidyenum.h:1435
[5.5.1.3]
Definition: tidyenum.h:1435
[2.1.1.3]
Definition: tidyenum.h:1435
line d column d
Definition: tidyenum.h:1432
Definition: tidyenum.h:1436
Folds known attribute values to lower case.
Definition: tidyenum.h:624
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Add <?xml?> for XML docs.
Definition: tidyenum.h:676
Preserve entities.
Definition: tidyenum.h:642
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Output plain HTML, even for XHTML input.
Definition: tidyenum.h:611
[3.6.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
[1.1.2.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
[7.5.1.1]
Definition: tidyenum.h:1435
[12.1.1.2]
Definition: tidyenum.h:1435
Wrap within <![ ...
Definition: tidyenum.h:673
Definition: tidyenum.h:1434
Clean up HTML exported from Google Docs.
Definition: tidyenum.h:609
[3.3.1.1]
Definition: tidyenum.h:1435
[6.3.1.3]
Definition: tidyenum.h:1435
[1.1.8.1]
Definition: tidyenum.h:1435
[8.1.1.4]
Definition: tidyenum.h:1435
show when meta http-equiv content charset was changed - compatibility
Definition: tidyenum.h:654
[1.1.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Report: Configuration error.
Definition: tidyenum.h:1379
Definition: tidyenum.h:1433
Definition: tidyenum.h:1436
[9.3.1.3]
Definition: tidyenum.h:1435
[6.3.1.4]
Definition: tidyenum.h:1435
[9.3.1.6]
Definition: tidyenum.h:1435
[3.6.1.4]
Definition: tidyenum.h:1435
empty
Definition: tidyenum.h:1432
[2.1.1.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
consider punctuation and breaking spaces for wrapping
Definition: tidyenum.h:645
[13.1.1.3]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
[3.2.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
[11.2.1.4]
Definition: tidyenum.h:1435
Indent content of appropriate tags.
Definition: tidyenum.h:615
[8.1.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1433
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:31
Definition: tidyenum.h:1434
[3.6.1.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Report: I/O or file system error.
Definition: tidyenum.h:1382
Definition: tidyenum.h:1434
Declared empty tags.
Definition: tidyenum.h:599
Dialogue: Summary-related information.
Definition: tidyenum.h:1384
Hides all (real) comments in output.
Definition: tidyenum.h:610
Warns on proprietary attributes.
Definition: tidyenum.h:665
Coerce end tags from start tags where probably intended.
Definition: tidyenum.h:581
Definition: tidyenum.h:1434
Dialogue: Non-document related information.
Definition: tidyenum.h:1385
static languageDefinition language_en
This structure specifies all of the strings needed by Tidy for a single language. ...
Definition: language_en.h:50
Definition: tidyenum.h:1436
Output document even if errors were found.
Definition: tidyenum.h:608
Definition: tidyenum.h:1434
Output naked ampersand as &.
Definition: tidyenum.h:647
[6.3.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Fix comments with adjacent hyphens.
Definition: tidyenum.h:606
discarding
Definition: tidyenum.h:1432
Output character encoding (if different)
Definition: tidyenum.h:638
[6.3.1.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
In/out character encoding.
Definition: tidyenum.h:580
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Wrap within JSTE pseudo elements.
Definition: tidyenum.h:669
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Finally, a complete language definition.
Definition: language.h:68
Definition: tidyenum.h:1434
[12.1.1.1]
Definition: tidyenum.h:1435
[3.5.3.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: language.h:34
Definition: tidyenum.h:1433
Definition: tidyenum.h:1434
Indent <!CDATA[ ...
Definition: tidyenum.h:614
Definition: tidyenum.h:1434
Sort attributes.
Definition: tidyenum.h:657
[6.1.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Declared pre tags.
Definition: tidyenum.h:643
Discard empty elements.
Definition: tidyenum.h:591
Output a Byte Order Mark (BOM) for UTF-16 encodings.
Definition: tidyenum.h:640
Expand tabs to n spaces.
Definition: tidyenum.h:660
Definition: tidyenum.h:1434
If yes text at body is wrapped in P&#39;s.
Definition: tidyenum.h:601
Definition: tidyenum.h:1436
Wrap within JavaScript string literals.
Definition: tidyenum.h:672
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[12.4.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
[1.1.2.5]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Ensure tags and attributes match output HTML version.
Definition: tidyenum.h:658
Definition: tidyenum.h:1433
[9.1.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
[13.1.1.2]
Definition: tidyenum.h:1435
[7.1.1.3]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
[2.1.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
[4.1.1.1]
Definition: tidyenum.h:1435
Applies URI encoding if necessary.
Definition: tidyenum.h:607
[6.1.1.3]
Definition: tidyenum.h:1435
[7.1.1.1]
Definition: tidyenum.h:1435
Indentation n spaces/tabs.
Definition: tidyenum.h:616
Skip nested tags in script and style CDATA.
Definition: tidyenum.h:656
[5.6.1.1]
Definition: tidyenum.h:1435
[11.2.1.5]
Definition: tidyenum.h:1435
[1.1.6.3]
Definition: tidyenum.h:1435
[1.4.1.1]
Definition: tidyenum.h:1435
[9.3.1.5]
Definition: tidyenum.h:1435
Wrap within ASP pseudo elements.
Definition: tidyenum.h:667
Draconian cleaning for Word2000.
Definition: tidyenum.h:666
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[11.2.1.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
plain text
Definition: tidyenum.h:1432
Wrap within attribute values.
Definition: tidyenum.h:668
[1.2.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Attributes to place first in an element.
Definition: tidyenum.h:644
Definition: tidyenum.h:1436
Output non-breaking space as entity.
Definition: tidyenum.h:649
Output extensible HTML.
Definition: tidyenum.h:675
[11.2.1.3]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[13.1.1.4]
Definition: tidyenum.h:1435
[5.1.2.3]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Report: Crash!
Definition: tidyenum.h:1383
Definition: tidyenum.h:1434
[2.2.1.4]
Definition: tidyenum.h:1435
If yes keep input source tabs.
Definition: tidyenum.h:621
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
[5.4.1.1]
Definition: tidyenum.h:1435
Indent using tabs istead of spaces.
Definition: tidyenum.h:641
Filter these messages from output.
Definition: tidyenum.h:632
Definition: tidyenum.h:1434
[1.1.10.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
[1.1.1.4]
Definition: tidyenum.h:1435
[1.1.1.3]
Definition: tidyenum.h:1435
degree to which markup is spread out vertically
Definition: tidyenum.h:664
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Mark inferred UL elements with no indent CSS.
Definition: tidyenum.h:586
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Join multiple style attributes.
Definition: tidyenum.h:619
If set to yes PIs must end with ?>
Definition: tidyenum.h:678
Escape items that look like closing tags in script tags.
Definition: tidyenum.h:604
Declared block tags.
Definition: tidyenum.h:577
Report: Error message - output suppressed.
Definition: tidyenum.h:1381
[1.1.1.10]
Definition: tidyenum.h:1435
Wrap margin.
Definition: tidyenum.h:670
Definition: tidyenum.h:1434
[5.1.2.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
[1.1.2.3]
Definition: tidyenum.h:1435
Replace presentational clutter by style rules.
Definition: tidyenum.h:626
[1.1.1.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[12.4.1.3]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
unsigned int uint
Definition: tidyplatform.h:554
[6.2.2.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
[9.3.1.1]
Definition: tidyenum.h:1435
[7.1.1.4]
Definition: tidyenum.h:1435
Merge multiple SPANs.
Definition: tidyenum.h:630
[12.4.1.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Accessibility hello message.
Definition: tidyenum.h:1432
[1.1.6.4]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[13.2.1.2]
Definition: tidyenum.h:1435
If set to yes adds xml:space attr as needed.
Definition: tidyenum.h:679
Output " marks as ".
Definition: tidyenum.h:648
Definition: tidyenum.h:1434
Input character encoding (if different)
Definition: tidyenum.h:612
Output newline before or not?
Definition: tidyenum.h:579
Definition: tidyenum.h:1434
[9.3.1.4]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
XML declaration.
Definition: tidyenum.h:1432
[6.5.1.3]
Definition: tidyenum.h:1435
Define anchors as name attributes.
Definition: tidyenum.h:575
Definition: tidyenum.h:1436
Join multiple class attributes.
Definition: tidyenum.h:618
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
If yes text in blocks is wrapped in P&#39;s.
Definition: tidyenum.h:600
HTML Proprietary.
Definition: tidyenum.h:1432
inline
Definition: tidyenum.h:1432
Definition: tidyenum.h:1436
Enable Tidy to use autonomous custom tags.
Definition: tidyenum.h:663
Replace <![CDATA[]]> sections with escaped text.
Definition: tidyenum.h:603
[5.5.2.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
File name to write errors to.
Definition: tidyenum.h:602
Adds/checks/fixes meta charset in the head, based on document type.
Definition: tidyenum.h:631
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
[7.2.1.1]
Definition: tidyenum.h:1435
If true, format error output for GNU Emacs.
Definition: tidyenum.h:595
[3.5.2.2]
Definition: tidyenum.h:1435
File name to write markup to.
Definition: tidyenum.h:639
[6.2.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[2.2.1.3]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
[5.2.1.1]
Definition: tidyenum.h:1435
If yes last modied time is preserved.
Definition: tidyenum.h:620
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
If true, info-level messages are shown.
Definition: tidyenum.h:652
[1.1.9.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Output line ending (default to platform)
Definition: tidyenum.h:635
[7.4.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Output BODY content only.
Definition: tidyenum.h:578
[8.1.1.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1433
[1.1.4.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[6.5.1.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
[7.1.1.2]
Definition: tidyenum.h:1435
Definition: language.h:31
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
[1.1.6.5]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
[4.3.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
[10.1.1.1]
Definition: tidyenum.h:1435
[11.2.1.8]
Definition: tidyenum.h:1435
No &#39;Parsing X&#39;, guessed DTD or summary.
Definition: tidyenum.h:646
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Discard proprietary attributes.
Definition: tidyenum.h:593
Definition: tidyenum.h:1434
[1.1.6.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[5.5.1.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Replace hex color attribute values with names.
Definition: tidyenum.h:650
[1.1.6.1]
Definition: tidyenum.h:1435
CSS class naming for clean option.
Definition: tidyenum.h:582
Report: Accessibility message.
Definition: tidyenum.h:1380
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Use numeric entities.
Definition: tidyenum.h:636
Allow numeric character references.
Definition: tidyenum.h:634
[5.3.1.1]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
warning and warnings
Definition: tidyenum.h:1432
Definition: tidyenum.h:1436
If false, normal output is suppressed.
Definition: tidyenum.h:653
[5.5.1.6]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
[9.3.1.2]
Definition: tidyenum.h:1435
However errors are always shown.
Definition: tidyenum.h:655
Definition: tidyenum.h:1436
Make bare HTML: remove Microsoft cruft.
Definition: tidyenum.h:625
[1.1.5.1]
Definition: tidyenum.h:1435
[7.1.1.5]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
Definition: tidyenum.h:1434
Default text for alt attribute.
Definition: tidyenum.h:574
Definition: tidyenum.h:1434
Show message ID&#39;s in the error table.
Definition: tidyenum.h:633
[13.1.1.5]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1434
[11.2.1.10]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1436
[6.2.2.3]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
Definition: tidyenum.h:1436
[6.5.1.1]
Definition: tidyenum.h:1435
Output tags in upper not lower case.
Definition: tidyenum.h:662
[5.6.1.2]
Definition: tidyenum.h:1435
Definition: tidyenum.h:1434
If true attributes may use newlines.
Definition: tidyenum.h:622
Definition: tidyenum.h:1434