We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As already mentioned in #289 the links to tokenizer.py and sanitizer.py are broken in https://github.com/html5lib/html5lib-python/blob/1a28d721091a2c433c6e8471d14cbb75afd70d1c/doc/movingparts.rst#htmltokenizer
Instead of <https://github.com/html5lib/html5lib-python/blob/master/html5lib/tokenizer.py> and <https://github.com/html5lib/html5lib-python/blob/master/html5lib/sanitizer.py> they should point to https://github.com/html5lib/html5lib-python/blob/master/html5lib/_tokenizer.py and https://github.com/html5lib/html5lib-python/blob/master/html5lib/filters/sanitizer.py respectively.
<https://github.com/html5lib/html5lib-python/blob/master/html5lib/tokenizer.py>
<https://github.com/html5lib/html5lib-python/blob/master/html5lib/sanitizer.py>
Caused by c4dd677 and a2917e9
The text was updated successfully, but these errors were encountered:
This was fixed in #332, so we're all set here. Thank you for reporting!
Sorry, something went wrong.
No branches or pull requests
As already mentioned in #289 the links to tokenizer.py and sanitizer.py are broken in https://github.com/html5lib/html5lib-python/blob/1a28d721091a2c433c6e8471d14cbb75afd70d1c/doc/movingparts.rst#htmltokenizer
Instead of
<https://github.com/html5lib/html5lib-python/blob/master/html5lib/tokenizer.py>
and<https://github.com/html5lib/html5lib-python/blob/master/html5lib/sanitizer.py>
they should point to https://github.com/html5lib/html5lib-python/blob/master/html5lib/_tokenizer.py and https://github.com/html5lib/html5lib-python/blob/master/html5lib/filters/sanitizer.py respectively.Caused by c4dd677 and a2917e9
The text was updated successfully, but these errors were encountered: