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.
  • Loading branch information
gsnedders committed May 18, 2016
1 parent 4aa79f1 commit a2917e9
Show file tree
Hide file tree
Showing 5 changed files with 934 additions and 390 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Released on XXX
and the new default), and "spec" (the old False value, and the old
default).**

* **Fix #72 by rewriting the sanitizer to apply only to treewalkers
(instead of the tokenizer); as such, this will require amending all
callers of it to use it via the treewalker API.**


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

0 comments on commit a2917e9

Please sign in to comment.