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 19fe210 commit 6e2f04aCopy full SHA for 6e2f04a
components/dom_crawler.rst
@@ -72,6 +72,13 @@ tree.
72
isn't meant to dump content, you can see the "fixed" version of your HTML
73
by :ref:`dumping it <component-dom-crawler-dumping>`.
74
75
+.. note::
76
+
77
+ When available, the DomCrawler will use the
78
+ [html5-php library](https://github.com/Masterminds/html5-php) to parse HTML content.
79
+ If you need to support specific HTML5 tags ou if you are getting unexpected behaviors
80
+ using the DomCrawler, you can install the library to fix the problem.
81
82
Node Filtering
83
~~~~~~~~~~~~~~
84
0 commit comments