This file is indexed.

/usr/share/perl5/MKDoc/XML/Stripper/mkdoc16.txt is in libmkdoc-xml-perl 0.75-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
# mkdoc 1.6 defaults by chris croome (chris@mkdoc.com) 2003/05/16
# linearized and sorted by paul arzul (patricka@mkdoc.com) 2003/09/22
#
# recreated from xhtml 1.0 strict by paul arzul (patricka@mkdoc.com) 2003/09/26


# a
# anchor

a accesskey
a charset
a class
a coords
a dir
a href
a hreflang
a id
a lang
a name
a rel
a rev
a shape
a tabindex
a title
a type
a xml:lang


# abbr
# abbreviated form (e.g., WWW, HTTP, etc.)

abbr class
abbr dir
abbr id
abbr lang
abbr title
abbr xml:lang


# acronym
#

acronym class
acronym dir
acronym id
acronym lang
acronym title
acronym xml:lang


# address
# information on author

address class
address dir
address id
address lang
address title
address xml:lang


# area
# client-side image map area

area accesskey
area alt
area class
area coords
area dir
area href
area id
area lang
area nohref
area shape
area tabindex
area title
area xml:lang


# b

b class
b dir
b id
b lang
b title
b xml:lang


# bdo
# I18N BiDi over-ride

bdo class
bdo dir
bdo id
bdo lang
bdo title
bdo xml:lang


# big

big class
big dir
big id
big lang
big title
big xml:lang


# blockquote
# long quotation

blockquote cite
blockquote class
blockquote dir
blockquote id
blockquote lang
blockquote title
blockquote xml:lang


# body
# document body

body class
body dir
body id
body lang
body title
body xml:lang


# br
# forced line break

br class
br id
br title


# button
# push button

button accesskey
button class
button dir
button disabled
button id
button lang
button name
button tabindex
button title
button type
button value
button xml:lang


# caption
# table caption

caption class
caption dir
caption id
caption lang
caption title
caption xml:lang


# cite
# citation

cite class
cite dir
cite id
cite lang
cite title
cite xml:lang


# code
# computer code fragment

code class
code dir
code id
code lang
code title
code xml:lang


# col
# table column

col class
col dir
col id
col lang
col span
col title
col width
col xml:lang


# colgroup
# table column group

colgroup class
colgroup dir
colgroup id
colgroup lang
colgroup span
colgroup title
colgroup width
colgroup xml:lang


# dd
# definition description

dd class
dd dir
dd id
dd lang
dd title
dd xml:lang


# del
# deleted text

del cite
del class
del datetime
del dir
del id
del lang
del title
del xml:lang


# dfn
# instance definition

dfn class
dfn dir
dfn id
dfn lang
dfn title
dfn xml:lang


# div
# generic language/style container

div align
div class
div dir
div id
div lang
div title
div xml:lang


# dl
# definition list

dl class
dl dir
dl id
dl lang
dl title
dl xml:lang


# dt
# definition term

dt class
dt dir
dt id
dt lang
dt title
dt xml:lang


# em
# emphasis

em class
em dir
em id
em lang
em title
em xml:lang


# fieldset
# form control group

fieldset class
fieldset dir
fieldset id
fieldset lang
fieldset title
fieldset xml:lang


# form
# interactive form

form accept
form accept-charset
form action
form class
form dir
form enctype
form id
form lang
form method
form title
form xml:lang


# h1
# heading

h1 class
h1 dir
h1 id
h1 lang
h1 title
h1 xml:lang
h1 align


# h2
# heading

h2 class
h2 dir
h2 id
h2 lang
h2 title
h2 xml:lang
h2 align

# h3
# heading

h3 class
h3 dir
h3 id
h3 lang
h3 title
h3 xml:lang
h3 align

# h4
# heading

h4 class
h4 dir
h4 id
h4 lang
h4 title
h4 xml:lang
h4 align

# h5
# heading

h5 class
h5 dir
h5 id
h5 lang
h5 title
h5 xml:lang
h5 align

# h6
# heading

h6 class
h6 dir
h6 id
h6 lang
h6 title
h6 xml:lang
h6 align

# head
# document head

head dir
head id
head lang
head profile
head xml:lang


# hr
# horizontal rule

hr class
hr dir
hr id
hr lang
hr title
hr xml:lang


# html
# document root element

html dir
html id
html lang
html xml:lang
html xmlns


