This commit is contained in:
Greg Weber 2011-08-09 09:52:53 -07:00
parent 32ec71ced8
commit faea41b661

View File

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