Sync with latest HTML5lib
This commit is contained in:
parent
3a3cfeaa9b
commit
55fdc9fff4
18 changed files with 266 additions and 124 deletions
|
@ -91,3 +91,106 @@ End of file before doctype
|
|||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
|
||||
#data
|
||||
<body>
|
||||
<div>
|
||||
#errors
|
||||
Unexpected start tag (body)
|
||||
Expected closing tag. Unexpected end of file
|
||||
#document-fragment
|
||||
div
|
||||
#document
|
||||
| "
|
||||
"
|
||||
| <div>
|
||||
|
||||
#data
|
||||
<frameset></frameset>
|
||||
foo
|
||||
#errors
|
||||
Unexpected start tag (frameset). Expected DOCTYPE.
|
||||
Unexpected non-space characters in the after frameset phase. Ignored.
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <frameset>
|
||||
| "
|
||||
"
|
||||
|
||||
#data
|
||||
<frameset></frameset>
|
||||
<noframes>
|
||||
#errors
|
||||
Unexpected start tag (frameset). Expected DOCTYPE.
|
||||
Expected closing tag. Unexpected end of file.
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <frameset>
|
||||
| "
|
||||
"
|
||||
| <noframes>
|
||||
|
||||
#data
|
||||
<frameset></frameset>
|
||||
<div>
|
||||
#errors
|
||||
Unexpected start tag (frameset). Expected DOCTYPE.
|
||||
Unexpected start tag (div) in the after frameset phase. Ignored.
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <frameset>
|
||||
| "
|
||||
"
|
||||
|
||||
#data
|
||||
<frameset></frameset>
|
||||
</html>
|
||||
#errors
|
||||
Unexpected start tag (frameset). Expected DOCTYPE.
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <frameset>
|
||||
| "
|
||||
"
|
||||
|
||||
#data
|
||||
<frameset></frameset>
|
||||
</div>
|
||||
#errors
|
||||
Unexpected start tag (frameset). Expected DOCTYPE.
|
||||
Unexpected end tag (div) in the after frameset phase. Ignored.
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <frameset>
|
||||
| "
|
||||
"
|
||||
|
||||
#data
|
||||
<form><form>
|
||||
#errors
|
||||
Unexpected start tag (form). Expected DOCTYPE.
|
||||
Unexpected start tag (form).
|
||||
Expected closing tag. Unexpected end of file.
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <form>
|
||||
|
||||
#data
|
||||
<button><button>
|
||||
#errors
|
||||
Unexpected start tag (button). Expected DOCTYPE.
|
||||
Unexpected start tag (button) implies end tag (button).
|
||||
Expected closing tag. Unexpected end of file.
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <button>
|
||||
| <button>
|
||||
|
|
|
@ -714,15 +714,15 @@
|
|||
|
||||
{"description": "allowed 'a' attribute on <datalist>",
|
||||
"input": "<datalist a>",
|
||||
"fail-if": "unknown-attribute"},
|
||||
"fail-unless": "unknown-attribute"},
|
||||
|
||||
{"description": "allowed 'd' attribute on <datalist>",
|
||||
"input": "<datalist d>",
|
||||
"fail-if": "unknown-attribute"},
|
||||
"fail-unless": "unknown-attribute"},
|
||||
|
||||
{"description": "allowed 't' attribute on <datalist>",
|
||||
"input": "<datalist t>",
|
||||
"fail-if": "unknown-attribute"},
|
||||
"fail-unless": "unknown-attribute"},
|
||||
|
||||
{"description": "allowed 'action' attribute on <button>",
|
||||
"input": "<button action>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue