|
|
#data
|
|
|
FOO>BAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO>BAR"
|
|
|
|
|
|
#data
|
|
|
FOO>BAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,6): named-entity-without-semicolon
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO>BAR"
|
|
|
|
|
|
#data
|
|
|
FOO> BAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,6): named-entity-without-semicolon
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO> BAR"
|
|
|
|
|
|
#data
|
|
|
FOO>;;BAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO>;;BAR"
|
|
|
|
|
|
#data
|
|
|
I'm ¬it; I tell you
|
|
|
#errors
|
|
|
(1,4): expected-doctype-but-got-chars
|
|
|
(1,9): named-entity-without-semicolon
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "I'm ¬it; I tell you"
|
|
|
|
|
|
#data
|
|
|
I'm ∉ I tell you
|
|
|
#errors
|
|
|
(1,4): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "I'm ∉ I tell you"
|
|
|
|
|
|
#data
|
|
|
FOO& BAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO& BAR"
|
|
|
|
|
|
#data
|
|
|
FOO&<BAR>
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,9): expected-closing-tag-but-got-eof
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO&"
|
|
|
| <bar>
|
|
|
|
|
|
#data
|
|
|
FOO&&&>BAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO&&&>BAR"
|
|
|
|
|
|
#data
|
|
|
FOO)BAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO)BAR"
|
|
|
|
|
|
#data
|
|
|
FOOABAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOABAR"
|
|
|
|
|
|
#data
|
|
|
FOOABAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOABAR"
|
|
|
|
|
|
#data
|
|
|
FOO&#BAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,5): expected-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO&#BAR"
|
|
|
|
|
|
#data
|
|
|
FOO&#ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,5): expected-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO&#ZOO"
|
|
|
|
|
|
#data
|
|
|
FOOºR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,7): expected-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOºR"
|
|
|
|
|
|
#data
|
|
|
FOO&#xZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,6): expected-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO&#xZOO"
|
|
|
|
|
|
#data
|
|
|
FOO&#XZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,6): expected-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO&#XZOO"
|
|
|
|
|
|
#data
|
|
|
FOO)BAR
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,7): numeric-entity-without-semicolon
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO)BAR"
|
|
|
|
|
|
#data
|
|
|
FOO䆺R
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,10): numeric-entity-without-semicolon
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO䆺R"
|
|
|
|
|
|
#data
|
|
|
FOOAZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,8): numeric-entity-without-semicolon
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOAZOO"
|
|
|
|
|
|
#data
|
|
|
FOO�ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>ZOO"
|
|
|
|
|
|
#data
|
|
|
FOOxZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOxZOO"
|
|
|
|
|
|
#data
|
|
|
FOOyZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOyZOO"
|
|
|
|
|
|
#data
|
|
|
FOO€ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO€ZOO"
|
|
|
|
|
|
#data
|
|
|
FOOZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOZOO"
|
|
|
|
|
|
#data
|
|
|
FOO‚ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO‚ZOO"
|
|
|
|
|
|
#data
|
|
|
FOOƒZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOƒZOO"
|
|
|
|
|
|
#data
|
|
|
FOO„ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO„ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO…ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO…ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO†ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO†ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO‡ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO‡ZOO"
|
|
|
|
|
|
#data
|
|
|
FOOˆZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOˆZOO"
|
|
|
|
|
|
#data
|
|
|
FOO‰ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO‰ZOO"
|
|
|
|
|
|
#data
|
|
|
FOOŠZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOŠZOO"
|
|
|
|
|
|
#data
|
|
|
FOO‹ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO‹ZOO"
|
|
|
|
|
|
#data
|
|
|
FOOŒZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOŒZOO"
|
|
|
|
|
|
#data
|
|
|
FOOZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOZOO"
|
|
|
|
|
|
#data
|
|
|
FOOŽZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOŽZOO"
|
|
|
|
|
|
#data
|
|
|
FOOZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOZOO"
|
|
|
|
|
|
#data
|
|
|
FOOZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOZOO"
|
|
|
|
|
|
#data
|
|
|
FOO‘ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO‘ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO’ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO’ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO“ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO“ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO”ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO”ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO•ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO•ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO–ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO–ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO—ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO—ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO˜ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO˜ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO™ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO™ZOO"
|
|
|
|
|
|
#data
|
|
|
FOOšZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOšZOO"
|
|
|
|
|
|
#data
|
|
|
FOO›ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO›ZOO"
|
|
|
|
|
|
#data
|
|
|
FOOœZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOœZOO"
|
|
|
|
|
|
#data
|
|
|
FOOZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOZOO"
|
|
|
|
|
|
#data
|
|
|
FOOžZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOžZOO"
|
|
|
|
|
|
#data
|
|
|
FOOŸZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOŸZOO"
|
|
|
|
|
|
#data
|
|
|
FOO ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO퟿ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOZOO"
|
|
|
|
|
|
#data
|
|
|
FOO�ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO�ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO�ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO�ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,11): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>ZOO"
|
|
|
|
|
|
#data
|
|
|
FOOZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOZOO"
|
|
|
|
|
|
#data
|
|
|
FOOZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,13): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOZOO"
|
|
|
|
|
|
#data
|
|
|
FOO􈟔ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOZOO"
|
|
|
|
|
|
#data
|
|
|
FOOZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,13): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOOZOO"
|
|
|
|
|
|
#data
|
|
|
FOO�ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,13): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO�ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,13): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO�
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,13): illegal-codepoint-for-numeric-entity
|
|
|
(1,13): eof-in-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>"
|
|
|
|
|
|
#data
|
|
|
FOO�
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,13): illegal-codepoint-for-numeric-entity
|
|
|
(1,13): eof-in-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>"
|
|
|
|
|
|
#data
|
|
|
FOO�
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,13): illegal-codepoint-for-numeric-entity
|
|
|
(1,13): eof-in-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>"
|
|
|
|
|
|
#data
|
|
|
FOO�ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,16): numeric-entity-without-semicolon
|
|
|
(1,16): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO�ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,15): numeric-entity-without-semicolon
|
|
|
(1,15): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>ZOO"
|
|
|
|
|
|
#data
|
|
|
FOO�ZOO
|
|
|
#errors
|
|
|
(1,3): expected-doctype-but-got-chars
|
|
|
(1,17): numeric-entity-without-semicolon
|
|
|
(1,17): illegal-codepoint-for-numeric-entity
|
|
|
#document
|
|
|
| <html>
|
|
|
| <head>
|
|
|
| <body>
|
|
|
| "FOO<4F>ZOO"
|