This file is indexed.

/usr/share/bluefish/bflang/all-html5.bfinc is in bluefish-data 2.2.7-2.

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
<?xml version="1.0" encoding="UTF-8" ?>
<!--
		Bluefish HTML Editor
		all-html5.bfinc $Revision: 8437 $

		Copyright (C) 2008-2012 Olivier Sessink

	    This program is free software: you can redistribute it and/or modify
		it under the terms of the GNU General Public License as published by
		the Free Software Foundation, either version 3 of the License, or
		(at your option) any later version.

		This program is distributed in the hope that it will be useful,
		but WITHOUT ANY WARRANTY; without even the implied warranty of
		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
		GNU General Public License for more details.

		You should have received a copy of the GNU General Public License
		along with this program.  If not, see <http://www.gnu.org/licenses/>.
-->

<bfinc>
<element id="e.html.lcomment" pattern="&lt;!--" highlight="html-comment" starts_block="1" block_name="HTML comment">
	<context symbols="-&gt; &#9;&#10;&#13;" highlight="html-comment">
		<element pattern="--&gt;" ends_block="1" blockstartelement="e.html.lcomment" highlight="html-comment" mayfold="1" ends_context="1" />
	</context>
</element>

<tag name="style" highlight="html-tag" case_insens="1" sgml_shorttag="1" attributes="media,type,&globals;" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1">
	<autocomplete append=" type=&quot;text/css&quot;&gt;&#10;&#10;&lt;/style&gt;" backup_cursor="9" />
	<context id="c.html.css.main" symbols=" &#9;&#10;&#13;{}./*&lt;&gt;:" commentid_block="cm.cblockcomment" commentid_line="none" default_spellcheck="0">
		<element idref="e.html.lcomment"/>
		<element id="e.html.css.lcomment" pattern="/*" starts_block="1" highlight="css-comment">
			<context symbols="*/&#9;&#10;&#13;" highlight="css-comment">
				<element pattern="*/" ends_block="1" blockstartelement="e.html.css.lcomment" highlight="css-comment" ends_context="1" />
			</context>
		</element>
		&css-selectors;
			<group highlight="css-html-media">
				<element pattern="@media">
				<context symbols=" &#9;&#10;&#13;{}.;,">
					<group highlight="css-html-media" >
						<autocomplete enable="1" />
						<element pattern="all" />
						<element pattern="aural" />
						<element pattern="braille" />
						<element pattern="embossed" />
						<element pattern="handheld" />
						<element pattern="print" />
						<element pattern="projection" />
						<element pattern="screen" />
						<element pattern="tty" />
						<element pattern="tv" />
						<element id="e.css.media.group.lbrace" pattern="{" starts_block="1" highlight="css-brackets">
							<context idref="c.html.css.main" />
						</element>
					</group>
				</context>
				</element>
				<element pattern="}" ends_block="1" highlight="css-brackets" blockstartelement="e.css.media.group.lbrace" ends_context="2" />
			</group>
		<element id="e.css.lbrace" pattern="{" starts_block="1" highlight="css-brackets">
			<context symbols=" &#9;&#10;&#13;{}.:&quot;';/*">
				<element id="e.css.lcomment" pattern="/*" starts_block="1" highlight="css-comment">
					<context symbols="*/&#9;&#10;&#13;" highlight="css-comment">
						<element pattern="*/" ends_block="1" blockstartelement="e.css.lcomment" highlight="css-comment" mayfold="1" ends_context="1" />
					</context>
				</element>
				&css-rules;
				<element pattern="&lt;/style&gt;" highlight="html-tag" ends_context="3" />
				<element pattern="}" ends_block="1" blockstartelement="e.css.lbrace" highlight="css-brackets" ends_context="1" />
			</context>
		</element>
	</context>
<reference>Embedded styling information
<b>Categories:</b> metadata, flow
<b>Parents:</b> head, noscript*, flow*
<b>Children:</b> varies*
<b>Interface:</b> HTMLStyleElement</reference>
</tag>

