We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e92da commit 2b1467eCopy full SHA for 2b1467e
tree-construction/adoption02.dat
@@ -37,3 +37,27 @@
37
| <address>
38
| <a>
39
40
+
41
+#data
42
+<b><i><a><s><tt><div></b>first</b></div></tt></s></a>second</i>
43
+#errors
44
+3: Start tag seen without seeing a doctype first. Expected "<!DOCTYPE html>".
45
+25: End tag "b" violates nesting rules.
46
+34: Stray end tag "b".
47
+63: Stray end tag "i".
48
+#document
49
+| <html>
50
+| <head>
51
+| <body>
52
+| <b>
53
+| <i>
54
+| <a>
55
+| <s>
56
+| <tt>
57
58
59
60
+| <div>
61
62
+| "first"
63
+| "second"
0 commit comments