-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Hi there!
when i try to load and crawl html with goutte (with behat/mink) i get warnings for each element which is not XHTML4 compliant (e.g. html5 "nav" tags or "fb:like" tags):
"DOMDocument::loadHTML(): Tag nav invalid in Entity, line: 100 in /Library/WebServer/Documents/eventiply/vendor/symfony/src/Symfony/Component/DomCrawler/Crawler.php on line 117"
in order to get a real stacktrace, i had to remove the "@" before "$dom->loadHTML($content);" in line 117 of Symfony\Component\DomCrawler\Crawler.php
HTML is here: https://gist.github.com/1090716
Metadata
Metadata
Assignees
Labels
No labels