- Notifications
You must be signed in to change notification settings - Fork302
Add a usedEncoding method to HTML5Parser, fix #121#123
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hoppipolla-critic-bot commentedNov 30, 2013
Critic review:https://critic.hoppipolla.co.uk/r/445 This is an external review system which you may optionally use for the code review of your pull request. |
gsnedders commentedDec 1, 2013
Do we actually want this to be a method and not just an attribute? |
SimonSapin commentedDec 1, 2013
On the parser it could be a property rather than a method. I can update the PR if you prefer that, I don’t have a strong opinion. |
SimonSapin commentedDec 18, 2013
One changed line was missing in the last commit, which I just updated. Force-pushing an amended commit has apparently upset Critic… |
This turned out to be easy enough to add.
I don’t really like the
usedEncodingname, but I don’t have a better idea. Feel free to suggest something else.