Skip to content

Commit

Permalink
Fix html5lib#72: rewrite the sanitizer to be a treewalker filter only.
Browse files Browse the repository at this point in the history
As we no longer need the sanitizer to be shared between a filter and
a tokenizer, move the entire sanitizer to the filter module.

Also, replace the existing, tiny sanitizer testsuite with the one
in html5lib-tests.
  • Loading branch information
gsnedders committed Nov 25, 2015
1 parent 106c0af commit 80a1425
Show file tree
Hide file tree
Showing 5 changed files with 894 additions and 439 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ Change Log
Released on XXX

* Added ordereddict as a mandatory dependency on Python 2.6.

* Added ``lxml``, ``genshi``, ``datrie``, ``charade``, and ``all`` extras that
will do the right thing based on the specific interpreter implementation.

* Sanitizer change XXX


0.9999999/1.0b8
~~~~~~~~~~~~~~~
Expand Down
Loading

0 comments on commit 80a1425

Please sign in to comment.