Skip to content

Commit 80a1425

Browse files
committed
Fix html5lib#72: rewrite the sanitizer to be a treewalker filter only.
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.
1 parent 106c0af commit 80a1425

File tree

5 files changed

+894
-439
lines changed

5 files changed

+894
-439
lines changed

CHANGES.rst

+3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ Change Log
77
Released on XXX
88

99
* Added ordereddict as a mandatory dependency on Python 2.6.
10+
1011
* Added ``lxml``, ``genshi``, ``datrie``, ``charade``, and ``all`` extras that
1112
will do the right thing based on the specific interpreter implementation.
1213

14+
* Sanitizer change XXX
15+
1316

1417
0.9999999/1.0b8
1518
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)