From b540c6aae749582b5c8cd75994410f7ccd8ce1db Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Sun, 30 Jun 2013 10:15:31 -0700 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3e2bb8..d4b91eb 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ html5lib's sanitizer.py is used as a reference implementation, and most of the c ### style attribute -style attributes are now parsed with the css-text and autoparsec-text dependencies. They are then ran through a white list for properties and keywords. Whitespace is not preserved. This code was again translated from sanitizer.py, but uses attopoarsec instead of regexes. If you don't care about stripping css you can avoid the attoparsec dependendcy by using the older < 0.3 version of this library. +style attributes are now parsed with the css-text and autoparsec-text dependencies. They are then ran through a white list for properties and keywords. Whitespace is not preserved. This code was again translated from sanitizer.py, but uses attoparsec instead of regexes. If you don't care about stripping css you can avoid the attoparsec dependendcy by using the older < 0.3 version of this library. ### data attributes