fix typo in README

This commit is contained in:
Greg Weber 2013-06-30 10:15:31 -07:00
parent 5910184e1e
commit b540c6aae7

View File

@ -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