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 1a21c6e commit 8e07f7bCopy full SHA for 8e07f7b
tree-construction/main-element.dat
@@ -0,0 +1,29 @@
1
+#data
2
+<!doctype html><p>foo<main>bar<p>baz
3
+#errors
4
+36: End of file seen and there were open elements.
5
+27: Unclosed element “main”.
6
+#document
7
+| <!DOCTYPE html>
8
+| <html>
9
+| <head>
10
+| <body>
11
+| <p>
12
+| "foo"
13
+| <main>
14
+| "bar"
15
16
+| "baz"
17
+
18
19
+<!doctype html><main><p>foo</main>bar
20
21
22
23
24
25
26
27
28
29
0 commit comments