From 49ce944fbab6700e17dba0ff6a00a77c359b9256 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Tue, 9 Aug 2011 09:32:27 -0700 Subject: [PATCH] note about attoparsec dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb7e9a..5079e4e 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If anyone knows of better sources or thinks a particular tag/attribute/value may 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-text instead of regexes. +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-text instead of regexes. If you don't care about stripping css you can avoid an attoparsec-text dependending on the older < 0.3 version of this library. data attributes -------------------------