Skip to content

Commit eae4e2d

Browse files
committed
non-void-element -> non-void-html-element
1 parent 5765c84 commit eae4e2d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tree-construction/foreign-fragment.dat

+5-5
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ math ms
175175
52: End of file seen and there were open elements.
176176
51: Unclosed element “ms”.
177177
#new-errors
178-
(1:44-1:49) non-void-element-start-tag-with-trailing-solidus
178+
(1:44-1:49) non-void-html-element-start-tag-with-trailing-solidus
179179
#document-fragment
180180
math ms
181181
#document
@@ -218,7 +218,7 @@ math ms
218218
52: End of file seen and there were open elements.
219219
51: Unclosed element “mn”.
220220
#new-errors
221-
(1:44-1:49) non-void-element-start-tag-with-trailing-solidus
221+
(1:44-1:49) non-void-html-element-start-tag-with-trailing-solidus
222222
#document-fragment
223223
math mn
224224
#document
@@ -261,7 +261,7 @@ math mn
261261
52: End of file seen and there were open elements.
262262
51: Unclosed element “mo”.
263263
#new-errors
264-
(1:44-1:49) non-void-element-start-tag-with-trailing-solidus
264+
(1:44-1:49) non-void-html-element-start-tag-with-trailing-solidus
265265
#document-fragment
266266
math mo
267267
#document
@@ -304,7 +304,7 @@ math mo
304304
52: End of file seen and there were open elements.
305305
51: Unclosed element “mi”.
306306
#new-errors
307-
(1:44-1:49) non-void-element-start-tag-with-trailing-solidus
307+
(1:44-1:49) non-void-html-element-start-tag-with-trailing-solidus
308308
#document-fragment
309309
math mi
310310
#document
@@ -347,7 +347,7 @@ math mi
347347
52: End of file seen and there were open elements.
348348
51: Unclosed element “mtext”.
349349
#new-errors
350-
(1:44-1:52) non-void-element-start-tag-with-trailing-solidus
350+
(1:44-1:52) non-void-html-element-start-tag-with-trailing-solidus
351351
#document-fragment
352352
math mtext
353353
#document

tree-construction/webkit01.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ console.log("FOO<span>BAR</span>BAZ");
641641
(1,23): non-void-element-with-trailing-solidus
642642
(1,29): end-tag-too-early
643643
#new-errors
644-
(1:9-1:24) non-void-element-start-tag-with-trailing-solidus
644+
(1:9-1:24) non-void-html-element-start-tag-with-trailing-solidus
645645
#document
646646
| <html>
647647
| <head>

0 commit comments

Comments
 (0)