<!-- the following context can only be defined *after* the <style> tag, because
certain elements that are referred to in
css-rules are defined in the inner context for <style>  -->
<context id="c.html.attrib.style" symbols=" ;:'&quot;">
	<element pattern="'" highlight="string">
		<context id="c.html.attrib.style.inner" symbols=" ;:'&quot;">
			<element pattern="'" ends_context="2"  highlight="string"/>
			<element pattern="&quot;" ends_context="2"  highlight="string"/>
			&css-rules;
		</context>
	</element>
	<element pattern="&quot;"  highlight="string">
		<context idref="c.html.attrib.style.inner"/>
	</element>
</context>

<tag name="script" id="t.html.script" highlight="html-tag" case_insens="1" sgml_shorttag="1" attributes="src,async,defer,type,charset,&globals;" attribhighlight="html-attribute"  attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" >
	<autocomplete append=" type=&quot;text/javascript&quot;&gt;&#10;&#10;&lt;/script&gt;" backup_cursor="10" />
	<context symbols=" ;(){}[]:\&#34;\\',&gt;&lt;*&amp;^%!+=-|/?#&#9;&#10;&#13;." commentid_line="cm.cpplinecomment"  commentid_block="none" default_spellcheck="0">
		<element pattern="(" id="e.html.js.lparen" starts_block="1" highlight="js-brackets" block_name="Javascript Parentheses block" />
		<element pattern=")" highlight="js-brackets" ends_block="1" blockstartelement="e.html.js.lparen" />
		<element pattern="{" id="e.html.js.lbrace" starts_block="1" highlight="js-brackets" block_name="Javascript Curly brackets block" />
		<element pattern="}" highlight="js-brackets" ends_block="1" blockstartelement="e.html.js.lbrace" />
		<element pattern="[" id="e.html.js.lbracket" starts_block="1" highlight="js-brackets" block_name="Javascript Square brackets block" />
		<element pattern="]" highlight="js-brackets" ends_block="1" blockstartelement="e.html.js.lbracket" />
		&all-javascript;
		<group class="JQuery">
			&JQuery;
		</group>
		<element pattern="//" highlight="js-comment">
			<context symbols="&#10;&#13;&gt;&lt; " highlight="js-comment">
				<element pattern="(&#10;|&#13;|&#13;&#10;)" is_regex="1" highlight="js-comment" ends_context="1" />
				<element pattern="&lt;/script&gt;" highlight="html-tag" ends_context="3" case_insens="1" ends_block="1" blockstartelement="t.html.script"/>
			</context>
		</element>
		<element id="e.html.js.blockcomment" pattern="/*" starts_block="1" highlight="js-comment" block_name="Javascript block comment">
			<context symbols="*/&#9;&#10;&#13;&gt;&lt; " highlight="js-comment">
				<element pattern="*/" ends_block="1" blockstartelement="e.html.js.blockcomment" highlight="js-comment" mayfold="1" ends_context="1" />
				<element pattern="&lt;/script&gt;" highlight="html-tag" case_insens="1" ends_context="3" ends_block="1" blockstartelement="t.html.script"/>
			</context>
		</element>
		<!--<element idref="e.html.lcomment"/>-->
	</context>
<reference>Embedded script
<b>Categories:</b> metadata, flow, phrasing
<b>Parents:</b> head, phrasing
<b>Children:</b> script, data, or script documentation*
<b>Interface:</b> HTMLScriptElement</reference></tag>


