8000
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 858e1d3 commit 32db204Copy full SHA for 32db204
html5lib/constants.py
@@ -260,6 +260,8 @@
260
_(u"Unexpected end of file. Expected frameset content."),
261
"eof-in-script-in-script":
262
_(u"Unexpected end of file. Expected script content."),
263
+ "eof-in-foreign-lands":
264
+ _(u"Unexpected end of file. Expected foreign content"),
265
"non-void-element-with-trailing-solidus":
266
_(u"Trailing solidus not allowed on element %(name)s"),
267
"unexpected-html-element-in-foreign-content":
0 commit comments