From db643daf86f58aa2c26c76c6980296add1f6a1f3 Mon Sep 17 00:00:00 2001 From: Ben Harold Date: Tue, 25 Jun 2019 09:15:31 -0400 Subject: [PATCH] Update theory-of-operation.md Fix typo --- docs/book/theory-of-operation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/theory-of-operation.md b/docs/book/theory-of-operation.md index 55862ae..e4f98a0 100644 --- a/docs/book/theory-of-operation.md +++ b/docs/book/theory-of-operation.md @@ -108,7 +108,7 @@ valid HTML. ### HTML escaping of CSS, Javascript or URIs is often reversed when passed to non-HTML interpreters by the browser -HTML escaping is just that &mdsash; it's designed to escape a string for HTML +HTML escaping is just that — it's designed to escape a string for HTML (i.e. prevent tag or attribute insertion), but not alter the underlying meaning of the content, whether it be text, Javascript, CSS, or URIs. For that purpose, a fully HTML-escaped version of any other context may still have its unescaped