<tag name="a" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="href,target,rel,media,hreflang,type,&globals;">
<reference>Hyperlink
<b>Categories:</b> flow, phrasing*, interactive
<b>Parents:</b> phrasing
<b>Children:</b> transparent*
<b>Interface:</b> HTMLAnchorElement</reference></tag>
<tag name="abbr" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Abbreviation
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="address" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Contact information for a page or article element
<b>Categories:</b>flow
<b>Parents:</b>flow
<b>Children:</b>flow*
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="area" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="alt,coords,shape,href,target,rel,media,hreflang,type,&globals;" sgml_shorttag="1" no_close="1">
<reference>Hyperlink or dead area on an image map
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing*
<b>Children:</b> empty
<b>Interface:</b> HTMLAreaElement</reference></tag>
<tag name="article" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Self-contained syndicatable or reusable composition
<b>Categories:</b>flow; sectioning
<b>Parents:</b>flow
<b>Children:</b>flow
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="aside" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Sidebar for tangentially related content
<b>Categories:</b>flow; sectioning
<b>Parents:</b>flow
<b>Children:</b>flow
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="audio" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="src,crossorigin,preload,autoplay,mediagroup,loop,muted,controls,&globals;">
<reference>Audio player
<b>Categories:</b>flow; phrasing; embedded; interactive
<b>Parents:</b>phrasing
<b>Children:</b>source*; transparent*
<b>Interface:</b> HTMLAudioElement</reference></tag>
<tag name="b" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Keywords
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="base" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="href,target,&globals;" sgml_shorttag="1" no_close="1">
<reference>Base URL and default targetbrowsing context forhyperlinks andforms
<b>Categories:</b> metadata
<b>Parents:</b> head
<b>Children:</b> empty
<b>Interface:</b> HTMLBaseElement</reference></tag>
<tag name="bdi" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Text directionality isolation
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="bdo" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Text directionality formatting
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="blockquote" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="cite,&globals;">
<reference>A section quoted from another source
<b>Categories:</b>flow; sectioning root
<b>Parents:</b>flow
<b>Children:</b>flow
<b>Interface:</b> HTMLQuoteElement</reference></tag>
<tag name="body" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="onafterprint,onbeforeprint,onbeforeunload,onhashchange,onmessage,onoffline,ononline,onpagehide,onpageshow,onpopstate,onresize,onstorage,onunload,&globals;">
<reference>Document body
<b>Categories:</b>sectioning root
<b>Parents:</b>html
<b>Children:</b>flow
<b>Interface:</b> HTMLBodyElement</reference></tag>
<tag name="br" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;" sgml_shorttag="1" no_close="1">
<reference>Line break, e.g. in poem or postal address
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> empty
<b>Interface:</b> HTMLBRElement</reference></tag>
<tag name="button" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="autofocus,disabled,form,formaction,formenctype,formmethod,formnovalidate,formtarget,name,type,value,&globals;">
<reference>Button control
<b>Categories:</b> flow, phrasing, interactive, listed, labelable, submittable, form-associated
<b>Parents:</b> phrasing
<b>Children:</b> phrasing*
<b>Interface:</b> HTMLButtonElement</reference></tag>
<tag name="canvas" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="width,height,&globals;">
<reference>Scriptable bitmap canvas
<b>Categories:</b> flow, phrasing, embedded
<b>Parents:</b> phrasing
<b>Children:</b> transparent
<b>Interface:</b> HTMLCanvasElement</reference></tag>
<tag name="caption" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Table caption
<b>Categories:</b> none
<b>Parents:</b> table
<b>Children:</b> flow*
<b>Interface:</b> HTMLTableCaptionElement</reference></tag>
<tag name="cite" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Title of a work
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="code" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Computer code
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="col" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="span,&globals;" sgml_shorttag="1" no_close="1">
<reference>Table column
<b>Categories:</b> none
<b>Parents:</b> colgroup
<b>Children:</b> empty
<b>Interface:</b> HTMLTableColElement</reference></tag>
<tag name="colgroup" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="span,&globals;">
<reference>Group of columns in a table
<b>Categories:</b> none
<b>Parents:</b> table
<b>Children:</b> col
<b>Interface:</b> HTMLTableColElement</reference></tag>
<tag name="command" highlight="html-not-supported-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="type,label,icon,disabled,checked,radiogroup,&globals;" sgml_shorttag="1" no_close="1">
<reference>Menu command
<b>The following feature is at risk and may be removed due to lack of implementation.</b>
<b>Categories:</b> metadata, flow, phrasing
<b>Parents:</b> head, phrasing
<b>Children:</b> empty
<b>Interface:</b> HTMLCommandElement</reference></tag>
<tag name="datalist" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Container for options forcombo box control
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing, option
<b>Interface:</b> HTMLDataListElement</reference></tag>
<tag name="dd" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Content for correspondingdt element(s)
<b>Categories:</b> none
<b>Parents:</b> dl
<b>Children:</b> flow
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="del" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="cite,datetime,&globals;">
<reference>A removal from the document
<b>Categories:</b> flow, phrasing*
<b>Parents:</b> phrasing
<b>Children:</b> transparent
<b>Interface:</b> HTMLModElement</reference></tag>
<tag name="details" highlight="html-not-supported-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="open,&globals;">
<reference>
<b>The following feature is at risk and may be removed due to lack of implementation.</b>
Disclosure control for hiding details
<b>Categories:</b> flow, sectioning root, interactive
<b>Parents:</b> flow
<b>Children:</b> summary*, flow
<b>Interface:</b> HTMLDetailsElement</reference></tag>
<tag name="dfn" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Defining instance
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing*
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="div" block_name="DIV block" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Generic flow container
<b>Categories:</b>flow
<b>Parents:</b>flow
<b>Children:</b>flow
<b>Interface:</b> HTMLDivElement</reference></tag>
<tag name="dl" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Association list consisting of zero or more name-value groups
<b>Categories:</b> flow
<b>Parents:</b> flow
<b>Children:</b> dt*, dd*
<b>Interface:</b> HTMLDListElement</reference></tag>
<tag name="dt" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Legend for corresponding dd element(s)
<b>Categories:</b>none
<b>Parents:</b>dl
<b>Children:</b>flow*
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="em" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Stress emphasis
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="embed" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="src,type,width,height,&globals;" sgml_shorttag="1" no_close="1">
<reference>Plugin. <i>Attributes: any.</i>
<b>Categories:</b> flow, phrasing, embedded, interactive
<b>Parents:</b> phrasing
<b>Children:</b> empty
<b>Interface:</b> HTMLEmbedElement</reference></tag>
<tag name="fieldset" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="disabled,form,name,&globals;">
<reference>Group of form controls
<b>Categories:</b> flow, sectioning root, listed, form-associated
<b>Parents:</b> flow
<b>Children:</b> legend*, flow
<b>Interface:</b> HTMLFieldSetElement</reference></tag>
<tag name="figcaption" highlight="html-not-supported-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Caption forfigure
<b>Categories:</b> none
<b>Parents:</b> figure
<b>Children:</b> flow
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="figure" highlight="html-not-supported-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Figure with optional caption
<b>Categories:</b> flow, sectioning root
<b>Parents:</b> flow
<b>Children:</b> figcaption*, flow
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="footer" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Footer for a page or section
<b>Categories:</b>flow
<b>Parents:</b>flow
<b>Children:</b>flow*
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="form" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="accept-charset,action,autocomplete,enctype,method,name,novalidate,target,&globals;">
<reference>User-submittable form
<b>Categories:</b> flow
<b>Parents:</b> flow
<b>Children:</b> flow*
<b>Interface:</b> HTMLFormElement</reference></tag>
<tag name="h1" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Section heading
<b>Categories:</b>flow; heading
<b>Parents:</b>hgroup; flow
<b>Children:</b>phrasing
<b>Interface:</b> HTMLHeadingElement</reference></tag>
<tag name="h2" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Section heading
<b>Categories:</b> flow, heading
<b>Parents:</b> hgroup, flow
<b>Children:</b> phrasing
<b>Interface:</b> HTMLHeadingElement</reference></tag>
<tag name="h3" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Section heading
<b>Categories:</b> flow, heading
<b>Parents:</b> hgroup, flow
<b>Children:</b> phrasing
<b>Interface:</b> HTMLHeadingElement</reference></tag>
<tag name="h4" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Section heading
<b>Categories:</b> flow, heading
<b>Parents:</b> hgroup, flow
<b>Children:</b> phrasing
<b>Interface:</b> HTMLHeadingElement</reference></tag>
<tag name="h5" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Section heading
<b>Categories:</b> flow, heading
<b>Parents:</b> hgroup, flow
<b>Children:</b> phrasing
<b>Interface:</b> HTMLHeadingElement</reference></tag>
<tag name="h6" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Section heading
<b>Categories:</b> flow, heading
<b>Parents:</b> hgroup, flow
<b>Children:</b> phrasing
<b>Interface:</b> HTMLHeadingElement</reference></tag>
<tag name="head" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Container for document metadata
<b>Categories:</b> none
<b>Parents:</b> html
<b>Children:</b> metadata content*
<b>Interface:</b> HTMLHeadElement</reference></tag>
<tag name="header" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Introductory or navigational aids for a page or section
<b>Categories:</b>flow
<b>Parents:</b>flow
<b>Children:</b>flow*
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="hgroup" highlight="html-not-supported-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>heading group
<b>The following feature is at risk and may be removed due to lack of implementation.</b>
<b>Categories:</b>flow; heading
<b>Parents:</b>flow
<b>Children:</b>One or more h1, h2, h3, h4, h5, and/or h6
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="hr" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;" sgml_shorttag="1" no_close="1">
<reference>Thematic break
<b>Categories:</b> flow
<b>Parents:</b> flow
<b>Children:</b> empty
<b>Interface:</b> HTMLHRElement</reference></tag>
<tag name="html" block_name="html-block" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="manifest,&globals;">
<reference>Root element
<b>Categories:</b> none
<b>Parents:</b> none*
<b>Children:</b> head*, body*
<b>Interface:</b> HTMLHtmlElement</reference></tag>
<tag name="i" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Alternate voice
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="iframe" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="src,srcdoc,name,sandbox,width,height,&globals;">
<reference>Nested browsing context
<b>Categories:</b> flow, phrasing, embedded, interactive
<b>Parents:</b> phrasing
<b>Children:</b> text*
<b>Interface:</b> HTMLIFrameElement</reference></tag>
<tag name="img" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="alt,src,crossorigin,usemap,ismap,width,height,&globals;" sgml_shorttag="1" no_close="1">
<autocomplete append=" src=&#34;&#34; alt=&#34;&#34;&gt;" backup_cursor="9" />
<reference>Image
<b>Categories:</b>flow; phrasing; embedded; interactive*
<b>Parents:</b>phrasing
<b>Children:</b>empty
<b>Interface:</b> HTMLImageElement</reference></tag>
<tag name="input" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="accept,alt,autocomplete,autofocus,checked,dirname,disabled,form,formaction,formenctype,formmethod,formnovalidate,formtarget,height,list,max,maxlength,min,multiple,name,pattern,placeholder,readonly,required,size,src,step,type,value,width,&globals;" sgml_shorttag="1" no_close="1">
<reference>Form control
<b>Categories:</b> flow, phrasing, interactive*, listed, labelable, submittable, resettable, form-associated
<b>Parents:</b> phrasing
<b>Children:</b> empty
<b>Interface:</b> HTMLInputElement</reference></tag>
<tag name="ins" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="cite,datetime,&globals;">
<reference>An addition to the document
<b>Categories:</b> flow, phrasing*
<b>Parents:</b> phrasing
<b>Children:</b> transparent
<b>Interface:</b> HTMLModElement</reference></tag>
<tag name="kbd" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>User input
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="keygen" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="autofocus,challenge,disabled,form,keytype,name,&globals;" sgml_shorttag="1">
<reference>Cryptographic key-pair generator form control
<b>Categories:</b> flow, phrasing, interactive, listed, labelable, submittable, resettable, form-associated
<b>Parents:</b> phrasing
<b>Children:</b> empty
<b>Interface:</b> HTMLKeygenElement</reference></tag>
<tag name="label" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="form,for,&globals;">
<reference>Caption for a form control
<b>Categories:</b> flow, phrasing, interactive, form-associated
<b>Parents:</b> phrasing
<b>Children:</b> phrasing*
<b>Interface:</b> HTMLLabelElement</reference></tag>
<tag name="legend" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Caption forfieldset
<b>Categories:</b> none
<b>Parents:</b> fieldset
<b>Children:</b> phrasing
<b>Interface:</b> HTMLLegendElement</reference></tag>
<tag name="li" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="value,&globals;">
<reference>List item
<b>Categories:</b> none
<b>Parents:</b> ol;ul;menu
<b>Children:</b> flow
<b>Interface:</b> HTMLLIElement</reference></tag>
<tag name="link" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="href,rel,media,hreflang,type,sizes,&globals;" sgml_shorttag="1" no_close="1">
<reference>Link metadata
<b>Categories:</b> metadata, flow*, phrasing*
<b>Parents:</b> head, noscript*, phrasing*
<b>Children:</b> empty
<b>Interface:</b> HTMLLinkElement</reference></tag>
<tag name="main" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Main content
<b>Categories:</b> flow
<b>Parents:</b> flow
<b>Children:</b> flow
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="map" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="name,&globals;">
<reference>Image map
<b>Categories:</b> flow, phrasing*
<b>Parents:</b> phrasing
<b>Children:</b> transparent, area*
<b>Interface:</b> HTMLMapElement</reference></tag>
<tag name="mark" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Highlight
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="menu" highlight="html-not-supported-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="type,label,&globals;">
<reference>Menu of commands
<b>The following feature is at risk and may be removed due to lack of implementation. </b>
<b>Categories:</b> flow, interactive*
<b>Parents:</b> flow
<b>Children:</b> li*, flow
<b>Interface:</b> HTMLMenuElement</reference></tag>
<tag name="meta" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="name,http-equiv,content,charset,&globals;" sgml_shorttag="1" no_close="1">
<reference>Text metadata
<b>Categories:</b> metadata, flow*, phrasing*
<b>Parents:</b> head, noscript*, phrasing*
<b>Children:</b> empty
<b>Interface:</b> HTMLMetaElement</reference></tag>
<tag name="meter" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="value,min,max,low,high,optimum,&globals;">
<reference>Gauge
<b>Categories:</b>flow; phrasing; labelable
<b>Parents:</b>phrasing
<b>Children:</b>phrasing*
<b>Interface:</b> HTMLMeterElement</reference></tag>
<tag name="nav" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Section with navigational links
<b>Categories:</b>flow; sectioning
<b>Parents:</b>flow
<b>Children:</b>flow
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="noscript" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Fallback content for script
<b>Categories:</b> metadata, flow, phrasing
<b>Parents:</b> head*, phrasing*
<b>Children:</b> varies*
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="object" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="data,type,typemustmatch,name,usemap,form,width,height,&globals;">
<reference>Image, nested browsing context, or plugin
<b>Categories:</b>flow; phrasing; embedded; interactive*; listed; submittable; form-associated
<b>Parents:</b>phrasing
<b>Children:</b>param*; transparent
<b>Interface:</b> HTMLObjectElement</reference></tag>
<tag name="ol" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="reversed,start,&globals;">
<reference>Ordered list
<b>Categories:</b> flow
<b>Parents:</b> flow
<b>Children:</b> li
<b>Interface:</b> HTMLOListElement</reference></tag>
<tag name="optgroup" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="disabled,label,&globals;">
<reference>Group of options in a list box
<b>Categories:</b> none
<b>Parents:</b> select
<b>Children:</b> option
<b>Interface:</b> HTMLOptGroupElement</reference></tag>
<tag name="option" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="disabled,label,selected,value,&globals;">
<reference>Option in a list box or combo box control
<b>Categories:</b> none
<b>Parents:</b> select, datalist, optgroup
<b>Children:</b> text
<b>Interface:</b> HTMLOptionElement</reference></tag>
<tag name="output" highlight="html-not-supported-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="for,form,name,&globals;">
<reference>Calculated output value
<b>The following feature is at risk and may be removed due to lack of implementation. </b>
<b>Categories:</b> flow, phrasing, listed, labelable, resettable, form-associated
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLOutputElement</reference></tag>
<tag name="p" highlight="html-tag" block_name="Paragraph block" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Paragraph
<b>Categories:</b>flow
<b>Parents:</b>flow
<b>Children:</b>phrasing
<b>Interface:</b> HTMLParagraphElement</reference></tag>
<tag name="param" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="name,value,&globals;" sgml_shorttag="1" no_close="1">
<reference>Parameter forobject
<b>Categories:</b> none
<b>Parents:</b> object
<b>Children:</b> empty
<b>Interface:</b> HTMLParamElement</reference></tag>
<tag name="pre" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Block of preformatted text
<b>Categories:</b>flow
<b>Parents:</b>flow
<b>Children:</b>phrasing
<b>Interface:</b> HTMLPreElement</reference></tag>
<tag name="progress" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="value,max,&globals;">
<reference>Progress bar
<b>Categories:</b>flow; phrasing; labelable
<b>Parents:</b>phrasing
<b>Children:</b>phrasing*
<b>Interface:</b> HTMLProgressElement</reference></tag>
<tag name="q" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="cite,&globals;">
<reference>Quotation
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLQuoteElement</reference></tag>
<tag name="rp" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Parenthesis for ruby annotation text
<b>Categories:</b> none
<b>Parents:</b> ruby
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="rt" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Ruby annotation text
<b>Categories:</b> none
<b>Parents:</b> ruby
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="ruby" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Ruby annotation(s)
<b>Categories:</b>flow; phrasing
<b>Parents:</b>phrasing
<b>Children:</b>phrasing; rt; rp*
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="s" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Inaccurate text
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="samp" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Computer output
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="section" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Generic document or application section
<b>Categories:</b>flow; sectioning
<b>Parents:</b>flow
<b>Children:</b>flow
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="select" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="autofocus,disabled,form,multiple,name,required,size,&globals;">
<reference>List box control
<b>Categories:</b> flow, phrasing, interactive, listed, labelable, submittable, resettable, form-associated
<b>Parents:</b> phrasing
<b>Children:</b> option,optgroup
<b>Interface:</b> HTMLSelectElement</reference></tag>
<tag name="small" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Side comment
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="source" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="src,type,media,&globals;" sgml_shorttag="1" no_close="1">
<reference>Media source forvideo oraudio
<b>Categories:</b> none
<b>Parents:</b> video, audio
<b>Children:</b> empty
<b>Interface:</b> HTMLSourceElement</reference></tag>
<tag name="span" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Generic phrasing container
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLSpanElement</reference></tag>
<tag name="strong" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Importance
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>

