html-to-markdown 2.24.6 → 2.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/ext/html-to-markdown-rb/native/Cargo.lock +9 -32
- data/ext/html-to-markdown-rb/native/Cargo.toml +1 -1
- data/lib/html_to_markdown/version.rb +1 -1
- data/rust-vendor/html-to-markdown-rs/Cargo.toml +0 -1
- data/rust-vendor/html-to-markdown-rs/src/converter/main_helpers.rs +1 -1
- data/rust-vendor/html-to-markdown-rs/src/hocr/converter/hierarchy.rs +20 -5
- data/rust-vendor/html-to-markdown-rs/src/lib.rs +1 -0
- data/rust-vendor/{markup5ever_rcdom/lib.rs → html-to-markdown-rs/src/rcdom.rs} +56 -91
- data/rust-vendor/html-to-markdown-rs/tests/hocr_compliance_test.rs +157 -0
- data/rust-vendor/memmap2/.cargo-checksum.json +1 -1
- data/rust-vendor/memmap2/.cargo_vcs_info.json +1 -1
- data/rust-vendor/memmap2/CHANGELOG.md +8 -0
- data/rust-vendor/memmap2/Cargo.lock +1 -1
- data/rust-vendor/memmap2/Cargo.toml +2 -1
- data/rust-vendor/memmap2/Cargo.toml.orig +2 -1
- data/rust-vendor/memmap2/src/lib.rs +25 -1
- data/rust-vendor/memmap2/src/stub.rs +1 -4
- data/rust-vendor/memmap2/src/unix.rs +14 -1
- data/rust-vendor/png/.cargo-checksum.json +1 -1
- data/rust-vendor/png/.cargo_vcs_info.json +1 -1
- data/rust-vendor/png/CHANGES.md +44 -0
- data/rust-vendor/png/Cargo.lock +124 -171
- data/rust-vendor/png/Cargo.toml +1 -1
- data/rust-vendor/png/Cargo.toml.orig +1 -1
- data/rust-vendor/png/benches/expand_paletted.rs +5 -5
- data/rust-vendor/png/benches/unfilter.rs +3 -3
- data/rust-vendor/png/src/adam7.rs +17 -10
- data/rust-vendor/png/src/common.rs +8 -8
- data/rust-vendor/png/src/decoder/mod.rs +53 -20
- data/rust-vendor/png/src/decoder/stream.rs +263 -78
- data/rust-vendor/png/src/decoder/unfiltering_buffer.rs +210 -53
- data/rust-vendor/png/src/decoder/zlib.rs +130 -90
- data/rust-vendor/png/src/encoder.rs +4 -2
- data/rust-vendor/png/src/{filter.rs → filter/mod.rs} +100 -367
- data/rust-vendor/png/src/filter/optimization-notes.md +104 -0
- data/rust-vendor/png/src/filter/paeth.rs +398 -0
- data/rust-vendor/png/src/filter/simd.rs +308 -0
- data/rust-vendor/png/src/lib.rs +1 -0
- data/rust-vendor/syn/.cargo-checksum.json +1 -1
- data/rust-vendor/syn/.cargo_vcs_info.json +1 -1
- data/rust-vendor/syn/Cargo.lock +40 -41
- data/rust-vendor/syn/Cargo.toml +1 -1
- data/rust-vendor/syn/Cargo.toml.orig +1 -1
- data/rust-vendor/syn/src/item.rs +61 -40
- data/rust-vendor/syn/src/lib.rs +2 -1
- data/rust-vendor/syn/tests/test_item.rs +54 -0
- data/rust-vendor/unicode-ident/.cargo-checksum.json +1 -1
- data/rust-vendor/unicode-ident/.cargo_vcs_info.json +1 -1
- data/rust-vendor/unicode-ident/Cargo.lock +21 -21
- data/rust-vendor/unicode-ident/Cargo.toml +1 -1
- data/rust-vendor/unicode-ident/Cargo.toml.orig +1 -1
- data/rust-vendor/unicode-ident/src/lib.rs +1 -1
- data/rust-vendor/unicode-ident/src/tables.rs +87 -97
- data/rust-vendor/unicode-ident/tests/static_size.rs +1 -1
- metadata +7 -177
- data/rust-vendor/markup5ever_rcdom/.cargo-checksum.json +0 -1
- data/rust-vendor/markup5ever_rcdom/.cargo_vcs_info.json +0 -7
- data/rust-vendor/markup5ever_rcdom/Cargo.lock +0 -658
- data/rust-vendor/markup5ever_rcdom/Cargo.toml +0 -109
- data/rust-vendor/markup5ever_rcdom/Cargo.toml.orig +0 -42
- data/rust-vendor/markup5ever_rcdom/LICENSE-APACHE +0 -201
- data/rust-vendor/markup5ever_rcdom/LICENSE-MIT +0 -25
- data/rust-vendor/markup5ever_rcdom/README.md +0 -7
- data/rust-vendor/markup5ever_rcdom/custom-html5lib-tokenizer-tests/regression.test +0 -69
- data/rust-vendor/markup5ever_rcdom/data/test/ignore +0 -1
- data/rust-vendor/markup5ever_rcdom/examples/hello_xml.rs +0 -39
- data/rust-vendor/markup5ever_rcdom/examples/html2html.rs +0 -51
- data/rust-vendor/markup5ever_rcdom/examples/print-rcdom.rs +0 -78
- data/rust-vendor/markup5ever_rcdom/examples/xml_tree_printer.rs +0 -67
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/.gitattributes +0 -2
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/.github/workflows/downstream.yml +0 -76
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/.github/workflows/lint.yml +0 -25
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/.gitignore +0 -79
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/AUTHORS.rst +0 -34
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/LICENSE +0 -21
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/chardet/test_big5.txt +0 -51
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/scripted/tests1.dat +0 -5
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/test-yahoo-jp.dat +0 -10
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/tests1.dat +0 -388
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/tests2.dat +0 -115
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint +0 -6
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/__init__.py +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/__init__.py +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/LICENSE +0 -18
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/__init__.py +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/lexer.py +0 -211
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/lexer.pyi +0 -34
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/parser.py +0 -872
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/parser.pyi +0 -83
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/py.typed +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/util.py +0 -72
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/util.pyi +0 -7
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/vendor.txt +0 -1
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor-patches/funcparserlib.patch +0 -24
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/lint.py +0 -280
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/parser.py +0 -177
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/pyproject.toml +0 -7
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/core.test +0 -125
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/injectmeta.test +0 -66
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/optionaltags.test +0 -965
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/options.test +0 -60
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/whitespace.test +0 -51
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/README.md +0 -107
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/contentModelFlags.test +0 -93
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/domjs.test +0 -335
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/entities.test +0 -542
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/escapeFlag.test +0 -36
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/namedEntities.test +0 -42422
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/numericEntities.test +0 -1677
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/pendingSpecChanges.test +0 -9
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test1.test +0 -353
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test2.test +0 -275
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test3.test +0 -11233
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test4.test +0 -532
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/unicodeChars.test +0 -1577
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/unicodeCharsProblematic.test +0 -41
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/xmlViolation.test +0 -20
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/README.md +0 -108
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/adoption01.dat +0 -354
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/adoption02.dat +0 -39
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/blocks.dat +0 -695
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/comments01.dat +0 -217
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/doctype01.dat +0 -474
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/domjs-unsafe.dat +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/entities01.dat +0 -943
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/entities02.dat +0 -309
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/foreign-fragment.dat +0 -645
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/html5test-com.dat +0 -301
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/inbody01.dat +0 -54
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/isindex.dat +0 -49
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/main-element.dat +0 -46
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/math.dat +0 -104
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/menuitem-element.dat +0 -240
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/namespace-sensitivity.dat +0 -22
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/noscript01.dat +0 -237
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/pending-spec-changes-plain-text-unsafe.dat +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/pending-spec-changes.dat +0 -46
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/plain-text-unsafe.dat +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/quirks01.dat +0 -53
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/ruby.dat +0 -302
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scriptdata01.dat +0 -372
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scripted/adoption01.dat +0 -16
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scripted/ark.dat +0 -27
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scripted/webkit01.dat +0 -30
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/search-element.dat +0 -46
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/svg.dat +0 -104
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tables01.dat +0 -322
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/template.dat +0 -1673
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests1.dat +0 -1956
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests10.dat +0 -849
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests11.dat +0 -523
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests12.dat +0 -62
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests14.dat +0 -75
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests15.dat +0 -216
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests16.dat +0 -2602
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests17.dat +0 -179
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests18.dat +0 -558
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests19.dat +0 -1398
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests2.dat +0 -831
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests20.dat +0 -842
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests21.dat +0 -306
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests22.dat +0 -190
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests23.dat +0 -168
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests24.dat +0 -79
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests25.dat +0 -288
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests26.dat +0 -453
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests3.dat +0 -305
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests4.dat +0 -74
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests5.dat +0 -210
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests6.dat +0 -663
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests7.dat +0 -453
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests8.dat +0 -165
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests9.dat +0 -472
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests_innerHTML_1.dat +0 -843
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tricky01.dat +0 -336
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/webkit01.dat +0 -785
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/webkit02.dat +0 -554
- data/rust-vendor/markup5ever_rcdom/tests/foreach_html5lib_test/mod.rs +0 -41
- data/rust-vendor/markup5ever_rcdom/tests/html-driver.rs +0 -29
- data/rust-vendor/markup5ever_rcdom/tests/html-serializer.rs +0 -265
- data/rust-vendor/markup5ever_rcdom/tests/html-tokenizer.rs +0 -487
- data/rust-vendor/markup5ever_rcdom/tests/html-tree-builder.rs +0 -298
- data/rust-vendor/markup5ever_rcdom/tests/html-tree-sink.rs +0 -141
- data/rust-vendor/markup5ever_rcdom/tests/util/find_tests.rs +0 -34
- data/rust-vendor/markup5ever_rcdom/tests/util/runner.rs +0 -48
- data/rust-vendor/markup5ever_rcdom/tests/xml-driver.rs +0 -101
- data/rust-vendor/markup5ever_rcdom/tests/xml-tokenizer.rs +0 -374
- data/rust-vendor/markup5ever_rcdom/tests/xml-tree-builder.rs +0 -237
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/AUTHORS.rst +0 -9
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/LICENSE +0 -21
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/README.md +0 -92
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/comments.test +0 -274
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/doctype.test +0 -3232
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/entities.test +0 -283
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/eof.test +0 -113
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/namedEntities.test +0 -42210
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/numericEntities.test +0 -1349
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/test1.test +0 -162
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/test2.test +0 -64
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/unicodeChars.test +0 -1295
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tree-construction/README.md +0 -104
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tree-construction/namespace.dat +0 -119
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tree-construction/test1.dat +0 -124
- data/rust-vendor/xml5ever/.cargo-checksum.json +0 -1
- data/rust-vendor/xml5ever/.cargo_vcs_info.json +0 -6
- data/rust-vendor/xml5ever/Cargo.lock +0 -752
- data/rust-vendor/xml5ever/Cargo.toml +0 -69
- data/rust-vendor/xml5ever/Cargo.toml.orig +0 -29
- data/rust-vendor/xml5ever/LICENSE-APACHE +0 -201
- data/rust-vendor/xml5ever/LICENSE-MIT +0 -25
- data/rust-vendor/xml5ever/README.md +0 -72
- data/rust-vendor/xml5ever/benches/xml5ever.rs +0 -77
- data/rust-vendor/xml5ever/data/bench/strong.xml +0 -1
- data/rust-vendor/xml5ever/examples/README.md +0 -223
- data/rust-vendor/xml5ever/examples/example.xml +0 -3
- data/rust-vendor/xml5ever/examples/simple_xml_tokenizer.rs +0 -81
- data/rust-vendor/xml5ever/examples/xml_tokenizer.rs +0 -115
- data/rust-vendor/xml5ever/src/driver.rs +0 -90
- data/rust-vendor/xml5ever/src/lib.rs +0 -47
- data/rust-vendor/xml5ever/src/macros.rs +0 -18
- data/rust-vendor/xml5ever/src/serialize/mod.rs +0 -216
- data/rust-vendor/xml5ever/src/tokenizer/char_ref/mod.rs +0 -456
- data/rust-vendor/xml5ever/src/tokenizer/interface.rs +0 -116
- data/rust-vendor/xml5ever/src/tokenizer/mod.rs +0 -1344
- data/rust-vendor/xml5ever/src/tokenizer/qname.rs +0 -84
- data/rust-vendor/xml5ever/src/tokenizer/states.rs +0 -167
- data/rust-vendor/xml5ever/src/tree_builder/mod.rs +0 -774
- data/rust-vendor/xml5ever/src/tree_builder/types.rs +0 -37
|
@@ -1,1956 +0,0 @@
|
|
|
1
|
-
#data
|
|
2
|
-
Test
|
|
3
|
-
#errors
|
|
4
|
-
(1,0): expected-doctype-but-got-chars
|
|
5
|
-
#document
|
|
6
|
-
| <html>
|
|
7
|
-
| <head>
|
|
8
|
-
| <body>
|
|
9
|
-
| "Test"
|
|
10
|
-
|
|
11
|
-
#data
|
|
12
|
-
<p>One<p>Two
|
|
13
|
-
#errors
|
|
14
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
15
|
-
#document
|
|
16
|
-
| <html>
|
|
17
|
-
| <head>
|
|
18
|
-
| <body>
|
|
19
|
-
| <p>
|
|
20
|
-
| "One"
|
|
21
|
-
| <p>
|
|
22
|
-
| "Two"
|
|
23
|
-
|
|
24
|
-
#data
|
|
25
|
-
Line1<br>Line2<br>Line3<br>Line4
|
|
26
|
-
#errors
|
|
27
|
-
(1,0): expected-doctype-but-got-chars
|
|
28
|
-
#document
|
|
29
|
-
| <html>
|
|
30
|
-
| <head>
|
|
31
|
-
| <body>
|
|
32
|
-
| "Line1"
|
|
33
|
-
| <br>
|
|
34
|
-
| "Line2"
|
|
35
|
-
| <br>
|
|
36
|
-
| "Line3"
|
|
37
|
-
| <br>
|
|
38
|
-
| "Line4"
|
|
39
|
-
|
|
40
|
-
#data
|
|
41
|
-
<html>
|
|
42
|
-
#errors
|
|
43
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
44
|
-
#document
|
|
45
|
-
| <html>
|
|
46
|
-
| <head>
|
|
47
|
-
| <body>
|
|
48
|
-
|
|
49
|
-
#data
|
|
50
|
-
<head>
|
|
51
|
-
#errors
|
|
52
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
53
|
-
#document
|
|
54
|
-
| <html>
|
|
55
|
-
| <head>
|
|
56
|
-
| <body>
|
|
57
|
-
|
|
58
|
-
#data
|
|
59
|
-
<body>
|
|
60
|
-
#errors
|
|
61
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
62
|
-
#document
|
|
63
|
-
| <html>
|
|
64
|
-
| <head>
|
|
65
|
-
| <body>
|
|
66
|
-
|
|
67
|
-
#data
|
|
68
|
-
<html><head>
|
|
69
|
-
#errors
|
|
70
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
71
|
-
#document
|
|
72
|
-
| <html>
|
|
73
|
-
| <head>
|
|
74
|
-
| <body>
|
|
75
|
-
|
|
76
|
-
#data
|
|
77
|
-
<html><head></head>
|
|
78
|
-
#errors
|
|
79
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
80
|
-
#document
|
|
81
|
-
| <html>
|
|
82
|
-
| <head>
|
|
83
|
-
| <body>
|
|
84
|
-
|
|
85
|
-
#data
|
|
86
|
-
<html><head></head><body>
|
|
87
|
-
#errors
|
|
88
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
89
|
-
#document
|
|
90
|
-
| <html>
|
|
91
|
-
| <head>
|
|
92
|
-
| <body>
|
|
93
|
-
|
|
94
|
-
#data
|
|
95
|
-
<html><head></head><body></body>
|
|
96
|
-
#errors
|
|
97
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
98
|
-
#document
|
|
99
|
-
| <html>
|
|
100
|
-
| <head>
|
|
101
|
-
| <body>
|
|
102
|
-
|
|
103
|
-
#data
|
|
104
|
-
<html><head><body></body></html>
|
|
105
|
-
#errors
|
|
106
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
107
|
-
#document
|
|
108
|
-
| <html>
|
|
109
|
-
| <head>
|
|
110
|
-
| <body>
|
|
111
|
-
|
|
112
|
-
#data
|
|
113
|
-
<html><head></body></html>
|
|
114
|
-
#errors
|
|
115
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
116
|
-
#document
|
|
117
|
-
| <html>
|
|
118
|
-
| <head>
|
|
119
|
-
| <body>
|
|
120
|
-
|
|
121
|
-
#data
|
|
122
|
-
<html><head><body></html>
|
|
123
|
-
#errors
|
|
124
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
125
|
-
#document
|
|
126
|
-
| <html>
|
|
127
|
-
| <head>
|
|
128
|
-
| <body>
|
|
129
|
-
|
|
130
|
-
#data
|
|
131
|
-
<html><body></html>
|
|
132
|
-
#errors
|
|
133
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
134
|
-
#document
|
|
135
|
-
| <html>
|
|
136
|
-
| <head>
|
|
137
|
-
| <body>
|
|
138
|
-
|
|
139
|
-
#data
|
|
140
|
-
<body></html>
|
|
141
|
-
#errors
|
|
142
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
143
|
-
#document
|
|
144
|
-
| <html>
|
|
145
|
-
| <head>
|
|
146
|
-
| <body>
|
|
147
|
-
|
|
148
|
-
#data
|
|
149
|
-
<head></html>
|
|
150
|
-
#errors
|
|
151
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
152
|
-
#document
|
|
153
|
-
| <html>
|
|
154
|
-
| <head>
|
|
155
|
-
| <body>
|
|
156
|
-
|
|
157
|
-
#data
|
|
158
|
-
</head>
|
|
159
|
-
#errors
|
|
160
|
-
(1,7): expected-doctype-but-got-end-tag
|
|
161
|
-
#document
|
|
162
|
-
| <html>
|
|
163
|
-
| <head>
|
|
164
|
-
| <body>
|
|
165
|
-
|
|
166
|
-
#data
|
|
167
|
-
</body>
|
|
168
|
-
#errors
|
|
169
|
-
(1,7): expected-doctype-but-got-end-tag element.
|
|
170
|
-
#document
|
|
171
|
-
| <html>
|
|
172
|
-
| <head>
|
|
173
|
-
| <body>
|
|
174
|
-
|
|
175
|
-
#data
|
|
176
|
-
</html>
|
|
177
|
-
#errors
|
|
178
|
-
(1,7): expected-doctype-but-got-end-tag element.
|
|
179
|
-
#document
|
|
180
|
-
| <html>
|
|
181
|
-
| <head>
|
|
182
|
-
| <body>
|
|
183
|
-
|
|
184
|
-
#data
|
|
185
|
-
<b><table><td><i></table>
|
|
186
|
-
#errors
|
|
187
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
188
|
-
(1,14): unexpected-cell-in-table-body
|
|
189
|
-
(1,25): unexpected-cell-end-tag
|
|
190
|
-
(1,25): expected-closing-tag-but-got-eof
|
|
191
|
-
#document
|
|
192
|
-
| <html>
|
|
193
|
-
| <head>
|
|
194
|
-
| <body>
|
|
195
|
-
| <b>
|
|
196
|
-
| <table>
|
|
197
|
-
| <tbody>
|
|
198
|
-
| <tr>
|
|
199
|
-
| <td>
|
|
200
|
-
| <i>
|
|
201
|
-
|
|
202
|
-
#data
|
|
203
|
-
<b><table><td></b><i></table>X
|
|
204
|
-
#errors
|
|
205
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
206
|
-
(1,14): unexpected-cell-in-table-body
|
|
207
|
-
(1,18): unexpected-end-tag
|
|
208
|
-
(1,29): unexpected-cell-end-tag
|
|
209
|
-
(1,30): expected-closing-tag-but-got-eof
|
|
210
|
-
#document
|
|
211
|
-
| <html>
|
|
212
|
-
| <head>
|
|
213
|
-
| <body>
|
|
214
|
-
| <b>
|
|
215
|
-
| <table>
|
|
216
|
-
| <tbody>
|
|
217
|
-
| <tr>
|
|
218
|
-
| <td>
|
|
219
|
-
| <i>
|
|
220
|
-
| "X"
|
|
221
|
-
|
|
222
|
-
#data
|
|
223
|
-
<h1>Hello<h2>World
|
|
224
|
-
#errors
|
|
225
|
-
(1,4): expected-doctype-but-got-start-tag
|
|
226
|
-
(1,13): unexpected-start-tag
|
|
227
|
-
(1,18): expected-closing-tag-but-got-eof
|
|
228
|
-
#document
|
|
229
|
-
| <html>
|
|
230
|
-
| <head>
|
|
231
|
-
| <body>
|
|
232
|
-
| <h1>
|
|
233
|
-
| "Hello"
|
|
234
|
-
| <h2>
|
|
235
|
-
| "World"
|
|
236
|
-
|
|
237
|
-
#data
|
|
238
|
-
<a><p>X<a>Y</a>Z</p></a>
|
|
239
|
-
#errors
|
|
240
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
241
|
-
(1,10): unexpected-start-tag-implies-end-tag
|
|
242
|
-
(1,10): adoption-agency-1.3
|
|
243
|
-
(1,24): unexpected-end-tag
|
|
244
|
-
#document
|
|
245
|
-
| <html>
|
|
246
|
-
| <head>
|
|
247
|
-
| <body>
|
|
248
|
-
| <a>
|
|
249
|
-
| <p>
|
|
250
|
-
| <a>
|
|
251
|
-
| "X"
|
|
252
|
-
| <a>
|
|
253
|
-
| "Y"
|
|
254
|
-
| "Z"
|
|
255
|
-
|
|
256
|
-
#data
|
|
257
|
-
<b><button>foo</b>bar
|
|
258
|
-
#errors
|
|
259
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
260
|
-
(1,18): adoption-agency-1.3
|
|
261
|
-
(1,21): expected-closing-tag-but-got-eof
|
|
262
|
-
#document
|
|
263
|
-
| <html>
|
|
264
|
-
| <head>
|
|
265
|
-
| <body>
|
|
266
|
-
| <b>
|
|
267
|
-
| <button>
|
|
268
|
-
| <b>
|
|
269
|
-
| "foo"
|
|
270
|
-
| "bar"
|
|
271
|
-
|
|
272
|
-
#data
|
|
273
|
-
<!DOCTYPE html><span><button>foo</span>bar
|
|
274
|
-
#errors
|
|
275
|
-
(1,39): unexpected-end-tag
|
|
276
|
-
(1,42): expected-closing-tag-but-got-eof
|
|
277
|
-
#document
|
|
278
|
-
| <!DOCTYPE html>
|
|
279
|
-
| <html>
|
|
280
|
-
| <head>
|
|
281
|
-
| <body>
|
|
282
|
-
| <span>
|
|
283
|
-
| <button>
|
|
284
|
-
| "foobar"
|
|
285
|
-
|
|
286
|
-
#data
|
|
287
|
-
<p><b><div><marquee></p></b></div>X
|
|
288
|
-
#errors
|
|
289
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
290
|
-
(1,11): unexpected-end-tag
|
|
291
|
-
(1,24): unexpected-end-tag
|
|
292
|
-
(1,28): unexpected-end-tag
|
|
293
|
-
(1,34): end-tag-too-early
|
|
294
|
-
(1,35): expected-closing-tag-but-got-eof
|
|
295
|
-
#document
|
|
296
|
-
| <html>
|
|
297
|
-
| <head>
|
|
298
|
-
| <body>
|
|
299
|
-
| <p>
|
|
300
|
-
| <b>
|
|
301
|
-
| <div>
|
|
302
|
-
| <b>
|
|
303
|
-
| <marquee>
|
|
304
|
-
| <p>
|
|
305
|
-
| "X"
|
|
306
|
-
|
|
307
|
-
#data
|
|
308
|
-
<script><div></script></div><title><p></title><p><p>
|
|
309
|
-
#errors
|
|
310
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
311
|
-
(1,28): unexpected-end-tag
|
|
312
|
-
#document
|
|
313
|
-
| <html>
|
|
314
|
-
| <head>
|
|
315
|
-
| <script>
|
|
316
|
-
| "<div>"
|
|
317
|
-
| <title>
|
|
318
|
-
| "<p>"
|
|
319
|
-
| <body>
|
|
320
|
-
| <p>
|
|
321
|
-
| <p>
|
|
322
|
-
|
|
323
|
-
#data
|
|
324
|
-
<!--><div>--<!-->
|
|
325
|
-
#errors
|
|
326
|
-
(1,5): incorrect-comment
|
|
327
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
328
|
-
(1,17): incorrect-comment
|
|
329
|
-
(1,17): expected-closing-tag-but-got-eof
|
|
330
|
-
#new-errors
|
|
331
|
-
(1:5) abrupt-closing-of-empty-comment
|
|
332
|
-
(1:17) abrupt-closing-of-empty-comment
|
|
333
|
-
#document
|
|
334
|
-
| <!-- -->
|
|
335
|
-
| <html>
|
|
336
|
-
| <head>
|
|
337
|
-
| <body>
|
|
338
|
-
| <div>
|
|
339
|
-
| "--"
|
|
340
|
-
| <!-- -->
|
|
341
|
-
|
|
342
|
-
#data
|
|
343
|
-
<p><hr></p>
|
|
344
|
-
#errors
|
|
345
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
346
|
-
(1,11): unexpected-end-tag
|
|
347
|
-
#document
|
|
348
|
-
| <html>
|
|
349
|
-
| <head>
|
|
350
|
-
| <body>
|
|
351
|
-
| <p>
|
|
352
|
-
| <hr>
|
|
353
|
-
| <p>
|
|
354
|
-
|
|
355
|
-
#data
|
|
356
|
-
<select><b><option><select><option></b></select>X
|
|
357
|
-
#errors
|
|
358
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
359
|
-
(1,11): unexpected-start-tag-in-select
|
|
360
|
-
(1,27): unexpected-select-in-select
|
|
361
|
-
(1,39): unexpected-end-tag
|
|
362
|
-
(1,48): unexpected-end-tag
|
|
363
|
-
#document
|
|
364
|
-
| <html>
|
|
365
|
-
| <head>
|
|
366
|
-
| <body>
|
|
367
|
-
| <select>
|
|
368
|
-
| <option>
|
|
369
|
-
| <option>
|
|
370
|
-
| "X"
|
|
371
|
-
|
|
372
|
-
#data
|
|
373
|
-
<a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y
|
|
374
|
-
#errors
|
|
375
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
376
|
-
(1,14): unexpected-cell-in-table-body
|
|
377
|
-
(1,35): unexpected-start-tag-implies-end-tag
|
|
378
|
-
(1,40): unexpected-cell-end-tag
|
|
379
|
-
(1,43): unexpected-start-tag-implies-table-voodoo
|
|
380
|
-
(1,43): unexpected-start-tag-implies-end-tag
|
|
381
|
-
(1,43): unexpected-end-tag
|
|
382
|
-
(1,63): unexpected-start-tag-implies-end-tag
|
|
383
|
-
(1,64): expected-closing-tag-but-got-eof
|
|
384
|
-
#document
|
|
385
|
-
| <html>
|
|
386
|
-
| <head>
|
|
387
|
-
| <body>
|
|
388
|
-
| <a>
|
|
389
|
-
| <a>
|
|
390
|
-
| <table>
|
|
391
|
-
| <tbody>
|
|
392
|
-
| <tr>
|
|
393
|
-
| <td>
|
|
394
|
-
| <a>
|
|
395
|
-
| <table>
|
|
396
|
-
| <a>
|
|
397
|
-
| <a>
|
|
398
|
-
| <b>
|
|
399
|
-
| "X"
|
|
400
|
-
| "C"
|
|
401
|
-
| <a>
|
|
402
|
-
| "Y"
|
|
403
|
-
|
|
404
|
-
#data
|
|
405
|
-
<a X>0<b>1<a Y>2
|
|
406
|
-
#errors
|
|
407
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
408
|
-
(1,15): unexpected-start-tag-implies-end-tag
|
|
409
|
-
(1,15): adoption-agency-1.3
|
|
410
|
-
(1,16): expected-closing-tag-but-got-eof
|
|
411
|
-
#document
|
|
412
|
-
| <html>
|
|
413
|
-
| <head>
|
|
414
|
-
| <body>
|
|
415
|
-
| <a>
|
|
416
|
-
| x=""
|
|
417
|
-
| "0"
|
|
418
|
-
| <b>
|
|
419
|
-
| "1"
|
|
420
|
-
| <b>
|
|
421
|
-
| <a>
|
|
422
|
-
| y=""
|
|
423
|
-
| "2"
|
|
424
|
-
|
|
425
|
-
#data
|
|
426
|
-
<!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->
|
|
427
|
-
#errors
|
|
428
|
-
(1,14): expected-doctype-but-got-start-tag
|
|
429
|
-
(1,41): unexpected-start-tag-implies-table-voodoo
|
|
430
|
-
(1,48): foster-parenting-character-in-table
|
|
431
|
-
(1,48): foster-parenting-character-in-table
|
|
432
|
-
(1,48): foster-parenting-character-in-table
|
|
433
|
-
(1,48): foster-parenting-character-in-table
|
|
434
|
-
(1,48): foster-parenting-character-in-table
|
|
435
|
-
(1,48): foster-parenting-character-in-table
|
|
436
|
-
(1,48): foster-parenting-character-in-table
|
|
437
|
-
(1,48): foster-parenting-character-in-table
|
|
438
|
-
(1,48): foster-parenting-character-in-table
|
|
439
|
-
(1,48): foster-parenting-character-in-table
|
|
440
|
-
(1,48): unexpected-cell-in-table-body
|
|
441
|
-
(1,63): unexpected-cell-end-tag
|
|
442
|
-
(1,71): eof-in-table
|
|
443
|
-
#document
|
|
444
|
-
| <!-- - -->
|
|
445
|
-
| <html>
|
|
446
|
-
| <head>
|
|
447
|
-
| <body>
|
|
448
|
-
| <font>
|
|
449
|
-
| <div>
|
|
450
|
-
| "helloexcite!"
|
|
451
|
-
| <b>
|
|
452
|
-
| "me!"
|
|
453
|
-
| <table>
|
|
454
|
-
| <tbody>
|
|
455
|
-
| <tr>
|
|
456
|
-
| <th>
|
|
457
|
-
| <i>
|
|
458
|
-
| "please!"
|
|
459
|
-
| <!-- X -->
|
|
460
|
-
|
|
461
|
-
#data
|
|
462
|
-
<!DOCTYPE html><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->
|
|
463
|
-
#errors
|
|
464
|
-
#document
|
|
465
|
-
| <!DOCTYPE html>
|
|
466
|
-
| <html>
|
|
467
|
-
| <head>
|
|
468
|
-
| <body>
|
|
469
|
-
| <li>
|
|
470
|
-
| "hello"
|
|
471
|
-
| <li>
|
|
472
|
-
| "world"
|
|
473
|
-
| <ul>
|
|
474
|
-
| "how"
|
|
475
|
-
| <li>
|
|
476
|
-
| "do"
|
|
477
|
-
| "you"
|
|
478
|
-
| <!-- do -->
|
|
479
|
-
|
|
480
|
-
#data
|
|
481
|
-
<!DOCTYPE html>A<option>B<optgroup>C<select>D</option>E
|
|
482
|
-
#errors
|
|
483
|
-
(1,54): unexpected-end-tag-in-select
|
|
484
|
-
(1,55): eof-in-select
|
|
485
|
-
#document
|
|
486
|
-
| <!DOCTYPE html>
|
|
487
|
-
| <html>
|
|
488
|
-
| <head>
|
|
489
|
-
| <body>
|
|
490
|
-
| "A"
|
|
491
|
-
| <option>
|
|
492
|
-
| "B"
|
|
493
|
-
| <optgroup>
|
|
494
|
-
| "C"
|
|
495
|
-
| <select>
|
|
496
|
-
| "DE"
|
|
497
|
-
|
|
498
|
-
#data
|
|
499
|
-
<
|
|
500
|
-
#errors
|
|
501
|
-
(1,1): expected-tag-name
|
|
502
|
-
(1,1): expected-doctype-but-got-chars
|
|
503
|
-
#new-errors
|
|
504
|
-
(1:2) eof-before-tag-name
|
|
505
|
-
#document
|
|
506
|
-
| <html>
|
|
507
|
-
| <head>
|
|
508
|
-
| <body>
|
|
509
|
-
| "<"
|
|
510
|
-
|
|
511
|
-
#data
|
|
512
|
-
<#
|
|
513
|
-
#errors
|
|
514
|
-
(1,1): expected-tag-name
|
|
515
|
-
(1,1): expected-doctype-but-got-chars
|
|
516
|
-
#new-errors
|
|
517
|
-
(1:2) invalid-first-character-of-tag-name
|
|
518
|
-
#document
|
|
519
|
-
| <html>
|
|
520
|
-
| <head>
|
|
521
|
-
| <body>
|
|
522
|
-
| "<#"
|
|
523
|
-
|
|
524
|
-
#data
|
|
525
|
-
</
|
|
526
|
-
#errors
|
|
527
|
-
(1,2): expected-closing-tag-but-got-eof
|
|
528
|
-
(1,2): expected-doctype-but-got-chars
|
|
529
|
-
#new-errors
|
|
530
|
-
(1:3) eof-before-tag-name
|
|
531
|
-
#document
|
|
532
|
-
| <html>
|
|
533
|
-
| <head>
|
|
534
|
-
| <body>
|
|
535
|
-
| "</"
|
|
536
|
-
|
|
537
|
-
#data
|
|
538
|
-
</#
|
|
539
|
-
#errors
|
|
540
|
-
(1,2): expected-closing-tag-but-got-char
|
|
541
|
-
(1,3): expected-doctype-but-got-eof
|
|
542
|
-
#new-errors
|
|
543
|
-
(1:3) invalid-first-character-of-tag-name
|
|
544
|
-
#document
|
|
545
|
-
| <!-- # -->
|
|
546
|
-
| <html>
|
|
547
|
-
| <head>
|
|
548
|
-
| <body>
|
|
549
|
-
|
|
550
|
-
#data
|
|
551
|
-
<?
|
|
552
|
-
#errors
|
|
553
|
-
(1,1): expected-tag-name-but-got-question-mark
|
|
554
|
-
(1,2): expected-doctype-but-got-eof
|
|
555
|
-
#new-errors
|
|
556
|
-
(1:2) unexpected-question-mark-instead-of-tag-name
|
|
557
|
-
#document
|
|
558
|
-
| <!-- ? -->
|
|
559
|
-
| <html>
|
|
560
|
-
| <head>
|
|
561
|
-
| <body>
|
|
562
|
-
|
|
563
|
-
#data
|
|
564
|
-
<?#
|
|
565
|
-
#errors
|
|
566
|
-
(1,1): expected-tag-name-but-got-question-mark
|
|
567
|
-
(1,3): expected-doctype-but-got-eof
|
|
568
|
-
#new-errors
|
|
569
|
-
(1:2) unexpected-question-mark-instead-of-tag-name
|
|
570
|
-
#document
|
|
571
|
-
| <!-- ?# -->
|
|
572
|
-
| <html>
|
|
573
|
-
| <head>
|
|
574
|
-
| <body>
|
|
575
|
-
|
|
576
|
-
#data
|
|
577
|
-
<!
|
|
578
|
-
#errors
|
|
579
|
-
(1,2): expected-dashes-or-doctype
|
|
580
|
-
(1,2): expected-doctype-but-got-eof
|
|
581
|
-
#new-errors
|
|
582
|
-
(1:3) incorrectly-opened-comment
|
|
583
|
-
#document
|
|
584
|
-
| <!-- -->
|
|
585
|
-
| <html>
|
|
586
|
-
| <head>
|
|
587
|
-
| <body>
|
|
588
|
-
|
|
589
|
-
#data
|
|
590
|
-
<!#
|
|
591
|
-
#errors
|
|
592
|
-
(1,2): expected-dashes-or-doctype
|
|
593
|
-
(1,3): expected-doctype-but-got-eof
|
|
594
|
-
#new-errors
|
|
595
|
-
(1:3) incorrectly-opened-comment
|
|
596
|
-
#document
|
|
597
|
-
| <!-- # -->
|
|
598
|
-
| <html>
|
|
599
|
-
| <head>
|
|
600
|
-
| <body>
|
|
601
|
-
|
|
602
|
-
#data
|
|
603
|
-
<?COMMENT?>
|
|
604
|
-
#errors
|
|
605
|
-
(1,1): expected-tag-name-but-got-question-mark
|
|
606
|
-
(1,11): expected-doctype-but-got-eof
|
|
607
|
-
#new-errors
|
|
608
|
-
(1:2) unexpected-question-mark-instead-of-tag-name
|
|
609
|
-
#document
|
|
610
|
-
| <!-- ?COMMENT? -->
|
|
611
|
-
| <html>
|
|
612
|
-
| <head>
|
|
613
|
-
| <body>
|
|
614
|
-
|
|
615
|
-
#data
|
|
616
|
-
<!COMMENT>
|
|
617
|
-
#errors
|
|
618
|
-
(1,2): expected-dashes-or-doctype
|
|
619
|
-
(1,10): expected-doctype-but-got-eof
|
|
620
|
-
#new-errors
|
|
621
|
-
(1:3) incorrectly-opened-comment
|
|
622
|
-
#document
|
|
623
|
-
| <!-- COMMENT -->
|
|
624
|
-
| <html>
|
|
625
|
-
| <head>
|
|
626
|
-
| <body>
|
|
627
|
-
|
|
628
|
-
#data
|
|
629
|
-
</ COMMENT >
|
|
630
|
-
#errors
|
|
631
|
-
(1,2): expected-closing-tag-but-got-char
|
|
632
|
-
(1,12): expected-doctype-but-got-eof
|
|
633
|
-
#new-errors
|
|
634
|
-
(1:3) invalid-first-character-of-tag-name
|
|
635
|
-
#document
|
|
636
|
-
| <!-- COMMENT -->
|
|
637
|
-
| <html>
|
|
638
|
-
| <head>
|
|
639
|
-
| <body>
|
|
640
|
-
|
|
641
|
-
#data
|
|
642
|
-
<?COM--MENT?>
|
|
643
|
-
#errors
|
|
644
|
-
(1,1): expected-tag-name-but-got-question-mark
|
|
645
|
-
(1,13): expected-doctype-but-got-eof
|
|
646
|
-
#new-errors
|
|
647
|
-
(1:2) unexpected-question-mark-instead-of-tag-name
|
|
648
|
-
#document
|
|
649
|
-
| <!-- ?COM--MENT? -->
|
|
650
|
-
| <html>
|
|
651
|
-
| <head>
|
|
652
|
-
| <body>
|
|
653
|
-
|
|
654
|
-
#data
|
|
655
|
-
<!COM--MENT>
|
|
656
|
-
#errors
|
|
657
|
-
(1,2): expected-dashes-or-doctype
|
|
658
|
-
(1,12): expected-doctype-but-got-eof
|
|
659
|
-
#new-errors
|
|
660
|
-
(1:3) incorrectly-opened-comment
|
|
661
|
-
#document
|
|
662
|
-
| <!-- COM--MENT -->
|
|
663
|
-
| <html>
|
|
664
|
-
| <head>
|
|
665
|
-
| <body>
|
|
666
|
-
|
|
667
|
-
#data
|
|
668
|
-
</ COM--MENT >
|
|
669
|
-
#errors
|
|
670
|
-
(1,2): expected-closing-tag-but-got-char
|
|
671
|
-
(1,14): expected-doctype-but-got-eof
|
|
672
|
-
#new-errors
|
|
673
|
-
(1:3) invalid-first-character-of-tag-name
|
|
674
|
-
#document
|
|
675
|
-
| <!-- COM--MENT -->
|
|
676
|
-
| <html>
|
|
677
|
-
| <head>
|
|
678
|
-
| <body>
|
|
679
|
-
|
|
680
|
-
#data
|
|
681
|
-
<!DOCTYPE html><style> EOF
|
|
682
|
-
#errors
|
|
683
|
-
(1,26): expected-named-closing-tag-but-got-eof
|
|
684
|
-
#document
|
|
685
|
-
| <!DOCTYPE html>
|
|
686
|
-
| <html>
|
|
687
|
-
| <head>
|
|
688
|
-
| <style>
|
|
689
|
-
| " EOF"
|
|
690
|
-
| <body>
|
|
691
|
-
|
|
692
|
-
#data
|
|
693
|
-
<!DOCTYPE html><script> <!-- </script> --> </script> EOF
|
|
694
|
-
#errors
|
|
695
|
-
(1,52): unexpected-end-tag
|
|
696
|
-
#document
|
|
697
|
-
| <!DOCTYPE html>
|
|
698
|
-
| <html>
|
|
699
|
-
| <head>
|
|
700
|
-
| <script>
|
|
701
|
-
| " <!-- "
|
|
702
|
-
| " "
|
|
703
|
-
| <body>
|
|
704
|
-
| "--> EOF"
|
|
705
|
-
|
|
706
|
-
#data
|
|
707
|
-
<b><p></b>TEST
|
|
708
|
-
#errors
|
|
709
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
710
|
-
(1,10): adoption-agency-1.3
|
|
711
|
-
#document
|
|
712
|
-
| <html>
|
|
713
|
-
| <head>
|
|
714
|
-
| <body>
|
|
715
|
-
| <b>
|
|
716
|
-
| <p>
|
|
717
|
-
| <b>
|
|
718
|
-
| "TEST"
|
|
719
|
-
|
|
720
|
-
#data
|
|
721
|
-
<p id=a><b><p id=b></b>TEST
|
|
722
|
-
#errors
|
|
723
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
724
|
-
(1,19): unexpected-end-tag
|
|
725
|
-
(1,23): adoption-agency-1.2
|
|
726
|
-
#document
|
|
727
|
-
| <html>
|
|
728
|
-
| <head>
|
|
729
|
-
| <body>
|
|
730
|
-
| <p>
|
|
731
|
-
| id="a"
|
|
732
|
-
| <b>
|
|
733
|
-
| <p>
|
|
734
|
-
| id="b"
|
|
735
|
-
| "TEST"
|
|
736
|
-
|
|
737
|
-
#data
|
|
738
|
-
<b id=a><p><b id=b></p></b>TEST
|
|
739
|
-
#errors
|
|
740
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
741
|
-
(1,23): unexpected-end-tag
|
|
742
|
-
(1,27): adoption-agency-1.2
|
|
743
|
-
(1,31): expected-closing-tag-but-got-eof
|
|
744
|
-
#document
|
|
745
|
-
| <html>
|
|
746
|
-
| <head>
|
|
747
|
-
| <body>
|
|
748
|
-
| <b>
|
|
749
|
-
| id="a"
|
|
750
|
-
| <p>
|
|
751
|
-
| <b>
|
|
752
|
-
| id="b"
|
|
753
|
-
| "TEST"
|
|
754
|
-
|
|
755
|
-
#data
|
|
756
|
-
<!DOCTYPE html><title>U-test</title><body><div><p>Test<u></p></div></body>
|
|
757
|
-
#errors
|
|
758
|
-
(1,61): unexpected-end-tag
|
|
759
|
-
#document
|
|
760
|
-
| <!DOCTYPE html>
|
|
761
|
-
| <html>
|
|
762
|
-
| <head>
|
|
763
|
-
| <title>
|
|
764
|
-
| "U-test"
|
|
765
|
-
| <body>
|
|
766
|
-
| <div>
|
|
767
|
-
| <p>
|
|
768
|
-
| "Test"
|
|
769
|
-
| <u>
|
|
770
|
-
|
|
771
|
-
#data
|
|
772
|
-
<!DOCTYPE html><font><table></font></table></font>
|
|
773
|
-
#errors
|
|
774
|
-
(1,35): unexpected-end-tag-implies-table-voodoo
|
|
775
|
-
(1,35): unexpected-end-tag
|
|
776
|
-
#document
|
|
777
|
-
| <!DOCTYPE html>
|
|
778
|
-
| <html>
|
|
779
|
-
| <head>
|
|
780
|
-
| <body>
|
|
781
|
-
| <font>
|
|
782
|
-
| <table>
|
|
783
|
-
|
|
784
|
-
#data
|
|
785
|
-
<font><p>hello<b>cruel</font>world
|
|
786
|
-
#errors
|
|
787
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
788
|
-
(1,29): adoption-agency-1.3
|
|
789
|
-
(1,29): adoption-agency-1.3
|
|
790
|
-
(1,34): expected-closing-tag-but-got-eof
|
|
791
|
-
#document
|
|
792
|
-
| <html>
|
|
793
|
-
| <head>
|
|
794
|
-
| <body>
|
|
795
|
-
| <font>
|
|
796
|
-
| <p>
|
|
797
|
-
| <font>
|
|
798
|
-
| "hello"
|
|
799
|
-
| <b>
|
|
800
|
-
| "cruel"
|
|
801
|
-
| <b>
|
|
802
|
-
| "world"
|
|
803
|
-
|
|
804
|
-
#data
|
|
805
|
-
<b>Test</i>Test
|
|
806
|
-
#errors
|
|
807
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
808
|
-
(1,11): unexpected-end-tag
|
|
809
|
-
(1,15): expected-closing-tag-but-got-eof
|
|
810
|
-
#document
|
|
811
|
-
| <html>
|
|
812
|
-
| <head>
|
|
813
|
-
| <body>
|
|
814
|
-
| <b>
|
|
815
|
-
| "TestTest"
|
|
816
|
-
|
|
817
|
-
#data
|
|
818
|
-
<b>A<cite>B<div>C
|
|
819
|
-
#errors
|
|
820
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
821
|
-
(1,17): expected-closing-tag-but-got-eof
|
|
822
|
-
#document
|
|
823
|
-
| <html>
|
|
824
|
-
| <head>
|
|
825
|
-
| <body>
|
|
826
|
-
| <b>
|
|
827
|
-
| "A"
|
|
828
|
-
| <cite>
|
|
829
|
-
| "B"
|
|
830
|
-
| <div>
|
|
831
|
-
| "C"
|
|
832
|
-
|
|
833
|
-
#data
|
|
834
|
-
<b>A<cite>B<div>C</cite>D
|
|
835
|
-
#errors
|
|
836
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
837
|
-
(1,24): unexpected-end-tag
|
|
838
|
-
(1,25): expected-closing-tag-but-got-eof
|
|
839
|
-
#document
|
|
840
|
-
| <html>
|
|
841
|
-
| <head>
|
|
842
|
-
| <body>
|
|
843
|
-
| <b>
|
|
844
|
-
| "A"
|
|
845
|
-
| <cite>
|
|
846
|
-
| "B"
|
|
847
|
-
| <div>
|
|
848
|
-
| "CD"
|
|
849
|
-
|
|
850
|
-
#data
|
|
851
|
-
<b>A<cite>B<div>C</b>D
|
|
852
|
-
#errors
|
|
853
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
854
|
-
(1,21): adoption-agency-1.3
|
|
855
|
-
(1,22): expected-closing-tag-but-got-eof
|
|
856
|
-
#document
|
|
857
|
-
| <html>
|
|
858
|
-
| <head>
|
|
859
|
-
| <body>
|
|
860
|
-
| <b>
|
|
861
|
-
| "A"
|
|
862
|
-
| <cite>
|
|
863
|
-
| "B"
|
|
864
|
-
| <div>
|
|
865
|
-
| <b>
|
|
866
|
-
| "C"
|
|
867
|
-
| "D"
|
|
868
|
-
|
|
869
|
-
#data
|
|
870
|
-
|
|
871
|
-
#errors
|
|
872
|
-
(1,0): expected-doctype-but-got-eof
|
|
873
|
-
#document
|
|
874
|
-
| <html>
|
|
875
|
-
| <head>
|
|
876
|
-
| <body>
|
|
877
|
-
|
|
878
|
-
#data
|
|
879
|
-
<DIV>
|
|
880
|
-
#errors
|
|
881
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
882
|
-
(1,5): expected-closing-tag-but-got-eof
|
|
883
|
-
#document
|
|
884
|
-
| <html>
|
|
885
|
-
| <head>
|
|
886
|
-
| <body>
|
|
887
|
-
| <div>
|
|
888
|
-
|
|
889
|
-
#data
|
|
890
|
-
<DIV> abc
|
|
891
|
-
#errors
|
|
892
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
893
|
-
(1,9): expected-closing-tag-but-got-eof
|
|
894
|
-
#document
|
|
895
|
-
| <html>
|
|
896
|
-
| <head>
|
|
897
|
-
| <body>
|
|
898
|
-
| <div>
|
|
899
|
-
| " abc"
|
|
900
|
-
|
|
901
|
-
#data
|
|
902
|
-
<DIV> abc <B>
|
|
903
|
-
#errors
|
|
904
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
905
|
-
(1,13): expected-closing-tag-but-got-eof
|
|
906
|
-
#document
|
|
907
|
-
| <html>
|
|
908
|
-
| <head>
|
|
909
|
-
| <body>
|
|
910
|
-
| <div>
|
|
911
|
-
| " abc "
|
|
912
|
-
| <b>
|
|
913
|
-
|
|
914
|
-
#data
|
|
915
|
-
<DIV> abc <B> def
|
|
916
|
-
#errors
|
|
917
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
918
|
-
(1,17): expected-closing-tag-but-got-eof
|
|
919
|
-
#document
|
|
920
|
-
| <html>
|
|
921
|
-
| <head>
|
|
922
|
-
| <body>
|
|
923
|
-
| <div>
|
|
924
|
-
| " abc "
|
|
925
|
-
| <b>
|
|
926
|
-
| " def"
|
|
927
|
-
|
|
928
|
-
#data
|
|
929
|
-
<DIV> abc <B> def <I>
|
|
930
|
-
#errors
|
|
931
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
932
|
-
(1,21): expected-closing-tag-but-got-eof
|
|
933
|
-
#document
|
|
934
|
-
| <html>
|
|
935
|
-
| <head>
|
|
936
|
-
| <body>
|
|
937
|
-
| <div>
|
|
938
|
-
| " abc "
|
|
939
|
-
| <b>
|
|
940
|
-
| " def "
|
|
941
|
-
| <i>
|
|
942
|
-
|
|
943
|
-
#data
|
|
944
|
-
<DIV> abc <B> def <I> ghi
|
|
945
|
-
#errors
|
|
946
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
947
|
-
(1,25): expected-closing-tag-but-got-eof
|
|
948
|
-
#document
|
|
949
|
-
| <html>
|
|
950
|
-
| <head>
|
|
951
|
-
| <body>
|
|
952
|
-
| <div>
|
|
953
|
-
| " abc "
|
|
954
|
-
| <b>
|
|
955
|
-
| " def "
|
|
956
|
-
| <i>
|
|
957
|
-
| " ghi"
|
|
958
|
-
|
|
959
|
-
#data
|
|
960
|
-
<DIV> abc <B> def <I> ghi <P>
|
|
961
|
-
#errors
|
|
962
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
963
|
-
(1,29): expected-closing-tag-but-got-eof
|
|
964
|
-
#document
|
|
965
|
-
| <html>
|
|
966
|
-
| <head>
|
|
967
|
-
| <body>
|
|
968
|
-
| <div>
|
|
969
|
-
| " abc "
|
|
970
|
-
| <b>
|
|
971
|
-
| " def "
|
|
972
|
-
| <i>
|
|
973
|
-
| " ghi "
|
|
974
|
-
| <p>
|
|
975
|
-
|
|
976
|
-
#data
|
|
977
|
-
<DIV> abc <B> def <I> ghi <P> jkl
|
|
978
|
-
#errors
|
|
979
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
980
|
-
(1,33): expected-closing-tag-but-got-eof
|
|
981
|
-
#document
|
|
982
|
-
| <html>
|
|
983
|
-
| <head>
|
|
984
|
-
| <body>
|
|
985
|
-
| <div>
|
|
986
|
-
| " abc "
|
|
987
|
-
| <b>
|
|
988
|
-
| " def "
|
|
989
|
-
| <i>
|
|
990
|
-
| " ghi "
|
|
991
|
-
| <p>
|
|
992
|
-
| " jkl"
|
|
993
|
-
|
|
994
|
-
#data
|
|
995
|
-
<DIV> abc <B> def <I> ghi <P> jkl </B>
|
|
996
|
-
#errors
|
|
997
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
998
|
-
(1,38): adoption-agency-1.3
|
|
999
|
-
(1,38): expected-closing-tag-but-got-eof
|
|
1000
|
-
#document
|
|
1001
|
-
| <html>
|
|
1002
|
-
| <head>
|
|
1003
|
-
| <body>
|
|
1004
|
-
| <div>
|
|
1005
|
-
| " abc "
|
|
1006
|
-
| <b>
|
|
1007
|
-
| " def "
|
|
1008
|
-
| <i>
|
|
1009
|
-
| " ghi "
|
|
1010
|
-
| <i>
|
|
1011
|
-
| <p>
|
|
1012
|
-
| <b>
|
|
1013
|
-
| " jkl "
|
|
1014
|
-
|
|
1015
|
-
#data
|
|
1016
|
-
<DIV> abc <B> def <I> ghi <P> jkl </B> mno
|
|
1017
|
-
#errors
|
|
1018
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
1019
|
-
(1,38): adoption-agency-1.3
|
|
1020
|
-
(1,42): expected-closing-tag-but-got-eof
|
|
1021
|
-
#document
|
|
1022
|
-
| <html>
|
|
1023
|
-
| <head>
|
|
1024
|
-
| <body>
|
|
1025
|
-
| <div>
|
|
1026
|
-
| " abc "
|
|
1027
|
-
| <b>
|
|
1028
|
-
| " def "
|
|
1029
|
-
| <i>
|
|
1030
|
-
| " ghi "
|
|
1031
|
-
| <i>
|
|
1032
|
-
| <p>
|
|
1033
|
-
| <b>
|
|
1034
|
-
| " jkl "
|
|
1035
|
-
| " mno"
|
|
1036
|
-
|
|
1037
|
-
#data
|
|
1038
|
-
<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I>
|
|
1039
|
-
#errors
|
|
1040
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
1041
|
-
(1,38): adoption-agency-1.3
|
|
1042
|
-
(1,47): adoption-agency-1.3
|
|
1043
|
-
(1,47): expected-closing-tag-but-got-eof
|
|
1044
|
-
#document
|
|
1045
|
-
| <html>
|
|
1046
|
-
| <head>
|
|
1047
|
-
| <body>
|
|
1048
|
-
| <div>
|
|
1049
|
-
| " abc "
|
|
1050
|
-
| <b>
|
|
1051
|
-
| " def "
|
|
1052
|
-
| <i>
|
|
1053
|
-
| " ghi "
|
|
1054
|
-
| <i>
|
|
1055
|
-
| <p>
|
|
1056
|
-
| <i>
|
|
1057
|
-
| <b>
|
|
1058
|
-
| " jkl "
|
|
1059
|
-
| " mno "
|
|
1060
|
-
|
|
1061
|
-
#data
|
|
1062
|
-
<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr
|
|
1063
|
-
#errors
|
|
1064
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
1065
|
-
(1,38): adoption-agency-1.3
|
|
1066
|
-
(1,47): adoption-agency-1.3
|
|
1067
|
-
(1,51): expected-closing-tag-but-got-eof
|
|
1068
|
-
#document
|
|
1069
|
-
| <html>
|
|
1070
|
-
| <head>
|
|
1071
|
-
| <body>
|
|
1072
|
-
| <div>
|
|
1073
|
-
| " abc "
|
|
1074
|
-
| <b>
|
|
1075
|
-
| " def "
|
|
1076
|
-
| <i>
|
|
1077
|
-
| " ghi "
|
|
1078
|
-
| <i>
|
|
1079
|
-
| <p>
|
|
1080
|
-
| <i>
|
|
1081
|
-
| <b>
|
|
1082
|
-
| " jkl "
|
|
1083
|
-
| " mno "
|
|
1084
|
-
| " pqr"
|
|
1085
|
-
|
|
1086
|
-
#data
|
|
1087
|
-
<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P>
|
|
1088
|
-
#errors
|
|
1089
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
1090
|
-
(1,38): adoption-agency-1.3
|
|
1091
|
-
(1,47): adoption-agency-1.3
|
|
1092
|
-
(1,56): expected-closing-tag-but-got-eof
|
|
1093
|
-
#document
|
|
1094
|
-
| <html>
|
|
1095
|
-
| <head>
|
|
1096
|
-
| <body>
|
|
1097
|
-
| <div>
|
|
1098
|
-
| " abc "
|
|
1099
|
-
| <b>
|
|
1100
|
-
| " def "
|
|
1101
|
-
| <i>
|
|
1102
|
-
| " ghi "
|
|
1103
|
-
| <i>
|
|
1104
|
-
| <p>
|
|
1105
|
-
| <i>
|
|
1106
|
-
| <b>
|
|
1107
|
-
| " jkl "
|
|
1108
|
-
| " mno "
|
|
1109
|
-
| " pqr "
|
|
1110
|
-
|
|
1111
|
-
#data
|
|
1112
|
-
<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P> stu
|
|
1113
|
-
#errors
|
|
1114
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
1115
|
-
(1,38): adoption-agency-1.3
|
|
1116
|
-
(1,47): adoption-agency-1.3
|
|
1117
|
-
(1,60): expected-closing-tag-but-got-eof
|
|
1118
|
-
#document
|
|
1119
|
-
| <html>
|
|
1120
|
-
| <head>
|
|
1121
|
-
| <body>
|
|
1122
|
-
| <div>
|
|
1123
|
-
| " abc "
|
|
1124
|
-
| <b>
|
|
1125
|
-
| " def "
|
|
1126
|
-
| <i>
|
|
1127
|
-
| " ghi "
|
|
1128
|
-
| <i>
|
|
1129
|
-
| <p>
|
|
1130
|
-
| <i>
|
|
1131
|
-
| <b>
|
|
1132
|
-
| " jkl "
|
|
1133
|
-
| " mno "
|
|
1134
|
-
| " pqr "
|
|
1135
|
-
| " stu"
|
|
1136
|
-
|
|
1137
|
-
#data
|
|
1138
|
-
<test attribute---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
|
|
1139
|
-
#errors
|
|
1140
|
-
(1,1040): expected-doctype-but-got-start-tag
|
|
1141
|
-
(1,1040): expected-closing-tag-but-got-eof
|
|
1142
|
-
#document
|
|
1143
|
-
| <html>
|
|
1144
|
-
| <head>
|
|
1145
|
-
| <body>
|
|
1146
|
-
| <test>
|
|
1147
|
-
| attribute----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------=""
|
|
1148
|
-
|
|
1149
|
-
#data
|
|
1150
|
-
<a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe
|
|
1151
|
-
#errors
|
|
1152
|
-
(1,15): expected-doctype-but-got-start-tag
|
|
1153
|
-
(1,39): unexpected-start-tag-implies-table-voodoo
|
|
1154
|
-
(1,39): unexpected-start-tag-implies-end-tag
|
|
1155
|
-
(1,39): unexpected-end-tag
|
|
1156
|
-
(1,45): foster-parenting-character-in-table
|
|
1157
|
-
(1,45): foster-parenting-character-in-table
|
|
1158
|
-
(1,68): foster-parenting-character-in-table
|
|
1159
|
-
(1,71): expected-closing-tag-but-got-eof
|
|
1160
|
-
#document
|
|
1161
|
-
| <html>
|
|
1162
|
-
| <head>
|
|
1163
|
-
| <body>
|
|
1164
|
-
| <a>
|
|
1165
|
-
| href="blah"
|
|
1166
|
-
| "aba"
|
|
1167
|
-
| <a>
|
|
1168
|
-
| href="foo"
|
|
1169
|
-
| "br"
|
|
1170
|
-
| <a>
|
|
1171
|
-
| href="foo"
|
|
1172
|
-
| "x"
|
|
1173
|
-
| <table>
|
|
1174
|
-
| <tbody>
|
|
1175
|
-
| <tr>
|
|
1176
|
-
| <td>
|
|
1177
|
-
| <a>
|
|
1178
|
-
| href="foo"
|
|
1179
|
-
| "aoe"
|
|
1180
|
-
|
|
1181
|
-
#data
|
|
1182
|
-
<a href="blah">aba<table><tr><td><a href="foo">br</td></tr>x</table>aoe
|
|
1183
|
-
#errors
|
|
1184
|
-
(1,15): expected-doctype-but-got-start-tag
|
|
1185
|
-
(1,54): unexpected-cell-end-tag
|
|
1186
|
-
(1,68): unexpected text in table
|
|
1187
|
-
(1,71): expected-closing-tag-but-got-eof
|
|
1188
|
-
#document
|
|
1189
|
-
| <html>
|
|
1190
|
-
| <head>
|
|
1191
|
-
| <body>
|
|
1192
|
-
| <a>
|
|
1193
|
-
| href="blah"
|
|
1194
|
-
| "abax"
|
|
1195
|
-
| <table>
|
|
1196
|
-
| <tbody>
|
|
1197
|
-
| <tr>
|
|
1198
|
-
| <td>
|
|
1199
|
-
| <a>
|
|
1200
|
-
| href="foo"
|
|
1201
|
-
| "br"
|
|
1202
|
-
| "aoe"
|
|
1203
|
-
|
|
1204
|
-
#data
|
|
1205
|
-
<table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe
|
|
1206
|
-
#errors
|
|
1207
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
1208
|
-
(1,22): unexpected-start-tag-implies-table-voodoo
|
|
1209
|
-
(1,29): foster-parenting-character-in-table
|
|
1210
|
-
(1,29): foster-parenting-character-in-table
|
|
1211
|
-
(1,29): foster-parenting-character-in-table
|
|
1212
|
-
(1,54): unexpected-cell-end-tag
|
|
1213
|
-
(1,68): foster-parenting-character-in-table
|
|
1214
|
-
(1,71): expected-closing-tag-but-got-eof
|
|
1215
|
-
#document
|
|
1216
|
-
| <html>
|
|
1217
|
-
| <head>
|
|
1218
|
-
| <body>
|
|
1219
|
-
| <a>
|
|
1220
|
-
| href="blah"
|
|
1221
|
-
| "aba"
|
|
1222
|
-
| <a>
|
|
1223
|
-
| href="blah"
|
|
1224
|
-
| "x"
|
|
1225
|
-
| <table>
|
|
1226
|
-
| <tbody>
|
|
1227
|
-
| <tr>
|
|
1228
|
-
| <td>
|
|
1229
|
-
| <a>
|
|
1230
|
-
| href="foo"
|
|
1231
|
-
| "br"
|
|
1232
|
-
| <a>
|
|
1233
|
-
| href="blah"
|
|
1234
|
-
| "aoe"
|
|
1235
|
-
|
|
1236
|
-
#data
|
|
1237
|
-
<a href=a>aa<marquee>aa<a href=b>bb</marquee>aa
|
|
1238
|
-
#errors
|
|
1239
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
1240
|
-
(1,45): end-tag-too-early
|
|
1241
|
-
(1,47): expected-closing-tag-but-got-eof
|
|
1242
|
-
#document
|
|
1243
|
-
| <html>
|
|
1244
|
-
| <head>
|
|
1245
|
-
| <body>
|
|
1246
|
-
| <a>
|
|
1247
|
-
| href="a"
|
|
1248
|
-
| "aa"
|
|
1249
|
-
| <marquee>
|
|
1250
|
-
| "aa"
|
|
1251
|
-
| <a>
|
|
1252
|
-
| href="b"
|
|
1253
|
-
| "bb"
|
|
1254
|
-
| "aa"
|
|
1255
|
-
|
|
1256
|
-
#data
|
|
1257
|
-
<wbr><strike><code></strike><code><strike></code>
|
|
1258
|
-
#errors
|
|
1259
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
1260
|
-
(1,28): adoption-agency-1.3
|
|
1261
|
-
(1,49): adoption-agency-1.3
|
|
1262
|
-
(1,49): expected-closing-tag-but-got-eof
|
|
1263
|
-
#document
|
|
1264
|
-
| <html>
|
|
1265
|
-
| <head>
|
|
1266
|
-
| <body>
|
|
1267
|
-
| <wbr>
|
|
1268
|
-
| <strike>
|
|
1269
|
-
| <code>
|
|
1270
|
-
| <code>
|
|
1271
|
-
| <code>
|
|
1272
|
-
| <strike>
|
|
1273
|
-
|
|
1274
|
-
#data
|
|
1275
|
-
<!DOCTYPE html><spacer>foo
|
|
1276
|
-
#errors
|
|
1277
|
-
(1,26): expected-closing-tag-but-got-eof
|
|
1278
|
-
#document
|
|
1279
|
-
| <!DOCTYPE html>
|
|
1280
|
-
| <html>
|
|
1281
|
-
| <head>
|
|
1282
|
-
| <body>
|
|
1283
|
-
| <spacer>
|
|
1284
|
-
| "foo"
|
|
1285
|
-
|
|
1286
|
-
#data
|
|
1287
|
-
<title><meta></title><link><title><meta></title>
|
|
1288
|
-
#errors
|
|
1289
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
1290
|
-
#document
|
|
1291
|
-
| <html>
|
|
1292
|
-
| <head>
|
|
1293
|
-
| <title>
|
|
1294
|
-
| "<meta>"
|
|
1295
|
-
| <link>
|
|
1296
|
-
| <title>
|
|
1297
|
-
| "<meta>"
|
|
1298
|
-
| <body>
|
|
1299
|
-
|
|
1300
|
-
#data
|
|
1301
|
-
<style><!--</style><meta><script>--><link></script>
|
|
1302
|
-
#errors
|
|
1303
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
1304
|
-
#document
|
|
1305
|
-
| <html>
|
|
1306
|
-
| <head>
|
|
1307
|
-
| <style>
|
|
1308
|
-
| "<!--"
|
|
1309
|
-
| <meta>
|
|
1310
|
-
| <script>
|
|
1311
|
-
| "--><link>"
|
|
1312
|
-
| <body>
|
|
1313
|
-
|
|
1314
|
-
#data
|
|
1315
|
-
<head><meta></head><link>
|
|
1316
|
-
#errors
|
|
1317
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
1318
|
-
(1,25): unexpected-start-tag-out-of-my-head
|
|
1319
|
-
#document
|
|
1320
|
-
| <html>
|
|
1321
|
-
| <head>
|
|
1322
|
-
| <meta>
|
|
1323
|
-
| <link>
|
|
1324
|
-
| <body>
|
|
1325
|
-
|
|
1326
|
-
#data
|
|
1327
|
-
<table><tr><tr><td><td><span><th><span>X</table>
|
|
1328
|
-
#errors
|
|
1329
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
1330
|
-
(1,33): unexpected-cell-end-tag
|
|
1331
|
-
(1,48): unexpected-cell-end-tag
|
|
1332
|
-
#document
|
|
1333
|
-
| <html>
|
|
1334
|
-
| <head>
|
|
1335
|
-
| <body>
|
|
1336
|
-
| <table>
|
|
1337
|
-
| <tbody>
|
|
1338
|
-
| <tr>
|
|
1339
|
-
| <tr>
|
|
1340
|
-
| <td>
|
|
1341
|
-
| <td>
|
|
1342
|
-
| <span>
|
|
1343
|
-
| <th>
|
|
1344
|
-
| <span>
|
|
1345
|
-
| "X"
|
|
1346
|
-
|
|
1347
|
-
#data
|
|
1348
|
-
<body><body><base><link><meta><title><p></title><body><p></body>
|
|
1349
|
-
#errors
|
|
1350
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
1351
|
-
(1,12): unexpected-start-tag
|
|
1352
|
-
(1,54): unexpected-start-tag
|
|
1353
|
-
#document
|
|
1354
|
-
| <html>
|
|
1355
|
-
| <head>
|
|
1356
|
-
| <body>
|
|
1357
|
-
| <base>
|
|
1358
|
-
| <link>
|
|
1359
|
-
| <meta>
|
|
1360
|
-
| <title>
|
|
1361
|
-
| "<p>"
|
|
1362
|
-
| <p>
|
|
1363
|
-
|
|
1364
|
-
#data
|
|
1365
|
-
<textarea><p></textarea>
|
|
1366
|
-
#errors
|
|
1367
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
1368
|
-
#document
|
|
1369
|
-
| <html>
|
|
1370
|
-
| <head>
|
|
1371
|
-
| <body>
|
|
1372
|
-
| <textarea>
|
|
1373
|
-
| "<p>"
|
|
1374
|
-
|
|
1375
|
-
#data
|
|
1376
|
-
<p><image></p>
|
|
1377
|
-
#errors
|
|
1378
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
1379
|
-
(1,10): unexpected-start-tag-treated-as
|
|
1380
|
-
#document
|
|
1381
|
-
| <html>
|
|
1382
|
-
| <head>
|
|
1383
|
-
| <body>
|
|
1384
|
-
| <p>
|
|
1385
|
-
| <img>
|
|
1386
|
-
|
|
1387
|
-
#data
|
|
1388
|
-
<a><table><a></table><p><a><div><a>
|
|
1389
|
-
#errors
|
|
1390
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
1391
|
-
(1,13): unexpected-start-tag-implies-table-voodoo
|
|
1392
|
-
(1,13): unexpected-start-tag-implies-end-tag
|
|
1393
|
-
(1,13): adoption-agency-1.3
|
|
1394
|
-
(1,27): unexpected-start-tag-implies-end-tag
|
|
1395
|
-
(1,27): adoption-agency-1.2
|
|
1396
|
-
(1,32): unexpected-end-tag
|
|
1397
|
-
(1,35): unexpected-start-tag-implies-end-tag
|
|
1398
|
-
(1,35): adoption-agency-1.2
|
|
1399
|
-
(1,35): expected-closing-tag-but-got-eof
|
|
1400
|
-
#document
|
|
1401
|
-
| <html>
|
|
1402
|
-
| <head>
|
|
1403
|
-
| <body>
|
|
1404
|
-
| <a>
|
|
1405
|
-
| <a>
|
|
1406
|
-
| <table>
|
|
1407
|
-
| <p>
|
|
1408
|
-
| <a>
|
|
1409
|
-
| <div>
|
|
1410
|
-
| <a>
|
|
1411
|
-
|
|
1412
|
-
#data
|
|
1413
|
-
<head></p><meta><p>
|
|
1414
|
-
#errors
|
|
1415
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
1416
|
-
(1,10): unexpected-end-tag
|
|
1417
|
-
#document
|
|
1418
|
-
| <html>
|
|
1419
|
-
| <head>
|
|
1420
|
-
| <meta>
|
|
1421
|
-
| <body>
|
|
1422
|
-
| <p>
|
|
1423
|
-
|
|
1424
|
-
#data
|
|
1425
|
-
<head></html><meta><p>
|
|
1426
|
-
#errors
|
|
1427
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
1428
|
-
(1,19): expected-eof-but-got-start-tag
|
|
1429
|
-
#document
|
|
1430
|
-
| <html>
|
|
1431
|
-
| <head>
|
|
1432
|
-
| <body>
|
|
1433
|
-
| <meta>
|
|
1434
|
-
| <p>
|
|
1435
|
-
|
|
1436
|
-
#data
|
|
1437
|
-
<b><table><td></b><i></table>
|
|
1438
|
-
#errors
|
|
1439
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
1440
|
-
(1,14): unexpected-cell-in-table-body
|
|
1441
|
-
(1,18): unexpected-end-tag
|
|
1442
|
-
(1,29): unexpected-cell-end-tag
|
|
1443
|
-
(1,29): expected-closing-tag-but-got-eof
|
|
1444
|
-
#document
|
|
1445
|
-
| <html>
|
|
1446
|
-
| <head>
|
|
1447
|
-
| <body>
|
|
1448
|
-
| <b>
|
|
1449
|
-
| <table>
|
|
1450
|
-
| <tbody>
|
|
1451
|
-
| <tr>
|
|
1452
|
-
| <td>
|
|
1453
|
-
| <i>
|
|
1454
|
-
|
|
1455
|
-
#data
|
|
1456
|
-
<h1><h2>
|
|
1457
|
-
#errors
|
|
1458
|
-
(1,4): expected-doctype-but-got-start-tag
|
|
1459
|
-
(1,8): unexpected-start-tag
|
|
1460
|
-
(1,8): expected-closing-tag-but-got-eof
|
|
1461
|
-
#document
|
|
1462
|
-
| <html>
|
|
1463
|
-
| <head>
|
|
1464
|
-
| <body>
|
|
1465
|
-
| <h1>
|
|
1466
|
-
| <h2>
|
|
1467
|
-
|
|
1468
|
-
#data
|
|
1469
|
-
<a><p><a></a></p></a>
|
|
1470
|
-
#errors
|
|
1471
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
1472
|
-
(1,9): unexpected-start-tag-implies-end-tag
|
|
1473
|
-
(1,9): adoption-agency-1.3
|
|
1474
|
-
(1,21): unexpected-end-tag
|
|
1475
|
-
#document
|
|
1476
|
-
| <html>
|
|
1477
|
-
| <head>
|
|
1478
|
-
| <body>
|
|
1479
|
-
| <a>
|
|
1480
|
-
| <p>
|
|
1481
|
-
| <a>
|
|
1482
|
-
| <a>
|
|
1483
|
-
|
|
1484
|
-
#data
|
|
1485
|
-
<b><button></b></button></b>
|
|
1486
|
-
#errors
|
|
1487
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
1488
|
-
(1,15): adoption-agency-1.3
|
|
1489
|
-
(1,28): unexpected-end-tag
|
|
1490
|
-
#document
|
|
1491
|
-
| <html>
|
|
1492
|
-
| <head>
|
|
1493
|
-
| <body>
|
|
1494
|
-
| <b>
|
|
1495
|
-
| <button>
|
|
1496
|
-
| <b>
|
|
1497
|
-
|
|
1498
|
-
#data
|
|
1499
|
-
<p><b><div><marquee></p></b></div>
|
|
1500
|
-
#errors
|
|
1501
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
1502
|
-
(1,11): unexpected-end-tag
|
|
1503
|
-
(1,24): unexpected-end-tag
|
|
1504
|
-
(1,28): unexpected-end-tag
|
|
1505
|
-
(1,34): end-tag-too-early
|
|
1506
|
-
(1,34): expected-closing-tag-but-got-eof
|
|
1507
|
-
#document
|
|
1508
|
-
| <html>
|
|
1509
|
-
| <head>
|
|
1510
|
-
| <body>
|
|
1511
|
-
| <p>
|
|
1512
|
-
| <b>
|
|
1513
|
-
| <div>
|
|
1514
|
-
| <b>
|
|
1515
|
-
| <marquee>
|
|
1516
|
-
| <p>
|
|
1517
|
-
|
|
1518
|
-
#data
|
|
1519
|
-
<script></script></div><title></title><p><p>
|
|
1520
|
-
#errors
|
|
1521
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1522
|
-
(1,23): unexpected-end-tag
|
|
1523
|
-
#document
|
|
1524
|
-
| <html>
|
|
1525
|
-
| <head>
|
|
1526
|
-
| <script>
|
|
1527
|
-
| <title>
|
|
1528
|
-
| <body>
|
|
1529
|
-
| <p>
|
|
1530
|
-
| <p>
|
|
1531
|
-
|
|
1532
|
-
#data
|
|
1533
|
-
<select><b><option><select><option></b></select>
|
|
1534
|
-
#errors
|
|
1535
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1536
|
-
(1,11): unexpected-start-tag-in-select
|
|
1537
|
-
(1,27): unexpected-select-in-select
|
|
1538
|
-
(1,39): unexpected-end-tag
|
|
1539
|
-
(1,48): unexpected-end-tag
|
|
1540
|
-
#document
|
|
1541
|
-
| <html>
|
|
1542
|
-
| <head>
|
|
1543
|
-
| <body>
|
|
1544
|
-
| <select>
|
|
1545
|
-
| <option>
|
|
1546
|
-
| <option>
|
|
1547
|
-
|
|
1548
|
-
#data
|
|
1549
|
-
<html><head><title></title><body></body></html>
|
|
1550
|
-
#errors
|
|
1551
|
-
(1,6): expected-doctype-but-got-start-tag
|
|
1552
|
-
#document
|
|
1553
|
-
| <html>
|
|
1554
|
-
| <head>
|
|
1555
|
-
| <title>
|
|
1556
|
-
| <body>
|
|
1557
|
-
|
|
1558
|
-
#data
|
|
1559
|
-
<a><table><td><a><table></table><a></tr><a></table><a>
|
|
1560
|
-
#errors
|
|
1561
|
-
(1,3): expected-doctype-but-got-start-tag
|
|
1562
|
-
(1,14): unexpected-cell-in-table-body
|
|
1563
|
-
(1,35): unexpected-start-tag-implies-end-tag
|
|
1564
|
-
(1,40): unexpected-cell-end-tag
|
|
1565
|
-
(1,43): unexpected-start-tag-implies-table-voodoo
|
|
1566
|
-
(1,43): unexpected-start-tag-implies-end-tag
|
|
1567
|
-
(1,43): unexpected-end-tag
|
|
1568
|
-
(1,54): unexpected-start-tag-implies-end-tag
|
|
1569
|
-
(1,54): adoption-agency-1.2
|
|
1570
|
-
(1,54): expected-closing-tag-but-got-eof
|
|
1571
|
-
#document
|
|
1572
|
-
| <html>
|
|
1573
|
-
| <head>
|
|
1574
|
-
| <body>
|
|
1575
|
-
| <a>
|
|
1576
|
-
| <a>
|
|
1577
|
-
| <table>
|
|
1578
|
-
| <tbody>
|
|
1579
|
-
| <tr>
|
|
1580
|
-
| <td>
|
|
1581
|
-
| <a>
|
|
1582
|
-
| <table>
|
|
1583
|
-
| <a>
|
|
1584
|
-
| <a>
|
|
1585
|
-
|
|
1586
|
-
#data
|
|
1587
|
-
<ul><li></li><div><li></div><li><li><div><li><address><li><b><em></b><li></ul>
|
|
1588
|
-
#errors
|
|
1589
|
-
(1,4): expected-doctype-but-got-start-tag
|
|
1590
|
-
(1,45): end-tag-too-early
|
|
1591
|
-
(1,58): end-tag-too-early
|
|
1592
|
-
(1,69): adoption-agency-1.3
|
|
1593
|
-
#document
|
|
1594
|
-
| <html>
|
|
1595
|
-
| <head>
|
|
1596
|
-
| <body>
|
|
1597
|
-
| <ul>
|
|
1598
|
-
| <li>
|
|
1599
|
-
| <div>
|
|
1600
|
-
| <li>
|
|
1601
|
-
| <li>
|
|
1602
|
-
| <li>
|
|
1603
|
-
| <div>
|
|
1604
|
-
| <li>
|
|
1605
|
-
| <address>
|
|
1606
|
-
| <li>
|
|
1607
|
-
| <b>
|
|
1608
|
-
| <em>
|
|
1609
|
-
| <li>
|
|
1610
|
-
|
|
1611
|
-
#data
|
|
1612
|
-
<ul><li><ul></li><li>a</li></ul></li></ul>
|
|
1613
|
-
#errors
|
|
1614
|
-
(1,4): expected-doctype-but-got-start-tag
|
|
1615
|
-
(1,17): unexpected-end-tag
|
|
1616
|
-
#document
|
|
1617
|
-
| <html>
|
|
1618
|
-
| <head>
|
|
1619
|
-
| <body>
|
|
1620
|
-
| <ul>
|
|
1621
|
-
| <li>
|
|
1622
|
-
| <ul>
|
|
1623
|
-
| <li>
|
|
1624
|
-
| "a"
|
|
1625
|
-
|
|
1626
|
-
#data
|
|
1627
|
-
<frameset><frame><frameset><frame></frameset><noframes></noframes></frameset>
|
|
1628
|
-
#errors
|
|
1629
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
1630
|
-
#document
|
|
1631
|
-
| <html>
|
|
1632
|
-
| <head>
|
|
1633
|
-
| <frameset>
|
|
1634
|
-
| <frame>
|
|
1635
|
-
| <frameset>
|
|
1636
|
-
| <frame>
|
|
1637
|
-
| <noframes>
|
|
1638
|
-
|
|
1639
|
-
#data
|
|
1640
|
-
<h1><table><td><h3></table><h3></h1>
|
|
1641
|
-
#errors
|
|
1642
|
-
(1,4): expected-doctype-but-got-start-tag
|
|
1643
|
-
(1,15): unexpected-cell-in-table-body
|
|
1644
|
-
(1,27): unexpected-cell-end-tag
|
|
1645
|
-
(1,31): unexpected-start-tag
|
|
1646
|
-
(1,36): end-tag-too-early
|
|
1647
|
-
#document
|
|
1648
|
-
| <html>
|
|
1649
|
-
| <head>
|
|
1650
|
-
| <body>
|
|
1651
|
-
| <h1>
|
|
1652
|
-
| <table>
|
|
1653
|
-
| <tbody>
|
|
1654
|
-
| <tr>
|
|
1655
|
-
| <td>
|
|
1656
|
-
| <h3>
|
|
1657
|
-
| <h3>
|
|
1658
|
-
|
|
1659
|
-
#data
|
|
1660
|
-
<table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table>
|
|
1661
|
-
#errors
|
|
1662
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
1663
|
-
#document
|
|
1664
|
-
| <html>
|
|
1665
|
-
| <head>
|
|
1666
|
-
| <body>
|
|
1667
|
-
| <table>
|
|
1668
|
-
| <colgroup>
|
|
1669
|
-
| <col>
|
|
1670
|
-
| <colgroup>
|
|
1671
|
-
| <col>
|
|
1672
|
-
| <col>
|
|
1673
|
-
| <col>
|
|
1674
|
-
| <colgroup>
|
|
1675
|
-
| <col>
|
|
1676
|
-
| <col>
|
|
1677
|
-
| <thead>
|
|
1678
|
-
| <tr>
|
|
1679
|
-
| <td>
|
|
1680
|
-
|
|
1681
|
-
#data
|
|
1682
|
-
<table><col><tbody><col><tr><col><td><col></table><col>
|
|
1683
|
-
#errors
|
|
1684
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
1685
|
-
(1,37): unexpected-cell-in-table-body
|
|
1686
|
-
(1,55): unexpected-start-tag-ignored
|
|
1687
|
-
#document
|
|
1688
|
-
| <html>
|
|
1689
|
-
| <head>
|
|
1690
|
-
| <body>
|
|
1691
|
-
| <table>
|
|
1692
|
-
| <colgroup>
|
|
1693
|
-
| <col>
|
|
1694
|
-
| <tbody>
|
|
1695
|
-
| <colgroup>
|
|
1696
|
-
| <col>
|
|
1697
|
-
| <tbody>
|
|
1698
|
-
| <tr>
|
|
1699
|
-
| <colgroup>
|
|
1700
|
-
| <col>
|
|
1701
|
-
| <tbody>
|
|
1702
|
-
| <tr>
|
|
1703
|
-
| <td>
|
|
1704
|
-
| <colgroup>
|
|
1705
|
-
| <col>
|
|
1706
|
-
|
|
1707
|
-
#data
|
|
1708
|
-
<table><colgroup><tbody><colgroup><tr><colgroup><td><colgroup></table><colgroup>
|
|
1709
|
-
#errors
|
|
1710
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
1711
|
-
(1,52): unexpected-cell-in-table-body
|
|
1712
|
-
(1,80): unexpected-start-tag-ignored
|
|
1713
|
-
#document
|
|
1714
|
-
| <html>
|
|
1715
|
-
| <head>
|
|
1716
|
-
| <body>
|
|
1717
|
-
| <table>
|
|
1718
|
-
| <colgroup>
|
|
1719
|
-
| <tbody>
|
|
1720
|
-
| <colgroup>
|
|
1721
|
-
| <tbody>
|
|
1722
|
-
| <tr>
|
|
1723
|
-
| <colgroup>
|
|
1724
|
-
| <tbody>
|
|
1725
|
-
| <tr>
|
|
1726
|
-
| <td>
|
|
1727
|
-
| <colgroup>
|
|
1728
|
-
|
|
1729
|
-
#data
|
|
1730
|
-
</strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>
|
|
1731
|
-
#errors
|
|
1732
|
-
(1,9): expected-doctype-but-got-end-tag
|
|
1733
|
-
(1,9): unexpected-end-tag-before-html
|
|
1734
|
-
(1,13): unexpected-end-tag-before-html
|
|
1735
|
-
(1,18): unexpected-end-tag-before-html
|
|
1736
|
-
(1,22): unexpected-end-tag-before-html
|
|
1737
|
-
(1,26): unexpected-end-tag-before-html
|
|
1738
|
-
(1,35): unexpected-end-tag-before-html
|
|
1739
|
-
(1,39): unexpected-end-tag-before-html
|
|
1740
|
-
(1,47): unexpected-end-tag-before-html
|
|
1741
|
-
(1,52): unexpected-end-tag-before-html
|
|
1742
|
-
(1,58): unexpected-end-tag-before-html
|
|
1743
|
-
(1,64): unexpected-end-tag-before-html
|
|
1744
|
-
(1,72): unexpected-end-tag-before-html
|
|
1745
|
-
(1,79): unexpected-end-tag-before-html
|
|
1746
|
-
(1,88): unexpected-end-tag-before-html
|
|
1747
|
-
(1,93): unexpected-end-tag-before-html
|
|
1748
|
-
(1,98): unexpected-end-tag-before-html
|
|
1749
|
-
(1,103): unexpected-end-tag-before-html
|
|
1750
|
-
(1,108): unexpected-end-tag-before-html
|
|
1751
|
-
(1,113): unexpected-end-tag-before-html
|
|
1752
|
-
(1,118): unexpected-end-tag-before-html
|
|
1753
|
-
(1,130): unexpected-end-tag-after-body
|
|
1754
|
-
(1,130): unexpected-end-tag-treated-as
|
|
1755
|
-
(1,134): unexpected-end-tag
|
|
1756
|
-
(1,140): unexpected-end-tag
|
|
1757
|
-
(1,148): unexpected-end-tag
|
|
1758
|
-
(1,155): unexpected-end-tag
|
|
1759
|
-
(1,163): unexpected-end-tag
|
|
1760
|
-
(1,172): unexpected-end-tag
|
|
1761
|
-
(1,180): unexpected-end-tag
|
|
1762
|
-
(1,185): unexpected-end-tag
|
|
1763
|
-
(1,190): unexpected-end-tag
|
|
1764
|
-
(1,195): unexpected-end-tag
|
|
1765
|
-
(1,203): unexpected-end-tag
|
|
1766
|
-
(1,210): unexpected-end-tag
|
|
1767
|
-
(1,217): unexpected-end-tag
|
|
1768
|
-
(1,225): unexpected-end-tag
|
|
1769
|
-
(1,230): unexpected-end-tag
|
|
1770
|
-
(1,238): unexpected-end-tag
|
|
1771
|
-
(1,244): unexpected-end-tag
|
|
1772
|
-
(1,251): unexpected-end-tag
|
|
1773
|
-
(1,258): unexpected-end-tag
|
|
1774
|
-
(1,269): unexpected-end-tag
|
|
1775
|
-
(1,279): unexpected-end-tag
|
|
1776
|
-
(1,287): unexpected-end-tag
|
|
1777
|
-
(1,296): unexpected-end-tag
|
|
1778
|
-
(1,300): unexpected-end-tag
|
|
1779
|
-
(1,305): unexpected-end-tag
|
|
1780
|
-
(1,310): unexpected-end-tag
|
|
1781
|
-
(1,320): unexpected-end-tag
|
|
1782
|
-
(1,331): unexpected-end-tag
|
|
1783
|
-
(1,339): unexpected-end-tag
|
|
1784
|
-
(1,347): unexpected-end-tag
|
|
1785
|
-
(1,355): unexpected-end-tag
|
|
1786
|
-
(1,365): end-tag-too-early
|
|
1787
|
-
(1,378): end-tag-too-early
|
|
1788
|
-
(1,387): end-tag-too-early
|
|
1789
|
-
(1,393): end-tag-too-early
|
|
1790
|
-
(1,399): end-tag-too-early
|
|
1791
|
-
(1,404): end-tag-too-early
|
|
1792
|
-
(1,415): end-tag-too-early
|
|
1793
|
-
(1,425): end-tag-too-early
|
|
1794
|
-
(1,432): end-tag-too-early
|
|
1795
|
-
(1,437): end-tag-too-early
|
|
1796
|
-
(1,442): end-tag-too-early
|
|
1797
|
-
(1,447): unexpected-end-tag
|
|
1798
|
-
(1,454): unexpected-end-tag
|
|
1799
|
-
(1,460): unexpected-end-tag
|
|
1800
|
-
(1,467): unexpected-end-tag
|
|
1801
|
-
(1,476): end-tag-too-early
|
|
1802
|
-
(1,486): end-tag-too-early
|
|
1803
|
-
(1,495): end-tag-too-early
|
|
1804
|
-
(1,513): expected-eof-but-got-end-tag
|
|
1805
|
-
(1,513): unexpected-end-tag
|
|
1806
|
-
(1,520): unexpected-end-tag
|
|
1807
|
-
(1,529): unexpected-end-tag
|
|
1808
|
-
(1,537): unexpected-end-tag
|
|
1809
|
-
(1,547): unexpected-end-tag
|
|
1810
|
-
(1,557): unexpected-end-tag
|
|
1811
|
-
(1,568): unexpected-end-tag
|
|
1812
|
-
(1,579): unexpected-end-tag
|
|
1813
|
-
(1,590): unexpected-end-tag
|
|
1814
|
-
(1,599): unexpected-end-tag
|
|
1815
|
-
(1,611): unexpected-end-tag
|
|
1816
|
-
(1,622): unexpected-end-tag
|
|
1817
|
-
#document
|
|
1818
|
-
| <html>
|
|
1819
|
-
| <head>
|
|
1820
|
-
| <body>
|
|
1821
|
-
| <br>
|
|
1822
|
-
| <p>
|
|
1823
|
-
|
|
1824
|
-
#data
|
|
1825
|
-
<table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>
|
|
1826
|
-
#errors
|
|
1827
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
1828
|
-
(1,20): unexpected-end-tag-implies-table-voodoo
|
|
1829
|
-
(1,20): unexpected-end-tag
|
|
1830
|
-
(1,24): unexpected-end-tag-implies-table-voodoo
|
|
1831
|
-
(1,24): unexpected-end-tag
|
|
1832
|
-
(1,29): unexpected-end-tag-implies-table-voodoo
|
|
1833
|
-
(1,29): unexpected-end-tag
|
|
1834
|
-
(1,33): unexpected-end-tag-implies-table-voodoo
|
|
1835
|
-
(1,33): unexpected-end-tag
|
|
1836
|
-
(1,37): unexpected-end-tag-implies-table-voodoo
|
|
1837
|
-
(1,37): unexpected-end-tag
|
|
1838
|
-
(1,46): unexpected-end-tag-implies-table-voodoo
|
|
1839
|
-
(1,46): unexpected-end-tag
|
|
1840
|
-
(1,50): unexpected-end-tag-implies-table-voodoo
|
|
1841
|
-
(1,50): unexpected-end-tag
|
|
1842
|
-
(1,58): unexpected-end-tag-implies-table-voodoo
|
|
1843
|
-
(1,58): unexpected-end-tag
|
|
1844
|
-
(1,63): unexpected-end-tag-implies-table-voodoo
|
|
1845
|
-
(1,63): unexpected-end-tag
|
|
1846
|
-
(1,69): unexpected-end-tag-implies-table-voodoo
|
|
1847
|
-
(1,69): end-tag-too-early
|
|
1848
|
-
(1,75): unexpected-end-tag-implies-table-voodoo
|
|
1849
|
-
(1,75): unexpected-end-tag
|
|
1850
|
-
(1,83): unexpected-end-tag-implies-table-voodoo
|
|
1851
|
-
(1,83): unexpected-end-tag
|
|
1852
|
-
(1,90): unexpected-end-tag-implies-table-voodoo
|
|
1853
|
-
(1,90): unexpected-end-tag
|
|
1854
|
-
(1,99): unexpected-end-tag-implies-table-voodoo
|
|
1855
|
-
(1,99): unexpected-end-tag
|
|
1856
|
-
(1,104): unexpected-end-tag-implies-table-voodoo
|
|
1857
|
-
(1,104): end-tag-too-early
|
|
1858
|
-
(1,109): unexpected-end-tag-implies-table-voodoo
|
|
1859
|
-
(1,109): end-tag-too-early
|
|
1860
|
-
(1,114): unexpected-end-tag-implies-table-voodoo
|
|
1861
|
-
(1,114): end-tag-too-early
|
|
1862
|
-
(1,119): unexpected-end-tag-implies-table-voodoo
|
|
1863
|
-
(1,119): end-tag-too-early
|
|
1864
|
-
(1,124): unexpected-end-tag-implies-table-voodoo
|
|
1865
|
-
(1,124): end-tag-too-early
|
|
1866
|
-
(1,129): unexpected-end-tag-implies-table-voodoo
|
|
1867
|
-
(1,129): end-tag-too-early
|
|
1868
|
-
(1,136): unexpected-end-tag-in-table-row
|
|
1869
|
-
(1,141): unexpected-end-tag-implies-table-voodoo
|
|
1870
|
-
(1,141): unexpected-end-tag-treated-as
|
|
1871
|
-
(1,145): unexpected-end-tag-implies-table-voodoo
|
|
1872
|
-
(1,145): unexpected-end-tag
|
|
1873
|
-
(1,151): unexpected-end-tag-implies-table-voodoo
|
|
1874
|
-
(1,151): unexpected-end-tag
|
|
1875
|
-
(1,159): unexpected-end-tag-implies-table-voodoo
|
|
1876
|
-
(1,159): unexpected-end-tag
|
|
1877
|
-
(1,166): unexpected-end-tag-implies-table-voodoo
|
|
1878
|
-
(1,166): unexpected-end-tag
|
|
1879
|
-
(1,174): unexpected-end-tag-implies-table-voodoo
|
|
1880
|
-
(1,174): unexpected-end-tag
|
|
1881
|
-
(1,183): unexpected-end-tag-implies-table-voodoo
|
|
1882
|
-
(1,183): unexpected-end-tag
|
|
1883
|
-
(1,196): unexpected-end-tag
|
|
1884
|
-
(1,201): unexpected-end-tag
|
|
1885
|
-
(1,206): unexpected-end-tag
|
|
1886
|
-
(1,214): unexpected-end-tag
|
|
1887
|
-
(1,221): unexpected-end-tag
|
|
1888
|
-
(1,228): unexpected-end-tag
|
|
1889
|
-
(1,236): unexpected-end-tag
|
|
1890
|
-
(1,241): unexpected-end-tag
|
|
1891
|
-
(1,249): unexpected-end-tag
|
|
1892
|
-
(1,255): unexpected-end-tag
|
|
1893
|
-
(1,262): unexpected-end-tag
|
|
1894
|
-
(1,269): unexpected-end-tag
|
|
1895
|
-
(1,280): unexpected-end-tag
|
|
1896
|
-
(1,290): unexpected-end-tag
|
|
1897
|
-
(1,298): unexpected-end-tag
|
|
1898
|
-
(1,307): unexpected-end-tag
|
|
1899
|
-
(1,311): unexpected-end-tag
|
|
1900
|
-
(1,316): unexpected-end-tag
|
|
1901
|
-
(1,321): unexpected-end-tag
|
|
1902
|
-
(1,331): unexpected-end-tag
|
|
1903
|
-
(1,342): unexpected-end-tag
|
|
1904
|
-
(1,350): unexpected-end-tag
|
|
1905
|
-
(1,358): unexpected-end-tag
|
|
1906
|
-
(1,366): unexpected-end-tag
|
|
1907
|
-
(1,376): end-tag-too-early
|
|
1908
|
-
(1,389): end-tag-too-early
|
|
1909
|
-
(1,398): end-tag-too-early
|
|
1910
|
-
(1,404): end-tag-too-early
|
|
1911
|
-
(1,410): end-tag-too-early
|
|
1912
|
-
(1,415): end-tag-too-early
|
|
1913
|
-
(1,426): end-tag-too-early
|
|
1914
|
-
(1,436): end-tag-too-early
|
|
1915
|
-
(1,443): end-tag-too-early
|
|
1916
|
-
(1,448): end-tag-too-early
|
|
1917
|
-
(1,453): end-tag-too-early
|
|
1918
|
-
(1,458): unexpected-end-tag
|
|
1919
|
-
(1,465): unexpected-end-tag
|
|
1920
|
-
(1,471): unexpected-end-tag
|
|
1921
|
-
(1,478): unexpected-end-tag
|
|
1922
|
-
(1,487): end-tag-too-early
|
|
1923
|
-
(1,497): end-tag-too-early
|
|
1924
|
-
(1,506): end-tag-too-early
|
|
1925
|
-
(1,524): expected-eof-but-got-end-tag
|
|
1926
|
-
(1,524): unexpected-end-tag
|
|
1927
|
-
(1,531): unexpected-end-tag
|
|
1928
|
-
(1,540): unexpected-end-tag
|
|
1929
|
-
(1,548): unexpected-end-tag
|
|
1930
|
-
(1,558): unexpected-end-tag
|
|
1931
|
-
(1,568): unexpected-end-tag
|
|
1932
|
-
(1,579): unexpected-end-tag
|
|
1933
|
-
(1,590): unexpected-end-tag
|
|
1934
|
-
(1,601): unexpected-end-tag
|
|
1935
|
-
(1,610): unexpected-end-tag
|
|
1936
|
-
(1,622): unexpected-end-tag
|
|
1937
|
-
(1,633): unexpected-end-tag
|
|
1938
|
-
#document
|
|
1939
|
-
| <html>
|
|
1940
|
-
| <head>
|
|
1941
|
-
| <body>
|
|
1942
|
-
| <br>
|
|
1943
|
-
| <table>
|
|
1944
|
-
| <tbody>
|
|
1945
|
-
| <tr>
|
|
1946
|
-
| <p>
|
|
1947
|
-
|
|
1948
|
-
#data
|
|
1949
|
-
<frameset>
|
|
1950
|
-
#errors
|
|
1951
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
1952
|
-
(1,10): eof-in-frameset
|
|
1953
|
-
#document
|
|
1954
|
-
| <html>
|
|
1955
|
-
| <head>
|
|
1956
|
-
| <frameset>
|