- Notifications
You must be signed in to change notification settings - Fork27
v1.0.6 many bug fixes#89
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
Merged
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Update from current mf2py
commit d0ea9ea9ef2d3cb8839bc66a1b1aef20f2121529Author: Kartik Prabhu <me@kartikprabhu.com>Date: Tue Feb 20 20:56:09 2018 -0500 bump version to 1.0.6commit 9be5edb8cca285a89fbd3abb210403b212260520Author: Kartik Prabhu <me@kartikprabhu.com>Date: Tue Feb 20 20:52:24 2018 -0500fix#59#57#43 . use html5lib by default unless user-specified a html parser. If neither exist then default to BS4 to decide. use final redirect URL while requesting from server.commit3995eacAuthor: Kartik Prabhu <me@kartikprabhu.com>Date: Sat Feb 17 22:10:19 2018 -0500fix#55; parse title from link element for p-*. parse poster from video element for u-*
…ript and style from text content
CI fail with python 2.6 is due tohtml5lib 1.0.1 breaking it on purpose, which seems gratuitously nasty to me. |
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
version 1.0.6
many bug fixes for parsing according to spec
Summary
e-*[html]
. update the corresponding testsalt
orsrc
from<img>
in parsing forp-*
ande-*[value]
title
from<link>
forp-*
resolvesParse title attributes on <link> elements for p- properties. #84poster
from<video>
foru-*
resolvesFix u- parsing for <video> with poster attribute #76html5lib
as default parser