From faea41b661c83c9fc748cc2c817e67ed3fed7d6f Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Tue, 9 Aug 2011 09:52:53 -0700 Subject: [PATCH] fix doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6920c18..97c5c6f 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ If anyone knows of better sources or thinks a particular tag/attribute/value may ### Where is the code from? -Original code was taken from John MacFarlane's Pandoc (with permission), but modified to be faster and with parsing redone using TagSoup, and to use html5lib'w white list +Original code was taken from John MacFarlane's Pandoc (with permission), but modified to be faster and with parsing redone using TagSoup, and to use html5lib's white list. Michael Snoyman added the balanced tags functionality and released css-text specifically to help with css parsing. -html5lib is used as a reference implementation, and most of the code should look the same. For css parsing, html5lib's regexes were translated to a parser. +html5lib's sanitizer.py is used as a reference implementation, and most of the code should look the same. For css parsing, html5lib's regexes were translated to a parser. ### style attribute