Enumerated values
Short summary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Values
- class pytidyhtml5.OptionId(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- accessibility_check_level = 1
- alt_text = 2
- anchor_as_name = 3
- ascii_chars = 4
- block_tags = 5
- body_only = 6
- break_before_br = 7
- char_encoding = 8
- coerce_end_tags = 9
- css_prefix = 10
- custom_tags = 11
- decorate_inferred_ul = 12
- doctype = 13
- doctype_mode = 14
- drop_empty_elems = 15
- drop_empty_paras = 16
- drop_prop_attrs = 17
- duplicate_attrs = 18
- emacs = 19
- emacs_file = 20
- empty_tags = 21
- enclose_block_text = 22
- enclose_body_text = 23
- err_file = 24
- escape_cdata = 25
- escape_scripts = 26
- fix_backslash = 27
- fix_comments = 28
- fix_uri = 29
- force_output = 30
- g_doc_clean = 31
- hide_comments = 32
- html_out = 33
- in_char_encoding = 34
- indent_attributes = 35
- indent_cdata = 36
- indent_content = 37
- indent_spaces = 38
- inline_tags = 39
- join_classes = 40
- join_styles = 41
- keep_file_times = 42
- keep_tabs = 43
- literal_attribs = 44
- logical_emphasis = 45
- lower_literals = 46
- make_bare = 47
- make_clean = 48
- mark = 49
- merge_divs = 50
- merge_emphasis = 51
- merge_spans = 52
- meta_charset = 53
- mute_reports = 54
- mute_show = 55
- ncr = 56
- newline = 57
- num_entities = 58
- omit_optional_tags = 59
- out_char_encoding = 60
- out_file = 61
- output_bom = 62
- p_print_tabs = 63
- pre_tags = 65
- preserve_entities = 64
- priority_attributes = 66
- punct_wrap = 67
- quiet = 68
- quote_ampersand = 69
- quote_marks = 70
- quote_nbsp = 71
- replace_color = 72
- show_errors = 73
- show_filename = 74
- show_info = 75
- show_markup = 76
- show_meta_change = 77
- show_warnings = 78
- skip_nested = 79
- sort_attributes = 80
- strict_tags_attr = 81
- style_tags = 82
- tab_size = 83
- unknown_option = 0
- upper_case_attrs = 84
- upper_case_tags = 85
- use_custom_tags = 86
- vert_space = 87
- warn_prop_attrs = 88
- word2000 = 89
- wrap_asp = 90
- wrap_att_vals = 91
- wrap_jste = 92
- wrap_len = 93
- wrap_php = 94
- wrap_scriptlets = 95
- wrap_section = 96
- write_back = 97
- xhtml_out = 98
- xml_decl = 99
- xml_out = 100
- xml_p_is = 101
- xml_space = 102
- xml_tags = 103
- class pytidyhtml5.ConfigCategory(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- diagnostics = 301
- display = 302
- document_io = 303
- encoding = 304
- file_io = 305
- internal_category = 312
- markup_cleanup = 306
- markup_entities = 307
- markup_repair = 308
- markup_teach = 309
- markup_x_form = 310
- pretty_print = 311
- unknown_category = 300
- class pytidyhtml5.OptionType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- boolean = 2
- integer = 1
- string = 0
- class pytidyhtml5.TriState(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- auto = 2
- no = 0
- yes = 1
- class pytidyhtml5.UseCustomTagsState(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- blocklevel = 1
- empty = 2
- inline = 3
- no = 0
- pre = 4
- class pytidyhtml5.LineEnding(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- cr = 2
- crlf = 1
- lf = 0
- class pytidyhtml5.EncodingOptions(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- ascii = 1
- big5 = 12
- ibm858 = 8
- iso2022 = 5
- latin0 = 2
- latin1 = 3
- mac = 6
- raw = 0
- shiftjis = 13
- utf16 = 11
- utf16be = 10
- utf16le = 9
- utf8 = 4
- win1252 = 7
- class pytidyhtml5.DoctypeModes(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- auto = 2
- html5 = 0
- loose = 4
- omit = 1
- strict = 3
- user = 5
- class pytidyhtml5.DupAttrModes(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- keep_first = 0
- keep_last = 1
- class pytidyhtml5.AttrSortStrategy(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- alpha = 1
- none = 0
- class pytidyhtml5.Uppercase(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- no = 0
- preserve = 2
- yes = 1
- class pytidyhtml5.NodeType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- asp = 10
- cdata = 8
- comment = 2
- doc_type = 1
- end = 6
- jste = 11
- php = 12
- proc_ins = 3
- root = 0
- section = 9
- start = 5
- start_end = 7
- text = 4
- xml_decl = 13
- class pytidyhtml5.TagId(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- a = 1
- abbr = 2
- acronym = 3
- address = 4
- align = 5
- applet = 6
- area = 7
- article = 123
- aside = 124
- audio = 125
- b = 8
- base = 9
- basefont = 10
- bdi = 126
- bdo = 11
- bgsound = 12
- big = 13
- blink = 14
- blockquote = 15
- body = 16
- br = 17
- button = 18
- canvas = 127
- caption = 19
- center = 20
- cite = 21
- code = 22
- col = 23
- colgroup = 24
- command = 128
- comment = 25
- data = 129
- datalist = 130
- dd = 26
- del_ = 27
- details = 131
- dfn = 28
- dialog = 132
- dir = 29
- div = 30
- dl = 31
- dt = 32
- em = 33
- embed = 34
- fieldset = 35
- figcaption = 133
- figure = 134
- font = 36
- form = 37
- frame = 38
- frameset = 39
- h1 = 40
- h2 = 41
- h3 = 42
- h4 = 43
- h5 = 44
- h6 = 45
- head = 46
- header = 136
- hgroup = 137
- hr = 47
- html = 48
- i = 49
- iframe = 50
- ilayer = 51
- img = 52
- input = 53
- ins = 54
- isindex = 55
- kbd = 56
- keygen = 57
- label = 58
- layer = 59
- legend = 60
- li = 61
- link = 62
- listing = 63
- main = 138
- map = 64
- mark = 139
- marquee = 66
- mathml = 65
- meta = 68
- meter = 141
- multicol = 69
- nextid = 122
- nobr = 70
- noembed = 71
- noframes = 72
- nolayer = 73
- nosave = 74
- noscript = 75
- object = 76
- ol = 77
- optgroup = 78
- option = 79
- output = 143
- p = 80
- param = 81
- picture = 82
- plaintext = 83
- pre = 84
- progress = 144
- q = 85
- rb = 86
- rbc = 87
- rp = 88
- rt = 89
- rtc = 90
- ruby = 91
- s = 92
- samp = 93
- script = 94
- section = 145
- select = 95
- server = 96
- servlet = 97
- slot = 152
- small = 98
- source = 146
- spacer = 99
- span = 100
- strike = 101
- strong = 102
- style = 103
- sub = 104
- summary = 147
- sup = 105
- svg = 106
- table = 107
- tbody = 108
- td = 109
- template = 148
- textarea = 110
- tfoot = 111
- th = 112
- thead = 113
- time = 149
- title = 114
- tr = 115
- track = 150
- tt = 116
- u = 117
- ul = 118
- unknown = 0
- var = 119
- video = 151
- wbr = 120
- xmp = 121
- class pytidyhtml5.AttrId(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- abbr = 1
- about = 319
- accept = 2
- accept_charset = 3
- accesskey = 4
- action = 5
- add_date = 6
- align = 7
- alink = 8
- allowfullscreen = 9
- alt = 10
- archive = 11
- aria_activedescendant = 275
- aria_atomic = 276
- aria_autocomplete = 277
- aria_busy = 278
- aria_checked = 279
- aria_controls = 280
- aria_describedby = 281
- aria_disabled = 282
- aria_dropeffect = 283
- aria_expanded = 284
- aria_flowto = 285
- aria_grabbed = 286
- aria_haspopup = 287
- aria_invalid = 289
- aria_label = 290
- aria_labelledby = 291
- aria_level = 292
- aria_live = 293
- aria_multiline = 294
- aria_multiselectable = 295
- aria_orientation = 296
- aria_owns = 297
- aria_posinset = 298
- aria_pressed = 299
- aria_readonly = 300
- aria_relevant = 301
- aria_required = 302
- aria_selected = 303
- aria_setsize = 304
- aria_sort = 305
- aria_valuemax = 306
- aria_valuemin = 307
- aria_valuenow = 308
- aria_valuetext = 309
- as_ = 328
- async_ = 173
- autocomplete = 174
- autofocus = 175
- autoplay = 176
- axis = 12
- background = 13
- baseprofile = 315
- bgcolor = 14
- bgproperties = 15
- border = 16
- bordercolor = 17
- bottommargin = 18
- cellpadding = 19
- cellspacing = 20
- challenge = 177
- char = 21
- charoff = 22
- charset = 23
- checked = 24
- cite = 25
- class_ = 26
- classid = 27
- clear = 28
- code = 29
- codebase = 30
- codetype = 31
- color = 32
- colorinterpolation = 341
- colorrendering = 342
- cols = 33
- colspan = 34
- compact = 35
- content = 36
- contenteditable = 178
- contentscripttype = 316
- contentstyletype = 317
- controls = 180
- coords = 37
- crossorigin = 181
- data = 38
- datafld = 39
- dataformatas = 40
- datapagesize = 41
- datasrc = 42
- datatype = 320
- datetime = 43
- declare = 44
- default = 182
- defer = 45
- dir = 46
- dirname = 183
- disabled = 47
- display = 318
- download = 48
- draggable = 184
- dropzone = 185
- encoding = 49
- enctype = 50
- event = 166
- face = 51
- fill = 332
- fillopacity = 345
- fillrule = 333
- for_ = 52
- form = 186
- formaction = 187
- formenctype = 188
- formmethod = 189
- formnovalidate = 190
- formtarget = 191
- frame = 53
- frameborder = 54
- framespacing = 55
- gridx = 56
- gridy = 57
- headers = 58
- height = 59
- high = 193
- href = 60
- hreflang = 61
- hspace = 62
- http_equiv = 63
- icon = 194
- id = 64
- inlist = 321
- integrity = 327
- is_ = 65
- ismap = 66
- itemid = 67
- itemprop = 68
- itemref = 69
- itemscope = 70
- itemtype = 71
- keytype = 195
- kind = 196
- label = 72
- lang = 73
- language = 74
- last_modified = 75
- last_visit = 76
- leftmargin = 77
- link = 78
- list = 197
- loading = 331
- longdesc = 79
- loop = 198
- low = 199
- lowsrc = 80
- manifest = 200
- marginheight = 81
- marginwidth = 82
- max = 201
- maxlength = 83
- media = 84
- mediagroup = 202
- method = 85
- methods = 167
- min = 203
- multiple = 86
- muted = 204
- n = 168
- name = 87
- nohref = 88
- noresize = 89
- noshade = 90
- novalidate = 205
- nowrap = 91
- object = 92
- on_abort = 208
- on_afterprint = 209
- on_afterupdate = 93
- on_beforeprint = 210
- on_beforeunload = 94
- on_beforeupdate = 95
- on_blur = 96
- on_canplay = 211
- on_canplaythrough = 212
- on_change = 97
- on_click = 98
- on_cuechange = 214
- on_dataavailable = 99
- on_datasetchanged = 100
- on_datasetcomplete = 101
- on_dblclick = 102
- on_drag = 215
- on_dragend = 216
- on_dragenter = 217
- on_dragleave = 218
- on_dragover = 219
- on_dragstart = 220
- on_drop = 221
- on_durationchange = 222
- on_emptied = 223
- on_ended = 224
- on_error = 225
- on_errorupdate = 103
- on_focus = 104
- on_hashchange = 226
- on_input = 227
- on_invalid = 228
- on_keydown = 105
- on_keypress = 106
- on_keyup = 107
- on_load = 108
- on_loadeddata = 229
- on_loadedmetadata = 230
- on_loadstart = 231
- on_message = 232
- on_mousedown = 109
- on_mousemove = 110
- on_mouseout = 111
- on_mouseover = 112
- on_mouseup = 113
- on_mousewheel = 233
- on_offline = 234
- on_online = 235
- on_pagehide = 236
- on_pageshow = 237
- on_pause = 238
- on_play = 239
- on_playing = 240
- on_popstate = 241
- on_progress = 242
- on_ratechange = 243
- on_readystatechange = 244
- on_redo = 245
- on_reset = 114
- on_resize = 246
- on_rowenter = 115
- on_rowexit = 116
- on_scroll = 247
- on_seeked = 248
- on_seeking = 249
- on_select = 117
- on_show = 250
- on_stalled = 251
- on_storage = 252
- on_submit = 118
- on_suspend = 253
- on_timeupdate = 254
- on_undo = 255
- on_unload = 119
- on_volumechange = 256
- on_waiting = 257
- opacity = 343
- open = 206
- optimum = 207
- pattern = 258
- placeholder = 259
- playsinline = 260
- poster = 261
- prefix = 322
- preload = 262
- preserveaspectratio = 313
- profile = 120
- prompt = 121
- property = 323
- pubdate = 263
- radiogroup = 264
- rbspan = 122
- readonly = 123
- rel = 124
- required = 265
- resource = 324
- rev = 125
- reversed = 266
- rightmargin = 126
- role = 127
- rows = 128
- rowspan = 129
- rules = 130
- sandbox = 267
- scheme = 131
- scope = 132
- scoped = 268
- scrolling = 133
- sdaform = 169
- sdapref = 170
- sdasuff = 171
- seamless = 269
- selected = 134
- shape = 135
- showgrid = 136
- showgridx = 137
- showgridy = 138
- size = 139
- sizes = 270
- slot = 330
- span = 140
- spellcheck = 271
- src = 141
- srcdoc = 272
- srclang = 273
- srcset = 142
- standby = 143
- start = 144
- step = 274
- stroke = 334
- strokedasharray = 335
- strokedashoffset = 336
- strokelinecap = 337
- strokelinejoin = 338
- strokemiterlimit = 339
- strokeopacity = 344
- strokewidth = 340
- style = 145
- summary = 146
- tabindex = 147
- target = 148
- text = 149
- title = 150
- topmargin = 151
- translate = 152
- type = 153
- typeof = 325
- unknown = 0
- urn = 172
- usemap = 154
- valign = 155
- value = 156
- valuetype = 157
- version = 158
- viewbox = 312
- vlink = 159
- vocab = 326
- vspace = 160
- width = 161
- wrap = 162
- x = 310
- xml_lang = 163
- xml_space = 164
- xmlns = 165
- xmlnsxlink = 329
- y = 311
- zoomandpan = 314
- class pytidyhtml5.ReportLevel(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- access = 353
- bad_document = 355
- config = 352
- dialogue_doc = 359
- dialogue_info = 358
- dialogue_summary = 357
- error = 354
- fatal = 356
- info = 350
- warning = 351
- class pytidyhtml5.FormatParameterType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- double = 3
- int = 0
- string = 2
- uint = 1
- unknown = 20
- class pytidyhtml5.Strings(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
- added_missing_charset = 546
- anchor_duplicated = 548
- anchor_not_unique = 547
- apos_undefined = 549
- applet_missing_alt = 670
- area_missing_alt = 679
- ascii_requires_description = 681
- associate_labels_explicitly = 770
- associate_labels_explicitly_for = 771
- associate_labels_explicitly_id = 772
- attr_value_not_lcase = 550
- attribute_is_not_allowed = 551
- attribute_value_replaced = 552
- audio_missing_text_aiff = 674
- audio_missing_text_au = 673
- audio_missing_text_ra = 676
- audio_missing_text_rm = 677
- audio_missing_text_snd = 675
- audio_missing_text_wav = 672
- backslash_in_uri = 553
- bad_attribute_value = 555
- bad_attribute_value_replaced = 554
- bad_cdata_content = 556
- bad_summary_html5 = 557
- bad_surrogate_lead = 558
- bad_surrogate_pair = 559
- bad_surrogate_tail = 560
- blank_title_element = 659
- cant_be_nested = 561
- coerce_to_endtag = 562
- color_contrast_active_link = 692
- color_contrast_link = 691
- color_contrast_text = 690
- color_contrast_visited_link = 693
- content_after_body = 563
- custom_tag_detected = 564
- data_table_missing_headers = 706
- data_table_missing_headers_column = 707
- data_table_missing_headers_row = 708
- data_table_require_markup_column_headers = 709
- data_table_require_markup_row_headers = 710
- discarding_unexpected = 565
- doctype_after_tags = 566
- doctype_missing = 694
- duplicate_frameset = 567
- element_not_empty = 568
- element_vers_mismatch_error = 569
- element_vers_mismatch_warn = 570
- encoding_mismatch = 571
- ensure_programmatic_objects_accessible_applet = 746
- ensure_programmatic_objects_accessible_embed = 747
- ensure_programmatic_objects_accessible_object = 745
- ensure_programmatic_objects_accessible_script = 744
- escaped_illegal_uri = 572
- file_cant_open = 573
- file_cant_open_cfg = 574
- file_not_file = 575
- fixed_backslash = 576
- fn_line_column_string = 502
- footnote_trim_empty_element = 517
- found_style_in_body = 577
- frame_missing_longdesc = 678
- frame_missing_noframes = 732
- frame_missing_title = 767
- frame_src_invalid = 724
- frame_title_invalid_null = 768
- frame_title_invalid_spaces = 769
- header_used_format_text = 700
- headers_improperly_nested = 696
- id_name_mismatch = 578
- illegal_nesting = 579
- illegal_uri_codepoint = 580
- illegal_uri_reference = 581
- image_map_server_side_requires_conversion = 748
- img_alt_suspicious_file_size = 663
- img_alt_suspicious_filename = 662
- img_alt_suspicious_placeholder = 664
- img_alt_suspicious_too_long = 665
- img_button_missing_alt = 669
- img_map_client_missing_text_links = 684
- img_map_server_requires_text_links = 682
- img_missing_alt = 661
- img_missing_dlink = 667
- img_missing_longdesc = 668
- img_missing_longdesc_dlink = 666
- information_not_conveyed_applet = 686
- information_not_conveyed_image = 685
- information_not_conveyed_input = 689
- information_not_conveyed_object = 687
- information_not_conveyed_script = 688
- inserting_auto_attribute = 582
- inserting_tag = 583
- invalid_attribute = 584
- invalid_ncr = 585
- invalid_sgml_chars = 586
- invalid_utf16 = 588
- invalid_utf8 = 587
- invalid_xml_id = 589
- joining_attribute = 590
- language_invalid = 705
- language_not_identified = 704
- layout_table_invalid_markup = 712
- layout_tables_linearize_properly = 711
- line_column_string = 501
- link_text_missing = 774
- link_text_not_meaningful = 773
- link_text_not_meaningful_click_here = 776
- link_text_too_long = 775
- list_usage_invalid_li = 703
- list_usage_invalid_ol = 702
- list_usage_invalid_ul = 701
- malformed_comment = 591
- malformed_comment_dropping = 592
- malformed_comment_eos = 593
- malformed_comment_warn = 594
- malformed_doctype = 595
- metadata_missing = 777
- metadata_missing_redirect_autorefresh = 778
- mismatched_attribute_error = 596
- mismatched_attribute_warn = 597
- missing_attr_value = 598
- missing_attribute = 599
- missing_doctype = 600
- missing_endtag_before = 601
- missing_endtag_for = 602
- missing_endtag_optional = 603
- missing_imagemap = 604
- missing_quotemark = 605
- missing_quotemark_open = 606
- missing_semicolon = 608
- missing_semicolon_ncr = 607
- missing_starttag = 609
- missing_title_element = 610
- moved_style_to_head = 611
- multimedia_requires_text = 683
- nested_emphasis = 612
- nested_quotation = 613
- new_windows_require_warning_blank = 756
- new_windows_require_warning_new = 755
- newline_in_uri = 614
- noframes_content = 615
- noframes_invalid_content = 734
- noframes_invalid_link = 735
- noframes_invalid_no_value = 733
- non_matching_endtag = 616
- object_missing_alt = 671
- obsolete_element = 617
- option_removed = 618
- option_removed_applied = 619
- option_removed_unapplied = 620
- potential_header_bold = 697
- potential_header_italics = 698
- potential_header_underline = 699
- previous_location = 621
- programmatic_objects_require_testing_applet = 731
- programmatic_objects_require_testing_embed = 730
- programmatic_objects_require_testing_object = 729
- programmatic_objects_require_testing_script = 728
- proprietary_attr_value = 622
- proprietary_attribute = 623
- proprietary_element = 624
- remove_auto_redirect = 743
- remove_auto_refresh = 742
- remove_blink_marquee = 741
- remove_flicker_animated_gif = 740
- remove_flicker_applet = 739
- remove_flicker_embed = 738
- remove_flicker_object = 737
- remove_flicker_script = 736
- removed_html5 = 625
- repeated_attribute = 626
- replace_deprecated_html_applet = 757
- replace_deprecated_html_basefont = 758
- replace_deprecated_html_center = 759
- replace_deprecated_html_dir = 760
- replace_deprecated_html_font = 761
- replace_deprecated_html_isindex = 762
- replace_deprecated_html_s = 764
- replace_deprecated_html_strike = 765
- replace_deprecated_html_u = 766
- replacing_element = 627
- replacing_unex_element = 628
- report_message_first = 545
- report_message_last = 660
- script_missing_noscript = 680
- script_not_keyboard_accessible_on_click = 751
- script_not_keyboard_accessible_on_mouse_down = 749
- script_not_keyboard_accessible_on_mouse_move = 754
- script_not_keyboard_accessible_on_mouse_out = 753
- script_not_keyboard_accessible_on_mouse_over = 752
- script_not_keyboard_accessible_on_mouse_up = 750
- skipover_ascii_art = 779
- space_preceding_xmldecl = 629
- string_argument_bad = 631
- string_content_looks = 630
- string_discarding = 503
- string_doctype_given = 632
- string_error_count = 539
- string_error_count_error = 504
- string_error_count_warning = 505
- string_hello_access = 506
- string_html_proprietary = 507
- string_missing_malformed = 633
- string_muting_type = 634
- string_needs_intervention = 540
- string_no_errors = 541
- string_no_sysid = 635
- string_not_all_shown = 542
- string_plain_text = 508
- string_replacing = 509
- string_specified = 510
- string_unknown_option = 636
- string_xml_declaration = 511
- style_sheet_control_presentation = 695
- stylesheets_require_testing_link = 721
- stylesheets_require_testing_style_attr = 723
- stylesheets_require_testing_style_element = 722
- suspected_missing_quote = 637
- table_may_require_header_abbr = 718
- table_may_require_header_abbr_null = 719
- table_may_require_header_abbr_spaces = 720
- table_missing_caption = 717
- table_missing_summary = 713
- table_summary_invalid_null = 714
- table_summary_invalid_placeholder = 716
- table_summary_invalid_spaces = 715
- tag_not_allowed_in = 638
- tc_label_col = 780
- tc_label_file = 781
- tc_label_lang = 782
- tc_label_levl = 783
- tc_label_opt = 784
- tc_main_error_load_config = 785
- tc_opt_access = 786
- tc_opt_ascii = 787
- tc_opt_ashtml = 788
- tc_opt_asxml = 789
- tc_opt_bare = 790
- tc_opt_big5 = 791
- tc_opt_clean = 792
- tc_opt_config = 793
- tc_opt_errors = 794
- tc_opt_exp_cfg = 816
- tc_opt_exp_def = 817
- tc_opt_file = 795
- tc_opt_gdoc = 796
- tc_opt_help = 797
- tc_opt_helpcfg = 798
- tc_opt_helpenv = 799
- tc_opt_helpopt = 800
- tc_opt_ibm858 = 801
- tc_opt_indent = 802
- tc_opt_iso2022 = 803
- tc_opt_language = 804
- tc_opt_latin0 = 805
- tc_opt_latin1 = 806
- tc_opt_mac = 807
- tc_opt_modify = 808
- tc_opt_numeric = 809
- tc_opt_omit = 810
- tc_opt_output = 811
- tc_opt_quiet = 812
- tc_opt_raw = 813
- tc_opt_shiftjis = 814
- tc_opt_showcfg = 815
- tc_opt_upper = 818
- tc_opt_utf16 = 819
- tc_opt_utf16_be = 820
- tc_opt_utf16_le = 821
- tc_opt_utf8 = 822
- tc_opt_version = 823
- tc_opt_win1252 = 824
- tc_opt_wrap = 825
- tc_opt_xml = 826
- tc_opt_xmlcfg = 827
- tc_opt_xmlerrs = 829
- tc_opt_xmlhelp = 831
- tc_opt_xmlopts = 830
- tc_opt_xmlstrg = 828
- tc_string_char_encoding = 845
- tc_string_conf_header = 832
- tc_string_conf_name = 833
- tc_string_conf_note = 836
- tc_string_conf_type = 834
- tc_string_conf_value = 835
- tc_string_fatal_error = 839
- tc_string_file_manip = 840
- tc_string_lang_must_specify = 841
- tc_string_lang_not_found = 842
- tc_string_misc = 846
- tc_string_must_specify = 843
- tc_string_opt_not_documented = 837
- tc_string_out_of_memory = 838
- tc_string_process_directives = 844
- tc_string_unknown_option = 848
- tc_string_unknown_option_b = 849
- tc_string_vers_a = 850
- tc_string_vers_b = 851
- tc_string_xml = 847
- tc_txt_help_1 = 852
- tc_txt_help_2_a = 853
- tc_txt_help_2_b = 854
- tc_txt_help_3 = 855
- tc_txt_help_3_a = 856
- tc_txt_help_config = 857
- tc_txt_help_config_allw = 860
- tc_txt_help_config_name = 858
- tc_txt_help_config_type = 859
- tc_txt_help_env_1 = 861
- tc_txt_help_env_1_a = 862
- tc_txt_help_env_1_b = 863
- tc_txt_help_env_1_c = 864
- tc_txt_help_lang_1 = 865
- tc_txt_help_lang_2 = 866
- tc_txt_help_lang_3 = 867
- text_access_advice1 = 518
- text_access_advice2 = 519
- text_bad_form = 520
- text_bad_main = 521
- text_equivalents_require_updating_applet = 725
- text_equivalents_require_updating_object = 727
- text_equivalents_require_updating_script = 726
- text_general_info = 544
- text_general_info_plea = 543
- text_html_t_algorithm = 522
- text_invalid_uri = 523
- text_invalid_utf16 = 524
- text_invalid_utf8 = 525
- text_m_image_alt = 526
- text_m_image_map = 527
- text_m_link_alt = 528
- text_m_summary = 529
- text_sgml_chars = 530
- text_using_body = 531
- text_using_font = 532
- text_using_frames = 533
- text_using_layer = 534
- text_using_nobr = 535
- text_using_spacer = 536
- text_vendor_chars = 537
- text_windows_chars = 538
- tidycustomblocklevel_string = 513
- tidycustomempty_string = 514
- tidycustominline_string = 515
- tidycustomno_string = 512
- tidycustompre_string = 516
- tidystrings_first = 500
- tidystrings_last = 868
- too_many_elements = 640
- too_many_elements_in = 639
- trim_empty_element = 641
- unescaped_ampersand = 642
- unexpected_end_of_file = 644
- unexpected_end_of_file_attr = 643
- unexpected_endtag = 647
- unexpected_endtag_err = 645
- unexpected_endtag_in = 646
- unexpected_equalsign = 648
- unexpected_gt = 649
- unexpected_quotemark = 650
- unknown_element = 652
- unknown_element_looks_custom = 651
- unknown_entity = 653
- using_br_inplace_of = 654
- vendor_specific_chars = 655
- white_in_uri = 656
- xml_declaration_detected = 657
- xml_id_syntax = 658