# i
# italic text style

i class
i dir
i id
i lang
i title
i xml:lang


# img
# Embedded image

img align
img alt
img class
img dir
img height
img id
img ismap
img lang
img longdesc
img src
img title
img usemap
img width
img xml:lang
img border

# input
# form control

input accept
input accesskey
input alt
input checked
input class
input dir
input disabled
input id
input lang
input maxlength
input name
input readonly
input size
input src
input tabindex
input title
input type
input usemap
input value
input xml:lang


# ins
# inserted text

ins cite
ins class
ins datetime
ins dir
ins id
ins lang
ins title
ins xml:lang


# kbd
# text to be entered by the user

kbd class
kbd dir
kbd id
kbd lang
kbd title
kbd xml:lang


# label
# form field label text

label accesskey
label class
label dir
label for
label id
label lang
label title
label xml:lang


# legend
# fieldset legend

legend accesskey
legend class
legend dir
legend id
legend lang
legend title
legend xml:lang


# li
# list item

li class
li dir
li id
li lang
li title
li xml:lang


# map
# client-side image map

map class
map dir
map id
map lang
map name
map title
map xml:lang


# object
# generic embedded object

object archive
object class
object classid
object codebase
object codetype
object data
object declare
object dir
object height
object id
object lang
object name
object standby
object tabindex
object title
object type
object usemap
object width
object xml:lang


# ol
# ordered list

ol class
ol dir
ol id
ol lang
ol title
ol xml:lang


# optgroup
# option group

optgroup class
optgroup dir
optgroup disabled
optgroup id
optgroup label
optgroup lang
optgroup title
optgroup xml:lang


# option
# selectable choice

option class
option dir
option disabled
option id
option label
option lang
option selected
option title
option value
option xml:lang


# p
# paragraph

p class
p dir
p id
p lang
p title
p xml:lang
p align


# param
# named property value

param id
param name
param type
param value
param valuetype


# pre
# preformatted text

pre class
pre dir
pre id
pre lang
pre title
pre xml:lang
pre xml:space


# q
# short inline quotation

q cite
q class
q dir
q id
q lang
q title
q xml:lang


# samp
# sample program output, scripts, etc.

samp class
samp dir
samp id
samp lang
samp title
samp xml:lang


# select
# option selector

select class
select dir
select disabled
select id
select lang
select multiple
select name
select size
select tabindex
select title
select xml:lang


# small

small class
small dir
small id
small lang
small title
small xml:lang


# span
# generic language/style container

span class
span dir
span id
span lang
span title
span xml:lang


# strong
# strong emphasis

strong class
strong dir
strong id
strong lang
strong title
strong xml:lang


# sub
# subscript

sub class
sub dir
sub id
sub lang
sub title
sub xml:lang


# sup
# superscript

sup class
sup dir
sup id
sup lang
sup title
sup xml:lang


# table
#

table border
table cellpadding
table cellspacing
table class
table dir
table frame
table id
table lang
table rules
table summary
table title
table width
table xml:lang


# tbody
# table body

tbody class
tbody dir
tbody id
tbody lang
tbody title
tbody xml:lang


# td
# table data cell

td abbr
td axis
td class
td colspan
td dir
td headers
td id
td lang
td rowspan
td scope
td title
td xml:lang


# textarea
# multi-line text field

textarea accesskey
textarea class
textarea cols
textarea dir
textarea disabled
textarea id
textarea lang
textarea name
textarea readonly
textarea rows
textarea tabindex
textarea title
textarea xml:lang


# tfoot
# table footer

tfoot class
tfoot dir
tfoot id
tfoot lang
tfoot title
tfoot xml:lang


# th
# table header cell

th abbr
th axis
th class
th colspan
th dir
th headers
th id
th lang
th rowspan
th scope
th title
th xml:lang


# thead
# table header

thead class
thead dir
thead id
thead lang
thead title
thead xml:lang


# title
# document title

title dir
title id
title lang
title xml:lang


# tr
# table row

tr class
tr dir
tr id
tr lang
tr title
tr xml:lang


# tt

tt class
tt dir
tt id
tt lang
tt title
tt xml:lang


# ul
# unordered list

ul class
ul dir
ul id
ul lang
ul title
ul xml:lang


# var
# instance of a variable or program argument

var class
var dir
var id
var lang
var title
var xml:lang