aboutsummaryrefslogtreecommitdiff
path: root/docs/goals.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/goals.rst')
-rw-r--r--docs/goals.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/goals.rst b/docs/goals.rst
index 5477f9c..d62d54b 100644
--- a/docs/goals.rst
+++ b/docs/goals.rst
@@ -66,6 +66,9 @@ non-goal use cases include:
you have to allow so many tags that a blacklist approach (e.g. forbidding
``<script>`` or ``<object>``) may be more appropriate.
+* **Removing *all* HTML.** There are much faster tools available if you want to
+ remove or escape all HTML from a document.
+
* **Cleaning up after trusted users.** Bleach is powerful but it is not fast.
If you trust your users, trust them and don't rely on Bleach to clean up
their mess.