You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title is correct, though.
My XHTML is not valid anymore and the Webview fails parsing it. Is there a way to avoid this loss of information?
thanks!
The text was updated successfully, but these errors were encountered:
ecarnevale
changed the title
all self closing tags in XHTML are not self closed anymore
some tags in XHTML are not closed after being parsed
Sep 22, 2018
When I parse an XHTML, I discovered that the tags in the are not being closed:
the
innerHTML
returns:and for example if I query
[document querySelector:@"link"].outerHTML
I get<link href="css/template.css" rel="stylesheet" type="text/css">
[document querySelector:@"meta"].innerHTML
<object returned empty description>
[document querySelector:@"meta"].outerHTML
<meta charset="utf-8">
Title is correct, though.
My XHTML is not valid anymore and the Webview fails parsing it. Is there a way to avoid this loss of information?
thanks!
The text was updated successfully, but these errors were encountered: