forked from gamozolabs/fzero_fuzzer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhtml.json
174 lines (174 loc) · 16.8 KB
/
html.json
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
{
"<start>": [["<_l_>", "!DOCTYPE html", "<_r_>", "<html_document>"]],
"<_l_>": [["<"]],
"<_r_>": [[">"]],
"<_cl_>": [["</"]],
"<a_tag>": [["<_l_>", "a", "<d>", "<_r_>", "<a_content-1>", "<_cl_>", "a", "<_r_>"]],
"<a_content>": [["<heading>"], ["<text>"]],
"<abbr_tag>": [["<_l_>", "abbr", "<d>", "<_r_>", "<text>", "<_cl_>", "abbr", "<_r_>"]],
"<acronym_tag>": [["<_l_>", "acronym", "<d>", "<_r_>", "<text>", "<_cl_>", "acronym", "<_r_>"]],
"<address_tag>": [["<_l_>", "address", "<d>", "<_r_>", "<address_content-1>", "<_cl_>", "address", "<_r_>"]],
"<address_content>": [["<p_tag>"], ["<text>"]],
"<applet_content>": [["<param-1>", "<body_content>"]],
"<area>": [["<_l_>", "area", "<d>", "<_r_>"]],
"<applet_tag>": [["<_l_>", "applet", "<d>", "<_r_>", "<applet_content>", "<_cl_>", "applet", "<_r_>"]],
"<b_tag>": [["<_l_>", "b", "<d>", "<_r_>", "<text>", "<_cl_>", "b", "<_r_>"]],
"<basefont_tag>": [["<_l_>", "basefront", "<d>", "<_r_>", "<body_content>", "<_cl_>", "basefront", "<_r_>"]],
"<bdo_tag>": [["<_l_>", "bdo", "<d>", "<_r_>", "<text>", "<_cl_>", "bdo", "<_r_>"]],
"<big_tag>": [["<_l_>", "big", "<d>", "<_r_>", "<text>", "<_cl_>", "big", "<_r_>"]],
"<blink_tag>": [["<_l_>", "blink", "<d>", "<_r_>", "<text>", "<_cl_>", "blink", "<_r_>"]],
"<block>": [["<block_content-1>"]],
"<block_content>": [["<basefont_tag>"], ["<blockquote_tag>"], ["<center_tag>"], ["<dir_tag>"], ["<div_tag>"], ["<dl_tag>"], ["<form_tag>"], ["<listing_tag>"], ["<menu_tag>"], ["<multicol_tag>"], ["<nobr_tag>"], ["<ol_tag>"], ["<p_tag>"], ["<pre_tag>"], ["<table_tag>"], ["<ul_tag>"], ["<xmp_tag>"]],
"<blockquote_tag>": [["<_l_>", "blockquote", "<d>", "<_r_>", "<body_content>", "<_cl_>", "blockquote", "<_r_>"]],
"<body_content>": [["<_l_>", "bgsound", "<d>", "<_r_>"], ["<_l_>", "hr", "<_r_>"], ["<address_tag>"], ["<block>"], ["<del_tag>"], ["<heading>"], ["<ins_tag>"], ["<layer_tag>"], ["<map_tag>"], ["<marquee_tag>"], ["<text>"]],
"<body_tag>": [["<_l_>", "body", "<d>", "<_r_>", "<body_content-1>", "<_cl_>", "body", "<_r_>"]],
"<caption_tag>": [["<_l_>", "caption", "<d>", "<_r_>", "<body_content-2>", "<_cl_>", "caption", "<_r_>"]],
"<center_tag>": [["<_l_>", "center", "<d>", "<_r_>", "<body_content-3>", "<_cl_>", "center", "<_r_>"]],
"<cite_tag>": [["<_l_>", "cite", "<d>", "<_r_>", "<text>", "<_cl_>", "cite", "<_r_>"]],
"<code_tag>": [["<_l_>", "code", "<d>", "<_r_>", "<text>", "<_cl_>", "code", "<_r_>"]],
"<colgroup_content>": [["<_l_>", "col", "<d>", "<_r_-1>"]],
"<colgroup_tag>": [["<_l_>", "colgroup", "<d>", "<_r_>", "<colgroup_content>"]],
"<content_style>": [["<abbr_tag>"], ["<acronym_tag>"], ["<cite_tag>"], ["<code_tag>"], ["<dfn_tag>"], ["<em_tag>"], ["<kbd_tag>"], ["<q_tag>"], ["<strong_tag>"], ["<var_tag>"]],
"<dd_tag>": [["<_l_>", "dd", "<d>", "<_r_>", "<flow>", "<_cl_>", "dd", "<_r_>"]],
"<del_tag>": [["<_l_>", "del", "<d>", "<_r_>", "<flow>", "<_cl_>", "del", "<_r_>"]],
"<dfn_tag>": [["<_l_>", "dfn", "<d>", "<_r_>", "<text>", "<_cl_>", "dfn", "<_r_>"]],
"<dir_tag>": [["<_l_>", "dir", "<d>", "<_r_>", "<li_tag-1>", "<_cl_>", "dir", "<_r_>"]],
"<div_tag>": [["<_l_>", "div", "<d>", "<_r_>", "<body_content>", "<_cl_>", "div", "<_r_>"]],
"<dl_content>": [["<dt_tag>", "<dd_tag>"]],
"<dl_tag>": [["<_l_>", "dl", "<d>", "<_r_>", "<dl_content-1>", "<_cl_>", "dl", "<_r_>"]],
"<dt_tag>": [["<_l_>", "dt", "<d>", "<_r_>", "<text>", "<_cl_>", "dt", "<_r_>"]],
"<em_tag>": [["<_l_>", "em", "<d>", "<_r_>", "<text>", "<_cl_>", "em", "<_r_>"]],
"<fieldset_tag>": [["<_l_>", "fieldset", "<d>", "<_r_>", "<legend_tag-1>", "<form_content-1>", "<_cl_>", "fieldset", "<_r_>"]],
"<flow>": [["<flow_content-1>"]],
"<flow_content>": [["<block>"], ["<text>"]],
"<font_tag>": [["<_l_>", "font", "<d>", "<_r_>", "<style_text>", "<_cl_>", "font", "<_r_>"]],
"<form_content>": [["<_l_>", "input", "<d>", "<_r_>"], ["<_l_>", "keygen", "<d>", "<_r_>"], ["<body_content>"], ["<fieldset_tag>"], ["<label_tag>"], ["<select_tag>"], ["<textarea_tag>"]],
"<form_tag>": [["<_l_>", "form", "<d>", "<_r_>", "<form_content-2>", "<_cl_>", "form", "<_r_>"]],
"<frameset_content>": [["<_l_>", "frame", "<d>", "<_r_>"], ["<noframes_tag>"]],
"<frameset_tag>": [["<_l_>", "frameset", "<d>", "<_r_>", "<frameset_content-1>", "<_cl_>", "frameset", "<_r_>"]],
"<h1_tag>": [["<_l_>", "h1", "<d>", "<_r_>", "<text>", "<_cl_>", "h1", "<_r_>"]],
"<h2_tag>": [["<_l_>", "h2", "<d>", "<_r_>", "<text>", "<_cl_>", "h2", "<_r_>"]],
"<h3_tag>": [["<_l_>", "h3", "<d>", "<_r_>", "<text>", "<_cl_>", "h3", "<_r_>"]],
"<h4_tag>": [["<_l_>", "h4", "<d>", "<_r_>", "<text>", "<_cl_>", "h4", "<_r_>"]],
"<h5_tag>": [["<_l_>", "h5", "<d>", "<_r_>", "<text>", "<_cl_>", "h5", "<_r_>"]],
"<h6_tag>": [["<_l_>", "h6", "<d>", "<_r_>", "<text>", "<_cl_>", "h6", "<_r_>"]],
"<head_content>": [["<_l_>", "base", "<d>", "<_r_>"], ["<_l_>", "link", "<d>", "<_r_>"], ["<_l_>", "meta", "<d>", "<_r_>"], ["<style_tag>"], ["<title_tag>"], ["<script_tag>"]],
"<head_tag>": [["<_l_>", "head", "<d>", "<_r_>", "<head_content-1>", "<_cl_>", "head", "<_r_>"]],
"<heading>": [["<h1_tag>"], ["<h2_tag>"], ["<h3_tag>"], ["<h4_tag>"], ["<h5_tag>"], ["<h6_tag>"]],
"<html_content>": [["<head_tag>", "<body_tag>"], ["<head_tag>", "<frameset_tag>"]],
"<html_document>": [["<html_tag>"]],
"<html_tag>": [["<_l_>", "html", "<_r_>", "<html_content>", "<_cl_>", "html", "<_r_>"]],
"<i_tag>": [["<_l_>", "i", "<d>", "<_r_>", "<text>", "<_cl_>", "i", "<_r_>"]],
"<ilayer_tag>": [["<_l_>", "ilayer", "<d>", "<_r_>", "<body_content>", "<_cl_>", "ilayer", "<_r_>"]],
"<ins_tag>": [["<_l_>", "ins", "<d>", "<_r_>", "<flow>", "<_cl_>", "ins", "<_r_>"]],
"<kbd_tag>": [["<_l_>", "kbd", "<d>", "<_r_>", "<text>", "<_cl_>", "kbd", "<_r_>"]],
"<label_content>": [["<_l_>", "input", "<d>", "<_r_>"], ["<body_content>"], ["<select_tag>"], ["<textarea_tag>"]],
"<label_tag>": [["<_l_>", "label", "<d>", "<_r_>", "<label_content-1>", "<_cl_>", "label", "<_r_>"]],
"<layer_tag>": [["<_l_>", "layer", "<d>", "<_r_>", "<body_content>", "<_cl_>", "layer", "<_r_>"]],
"<legend_tag>": [["<_l_>", "legend", "<d>", "<_r_>", "<text>", "<_cl_>", "legend", "<_r_>"]],
"<li_tag>": [["<_l_>", "li", "<d>", "<_r_>", "<flow>", "<_cl_>", "li", "<_r_>"]],
"<literal_text>": [["<plain_text>"]],
"<listing_tag>": [["<_l_>", "listing", "<d>", "<_r_>", "<literal_text>", "<_cl_>", "listing", "<_r_>"]],
"<map_content>": [["<area-1>"]],
"<map_tag>": [["<_l_>", "map", "<d>", "<_r_>", "<map_content>", "<_cl_>", "map", "<_r_>"]],
"<marquee_tag>": [["<_l_>", "marquee", "<d>", "<_r_>", "<style_text>", "<_cl_>", "marquee", "<_r_>"]],
"<menu_tag>": [["<_l_>", "menu", "<d>", "<_r_>", "<li_tag-2>", "<_cl_>", "menu", "<_r_>"]],
"<multicol_tag>": [["<_l_>", "multicol", "<d>", "<_r_>", "<body_content>", "<_cl_>", "multicol", "<_r_>"]],
"<nobr_tag>": [["<_l_>", "nobr", "<d>", "<_r_>", "<text>", "<_cl_>", "nobr", "<_r_>"]],
"<noembed_tag>": [["<_l_>", "noembed", "<d>", "<_r_>", "<text>", "<_cl_>", "noembed", "<_r_>"]],
"<noframes_tag>": [["<_l_>", "noframes", "<d>", "<_r_>", "<body_content-4>", "<_cl_>", "noframes", "<_r_>"]],
"<noscript_tag>": [["<_l_>", "noscript", "<d>", "<_r_>", "<text>", "<_cl_>", "noscript", "<_r_>"]],
"<object_content>": [["<param-2>", "<body_content>"]],
"<object_tag>": [["<_l_>", "object", "<d>", "<_r_>", "<object_content>", "<_cl_>", "object", "<_r_>"]],
"<ol_tag>": [["<_l_>", "ol", "<d>", "<_r_>", "<li_tag-3>", "<_cl_>", "ol", "<_r_>"]],
"<optgroup_tag>": [["<_l_>", "optgroup", "<d>", "<_r_>", "<option_tag-1>", "<_cl_>", "optgroup", "<_r_>"]],
"<option_tag>": [["<_l_>", "option", "<d>", "<_r_>", "<plain_text-1>", "<_cl_>", "option", "<_r_>"]],
"<p_tag>": [["<_l_>", "p", "<_r_>", "<text>", "<_cl_>", "p", "<_r_>"]],
"<param>": [["<_l_>", "param", "<_r_>"]],
"<plain_text>": [["<entity-1>"]],
"<entity>": [["<char>"], ["<ampersand>"]],
"<char>": [["7"], ["*"], [":"], ["]"], ["n"], ["m"], ["N"], ["/"], ["."], ["K"], ["T"], ["I"], ["f"], ["o"], [","], ["l"], ["W"], ["-"], ["?"], ["\\"], ["%"], ["1"], ["c"], ["H"], ["!"], ["A"], ["$"], ["9"], ["q"], ["["], [")"], [" "], [";"], ["b"], ["i"], ["L"], ["'"], ["Y"], ["\t"], ["3"], ["g"], ["F"], ["E"], ["D"], ["C"], ["@"], ["t"], ["R"], ["\""], ["2"], ["}"], ["~"], ["5"], ["4"], ["z"], ["X"], ["S"], ["O"], ["v"], ["J"], ["`"], ["B"], ["\n"], ["y"], ["p"], ["6"], ["0"], ["k"], ["w"], ["\r"], ["V"], ["_"], ["s"], ["x"], ["{"], ["d"], ["a"], ["#"], ["Q"], ["<"], ["u"], ["r"], ["U"], ["h"], [">"], ["("], ["P"], ["G"], ["\f"], ["Z"], ["j"], ["|"], ["e"], ["^"], ["="], ["8"], ["+"], ["M"]],
"<ampersand>": [[" "]],
"<physical_style>": [["<b_tag>"], ["<bdo_tag>"], ["<big_tag>"], ["<blink_tag>"], ["<font_tag>"], ["<i_tag>"], ["<s_tag>"], ["<small_tag>"], ["<span_tag>"], ["<strike_tag>"], ["<sub_tag>"], ["<sup_tag>"], ["<tt_tag>"], ["<u_tag>"]],
"<pre_content>": [["<_l_>", "br", "<_r_>"], ["<_l_>", "hr", "<_r_>"], ["<a_tag>"], ["<style_text>"]],
"<pre_tag>": [["<_l_>", "pre", "<_r_>", "<pre_content-1>", "<_cl_>", "pre", "<_r_>"]],
"<q_tag>": [["<_l_>", "q", "<_r_>", "<text>", "<_cl_>", "q", "<_r_>"]],
"<s_tag>": [["<_l_>", "s", "<_r_>", "<text>", "<_cl_>", "s", "<_r_>"]],
"<script_tag>": [["<_l_>", "script", "<d>", "<_r_>", "<plain_text>", "<_cl_>", "script", "<_r_>"]],
"<select_content>": [["<optgroup_tag>"], ["<option_tag>"]],
"<select_tag>": [["<_l_>", "select", "<d>", "<_r_>", "<select_content-1>", "<_cl_>", "select", "<_r_>"]],
"<small_tag>": [["<_l_>", "small", "<d>", "<_r_>", "<text>", "<_cl_>", "small", "<_r_>"]],
"<span_tag>": [["<_l_>", "span", "<d>", "<_r_>", "<text>", "<_cl_>", "span", "<_r_>"]],
"<strike_tag>": [["<_l_>", "strike", "<d>", "<_r_>", "<text>", "<_cl_>", "strike", "<_r_>"]],
"<strong_tag>": [["<_l_>", "strong", "<d>", "<_r_>", "<text>", "<_cl_>", "strong", "<_r_>"]],
"<style_tag>": [["<_l_>", "style", "<d>", "<_r_>", "<plain_text>", "<_cl_>", "style", "<_r_>"]],
"<style_text>": [["<plain_text>"]],
"<sub_tag>": [["<_l_>", "sub", "<d>", "<_r_>", "<text>", "<_cl_>", "sub", "<_r_>"]],
"<sup_tag>": [["<_l_>", "sup", "<d>", "<_r_>", "<text>", "<_cl_>", "sup", "<_r_>"]],
"<table_cell>": [["<td_tag>"], ["<th_tag>"]],
"<table_content>": [["<_l_>", "tbody", "<d>", "<_r_>"], ["<_l_>", "tfoot", "<d>", "<_r_>"], ["<_l_>", "thead", "<d>", "<_r_>"], ["<tr_tag>"]],
"<table_tag>": [["<_l_>", "table", "<d>", "<_r_>", "<caption_tag-1>", "<colgroup_tag-1>", "<table_content-1>", "<_cl_>", "table", "<_r_>"]],
"<td_tag>": [["<_l_>", "td", "<d>", "<_r_>", "<body_content>", "<_cl_>", "td", "<_r_>"]],
"<text>": [["<text_content-1>"]],
"<text_content>": [["<_l_>", "br", "<d>", "<_r_>"], ["<_l_>", "embed", "<d>", "<_r_>"], ["<_l_>", "iframe", "<d>", "<_r_>"], ["<_l_>", "img", "<d>", "<_r_>"], ["<_l_>", "spacer", "<d>", "<_r_>"], ["<_l_>", "wbr", "<d>", "<_r_>"], ["<a_tag>"], ["<applet_tag>"], ["<content_style>"], ["<ilayer_tag>"], ["<noembed_tag>"], ["<noscript_tag>"], ["<object_tag>"], ["<plain_text>"], ["<physical_style>"]],
"<textarea_tag>": [["<_l_>", "textarea", "<d>", "<_r_>", "<plain_text>", "<_cl_>", "textarea", "<_r_>"]],
"<th_tag>": [["<_l_>", "th", "<d>", "<_r_>", "<body_content>", "<_cl_>", "th", "<_r_>"]],
"<title_tag>": [["<_l_>", "title", "<d>", "<_r_>", "<plain_text>", "<_cl_>", "title", "<_r_>"]],
"<tr_tag>": [["<_l_>", "tr", "<d>", "<_r_>", "<table_cell-1>", "<_cl_>", "tr", "<_r_>"]],
"<tt_tag>": [["<_l_>", "tt", "<d>", "<_r_>", "<text>", "<_cl_>", "tt", "<_r_>"]],
"<u_tag>": [["<_l_>", "u", "<d>", "<_r_>", "<text>", "<_cl_>", "u", "<_r_>"]],
"<ul_tag>": [["<_l_>", "ul", "<d>", "<_r_>", "<li_tag-4>", "<_cl_>", "ul", "<_r_>"]],
"<var_tag>": [["<_l_>", "var", "<d>", "<_r_>", "<text>", "<_cl_>", "var", "<_r_>"]],
"<xmp_tag>": [["<_l_>", "xmp", "<d>", "<_r_>", "<literal_text>", "<_cl_>", "xmp", "<_r_>"]],
"<d>": [["<space-1>", "<attributes-1>", "<space-2>"], []],
"<attribute>": [["<key>"], ["<key>", "=\"", "<value>", "\""], ["<key>", "='", "<value>", "'"], ["<key>", "=", "<uqvalue>"]],
"<key>": [["<allchars>"]],
"<allchars>": [["7"], ["*"], [":"], ["&"], ["]"], ["n"], ["m"], ["N"], ["."], ["K"], ["T"], ["I"], ["f"], ["o"], [","], ["l"], ["W"], ["-"], ["?"], ["\\"], ["%"], ["1"], ["c"], ["H"], ["!"], ["A"], ["$"], ["9"], ["q"], ["["], [")"], [";"], ["b"], ["i"], ["L"], ["Y"], ["3"], ["g"], ["F"], ["E"], ["D"], ["C"], ["@"], ["t"], ["R"], ["2"], ["}"], ["~"], ["5"], ["4"], ["z"], ["X"], ["S"], ["O"], ["v"], ["J"], ["`"], ["B"], ["y"], ["p"], ["6"], ["0"], ["k"], ["w"], ["\r"], ["V"], ["_"], ["s"], ["x"], ["{"], ["d"], ["a"], ["#"], ["Q"], ["u"], ["r"], ["U"], ["h"], ["("], ["P"], ["G"], ["\f"], ["Z"], ["j"], ["|"], ["e"], ["^"], ["8"], ["+"], ["M"]],
"<value>": [["<anychars>"]],
"<anychar>": [["0"], ["1"], ["2"], ["3"], ["4"], ["5"], ["6"], ["7"], ["8"], ["9"], ["a"], ["b"], ["c"], ["d"], ["e"], ["f"], ["g"], ["h"], ["i"], ["j"], ["k"], ["l"], ["m"], ["n"], ["o"], ["p"], ["q"], ["r"], ["s"], ["t"], ["u"], ["v"], ["w"], ["x"], ["y"], ["z"], ["A"], ["B"], ["C"], ["D"], ["E"], ["F"], ["G"], ["H"], ["I"], ["J"], ["K"], ["L"], ["M"], ["N"], ["O"], ["P"], ["Q"], ["R"], ["S"], ["T"], ["U"], ["V"], ["W"], ["X"], ["Y"], ["Z"], ["!"], ["\""], ["#"], ["$"], ["%"], ["&"], ["'"], ["("], [")"], ["*"], ["+"], [","], ["-"], ["."], ["/"], [":"], [";"], ["<"], ["="], [">"], ["?"], ["@"], ["["], ["\\"], ["]"], ["^"], ["_"], ["`"], ["{"], ["|"], ["}"], ["~"], [" "], ["\t"], ["\n"], ["\r"], ["\u000b"], ["\f"]],
"<anychars>": [["<anychar-1>"]],
"<uqvalue>": [["<uqchars>"]],
"<uqchar>": [["7"], ["*"], [":"], ["&"], ["]"], ["n"], ["m"], ["N"], ["."], ["K"], ["T"], ["I"], ["f"], ["o"], [","], ["l"], ["W"], ["-"], ["?"], ["\\"], ["%"], ["1"], ["c"], ["H"], ["!"], ["A"], ["$"], ["9"], ["q"], ["["], [")"], [";"], ["b"], ["i"], ["L"], ["Y"], ["3"], ["g"], ["F"], ["E"], ["D"], ["C"], ["@"], ["t"], ["R"], ["2"], ["}"], ["~"], ["5"], ["4"], ["z"], ["X"], ["S"], ["O"], ["v"], ["J"], ["B"], ["y"], ["p"], ["6"], ["0"], ["k"], ["w"], ["\r"], ["V"], ["_"], ["s"], ["x"], ["{"], ["d"], ["a"], ["#"], ["Q"], ["u"], ["r"], ["U"], ["h"], ["("], ["P"], ["G"], ["\f"], ["Z"], ["j"], ["|"], ["e"], ["^"], ["8"], ["+"], ["M"]],
"<uqchars>": [["<uqchar-1>"]],
"<attributes>": [["<attribute>"], ["<attribute>", "<space-3>", "<attributes>"]],
"<space>": [[" "], ["\t"], ["\n"]],
"<a_content-1>": [[], ["<a_content>", "<a_content-1>"]],
"<address_content-1>": [[], ["<address_content>", "<address_content-1>"]],
"<param-1>": [[], ["<param>", "<param-1>"]],
"<block_content-1>": [[], ["<block_content>", "<block_content-1>"]],
"<body_content-1>": [[], ["<body_content>", "<body_content-1>"]],
"<body_content-2>": [[], ["<body_content>", "<body_content-2>"]],
"<body_content-3>": [[], ["<body_content>", "<body_content-3>"]],
"<_r_-1>": [[], ["<_r_>", "<_r_-1>"]],
"<li_tag-1>": [["<li_tag>"], ["<li_tag>", "<li_tag-1>"]],
"<dl_content-1>": [["<dl_content>"], ["<dl_content>", "<dl_content-1>"]],
"<legend_tag-1>": [[], ["<legend_tag>", "<legend_tag-1>"]],
"<form_content-1>": [[], ["<form_content>", "<form_content-1>"]],
"<flow_content-1>": [[], ["<flow_content>", "<flow_content-1>"]],
"<form_content-2>": [[], ["<form_content>", "<form_content-2>"]],
"<frameset_content-1>": [[], ["<frameset_content>", "<frameset_content-1>"]],
"<head_content-1>": [[], ["<head_content>", "<head_content-1>"]],
"<label_content-1>": [[], ["<label_content>", "<label_content-1>"]],
"<area-1>": [[], ["<area>", "<area-1>"]],
"<li_tag-2>": [[], ["<li_tag>", "<li_tag-2>"]],
"<body_content-4>": [[], ["<body_content>", "<body_content-4>"]],
"<param-2>": [[], ["<param>", "<param-2>"]],
"<li_tag-3>": [["<li_tag>"], ["<li_tag>", "<li_tag-3>"]],
"<option_tag-1>": [[], ["<option_tag>", "<option_tag-1>"]],
"<plain_text-1>": [["<plain_text>"], ["<plain_text>", "<plain_text-1>"]],
"<entity-1>": [[], ["<entity>", "<entity-1>"]],
"<pre_content-1>": [[], ["<pre_content>", "<pre_content-1>"]],
"<select_content-1>": [[], ["<select_content>", "<select_content-1>"]],
"<caption_tag-1>": [[], ["<caption_tag>", "<caption_tag-1>"]],
"<colgroup_tag-1>": [[], ["<colgroup_tag>", "<colgroup_tag-1>"]],
"<table_content-1>": [[], ["<table_content>", "<table_content-1>"]],
"<text_content-1>": [[], ["<text_content>", "<text_content-1>"]],
"<table_cell-1>": [[], ["<table_cell>", "<table_cell-1>"]],
"<li_tag-4>": [[], ["<li_tag>", "<li_tag-4>"]],
"<space-1>": [["<space>"], ["<space>", "<space-1>"]],
"<attributes-1>": [[], ["<attributes>", "<attributes-1>"]],
"<space-2>": [[], ["<space>", "<space-2>"]],
"<anychar-1>": [[], ["<anychar>", "<anychar-1>"]],
"<uqchar-1>": [["<uqchar>"], ["<uqchar>", "<uqchar-1>"]],
"<space-3>": [["<space>"], ["<space>", "<space-3>"]]
}