File tree 4 files changed +23
-124
lines changed
4 files changed +23
-124
lines changed Original file line number Diff line number Diff line change 2
2
<isindex>
3
3
#errors
4
4
(1,9): expected-doctype-but-got-start-tag
5
- (1,9): deprecated- tag
5
+ (1,9): expected-closing- tag-but-got-eof
6
6
#document
7
7
| <html>
8
8
| <head>
9
9
| <body>
10
- | <form>
11
- | <hr>
12
- | <label>
13
- | "This is a searchable index. Enter search keywords: "
14
- | <input>
15
- | name="isindex"
16
- | <hr>
10
+ | <isindex>
17
11
18
12
#data
19
13
<isindex name="A" action="B" prompt="C" foo="D">
20
14
#errors
21
15
(1,48): expected-doctype-but-got-start-tag
22
- (1,48): deprecated- tag
16
+ (1,48): expected-closing- tag-but-got-eof
23
17
#document
24
18
| <html>
25
19
| <head>
26
20
| <body>
27
- | <form >
21
+ | <isindex >
28
22
| action="B"
29
- | <hr>
30
- | <label>
31
- | "C"
32
- | <input>
33
- | foo="D"
34
- | name="isindex"
35
- | <hr>
23
+ | foo="D"
24
+ | name="A"
25
+ | prompt="C"
36
26
37
27
#data
38
28
<form><isindex>
39
29
#errors
40
30
(1,6): expected-doctype-but-got-start-tag
41
- (1,15): deprecated-tag
42
31
(1,15): expected-closing-tag-but-got-eof
43
32
#document
44
33
| <html>
45
34
| <head>
46
35
| <body>
47
36
| <form>
37
+ | <isindex>
38
+
39
+ #data
40
+ <!doctype html><isindex>x</isindex>x
41
+ #errors
42
+ #document
43
+ | <!DOCTYPE html>
44
+ | <html>
45
+ | <head>
46
+ | <body>
47
+ | <isindex>
48
+ | "x"
49
+ | "x"
Original file line number Diff line number Diff line change 81
81
| <p>
82
82
| <h1>
83
83
84
- #data
85
- <!doctype html><form><isindex>
86
- #errors
87
- (1,30): deprecated-tag
88
- (1,30): expected-closing-tag-but-got-eof
89
- #document
90
- | <!DOCTYPE html>
91
- | <html>
92
- | <head>
93
- | <body>
94
- | <form>
95
-
96
- #data
97
- <!doctype html><isindex action="POST">
98
- #errors
99
- (1,38): deprecated-tag
100
- #document
101
- | <!DOCTYPE html>
102
- | <html>
103
- | <head>
104
- | <body>
105
- | <form>
106
- | action="POST"
107
- | <hr>
108
- | <label>
109
- | "This is a searchable index. Enter search keywords: "
110
- | <input>
111
- | name="isindex"
112
- | <hr>
113
-
114
- #data
115
- <!doctype html><isindex prompt="this is isindex">
116
- #errors
117
- (1,49): deprecated-tag
118
- #document
119
- | <!DOCTYPE html>
120
- | <html>
121
- | <head>
122
- | <body>
123
- | <form>
124
- | <hr>
125
- | <label>
126
- | "this is isindex"
127
- | <input>
128
- | name="isindex"
129
- | <hr>
130
-
131
84
#data
132
85
<!doctype html><isindex type="hidden">
133
86
#errors
134
- (1,38): deprecated-tag
135
- #document
136
- | <!DOCTYPE html>
137
- | <html>
138
- | <head>
139
- | <body>
140
- | <form>
141
- | <hr>
142
- | <label>
143
- | "This is a searchable index. Enter search keywords: "
144
- | <input>
145
- | name="isindex"
146
- | type="hidden"
147
- | <hr>
148
-
149
- #data
150
- <!doctype html><isindex name="foo">
151
- #errors
152
- (1,35): deprecated-tag
87
+ (1,38): expected-closing-tag-but-got-eof
153
88
#document
154
89
| <!DOCTYPE html>
155
90
| <html>
156
91
| <head>
157
92
| <body>
158
- | <form>
159
- | <hr>
160
- | <label>
161
- | "This is a searchable index. Enter search keywords: "
162
- | <input>
163
- | name="isindex"
164
- | <hr>
93
+ | <isindex>
94
+ | type="hidden"
165
95
166
96
#data
167
97
<!doctype html><ruby><p><rp>
Original file line number Diff line number Diff line change 553
553
| <head>
554
554
| <body>
555
555
556
- #data
557
- <isindex test=x name=x>
558
- #errors
559
- (1,23): expected-doctype-but-got-start-tag
560
- (1,23): deprecated-tag
561
- #document
562
- | <html>
563
- | <head>
564
- | <body>
565
- | <form>
566
- | <hr>
567
- | <label>
568
- | "This is a searchable index. Enter search keywords: "
569
- | <input>
570
- | name="isindex"
571
- | test="x"
572
- | <hr>
573
-
574
556
#data
575
557
test
576
558
test
Original file line number Diff line number Diff line change 256
256
| <aside>
257
257
| <b>
258
258
259
- #data
260
- <isindex action="x">
261
- #errors
262
- #document-fragment
263
- table
264
- #document
265
- | <form>
266
- | action="x"
267
- | <hr>
268
- | <label>
269
- | "This is a searchable index. Enter search keywords: "
270
- | <input>
271
- | name="isindex"
272
- | <hr>
273
-
274
259
#data
275
260
<option><XH<optgroup></optgroup>
276
261
#errors
You can’t perform that action at this time.
0 commit comments