diff --git a/docs/topics/link-extractors.rst b/docs/topics/link-extractors.rst
index 2486e0982..75bdb4142 100644
--- a/docs/topics/link-extractors.rst
+++ b/docs/topics/link-extractors.rst
@@ -134,10 +134,11 @@ LxmlLinkExtractor
:param strip: whether to strip whitespaces from extracted attributes.
According to HTML5 standard, leading and trailing whitespaces
- must be stripped from ``href`` attributes of ```` and ````
- elements, so LinkExtractor strips them by default. Set ``strip=False``
- to turn it off (e.g. if you're extracting urls from elements or
- attributes which allow leading/trailing whitespaces).
+ must be stripped from ``href`` attributes of ````, ````
+ and many other elements, ``src`` attribute of ``
``, ``