<tag name="sub" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Subscript
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="summary" highlight="html-not-supported-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Caption for details
<b>The following feature is at risk and may be removed due to lack of implementation. </b>
<b>Categories:</b> none
<b>Parents:</b> details
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="sup" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Superscript
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="table" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="border,&globals;">
<reference>Table
<b>Categories:</b>flow
<b>Parents:</b>flow
<b>Children:</b>caption*; colgroup*; thead*; tbody*; tfoot*; tr*
<b>Interface:</b> HTMLTableElement</reference></tag>
<tag name="tbody" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Group of rows in a table
<b>Categories:</b> none
<b>Parents:</b> table
<b>Children:</b> tr
<b>Interface:</b> HTMLTableSectionElement</reference></tag>
<tag name="td" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="colspan,rowspan,headers,&globals;">
<reference>Table cell
<b>Categories:</b> sectioning root
<b>Parents:</b> tr
<b>Children:</b> flow
<b>Interface:</b> HTMLTableDataCellElement</reference></tag>
<tag name="textarea" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="autofocus,cols,dirname,disabled,form,maxlength,name,placeholder,readonly,required,rows,wrap,&globals;">
<reference>Multiline text field
<b>Categories:</b>flow; phrasing; interactive; listed; labelable; submittable; resettable; form-associated
<b>Parents:</b>phrasing
<b>Children:</b>text
<b>Interface:</b> HTMLTextAreaElement</reference></tag>
<tag name="tfoot" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Group of footer rows in a table
<b>Categories:</b> none
<b>Parents:</b> table
<b>Children:</b> tr
<b>Interface:</b> HTMLTableSectionElement</reference></tag>
<tag name="th" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="colspan,rowspan,headers,scope,&globals;">
<reference>Table header cell
<b>Categories:</b>none
<b>Parents:</b>tr
<b>Children:</b>flow*
<b>Interface:</b> HTMLTableHeaderCellElement</reference></tag>
<tag name="thead" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Group of heading rows in a table
<b>Categories:</b> none
<b>Parents:</b> table
<b>Children:</b> tr
<b>Interface:</b> HTMLTableSectionElement</reference></tag>
<tag name="time" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="datetime,&globals;">
<reference>Machine-readable equivalent of date- or time-related data
<b>Categories:</b>flow; phrasing
<b>Parents:</b>phrasing
<b>Children:</b>phrasing
<b>Interface:</b> HTMLTimeElement</reference></tag>
<tag name="title" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Document title
<b>Categories:</b> metadata
<b>Parents:</b> head
<b>Children:</b> text
<b>Interface:</b> HTMLTitleElement</reference></tag>
<tag name="tr" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Table row
<b>Categories:</b> none
<b>Parents:</b> table, thead, tbody, tfoot
<b>Children:</b> th*, td
<b>Interface:</b> HTMLTableRowElement</reference></tag>
<tag name="track" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="default,kind,label,src,srclang,&globals;" sgml_shorttag="1">
<reference>Timed text track
<b>Categories:</b> none
<b>Parents:</b> audio, video
<b>Children:</b> empty
<b>Interface:</b> HTMLTrackElement</reference></tag>
<tag name="u" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Keywords
<b>Categories:</b>flow; phrasing
<b>Parents:</b>phrasing
<b>Children:</b>phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="ul" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>List
<b>Categories:</b> flow
<b>Parents:</b> flow
<b>Children:</b> li
<b>Interface:</b> HTMLUListElement</reference></tag>
<tag name="var" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;">
<reference>Variable
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> phrasing
<b>Interface:</b> HTMLElement</reference></tag>
<tag name="video" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="src,crossorigin,poster,preload,autoplay,mediagroup,loop,muted,controls,width,height,&globals;">
<reference>Video player
<b>Categories:</b>flow; phrasing; embedded; interactive
<b>Parents:</b>phrasing
<b>Children:</b>source*; transparent*
<b>Interface:</b> HTMLVideoElement</reference></tag>
<tag name="wbr" highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&#34;&#34;" attrib_autocomplete_backup_cursor="1" attributes="&globals;" sgml_shorttag="1">
<reference>Line breaking opportunity
<b>Categories:</b> flow, phrasing
<b>Parents:</b> phrasing
<b>Children:</b> empty
<b>Interface:</b>HTMLElement</reference></tag>

<element pattern="&amp;[a-z0-9#]+;" is_regex="1" highlight="html-entity" />
</bfinc>