-
Notifications
You must be signed in to change notification settings - Fork 28
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch img alt parsing to on by default #182
Comments
Agreed. img-alt parsing has been live in php-mf2 since 2022-02-09. |
For context, this has gotten "stuck" because it's a breaking change and there were more things on the list before doing a major version change before this all fell asleep. I'd propose to do the change Python3 only and then make a major version jump. |
I agree. Python 2.7 and 3.6 deprecation, and the corresponding test suite environment fixes, is at the top of the TODO list. |
The PR implementing this (#184) has been merged and will be included in the next release. |
It's been over 3 yrs since this was officially incorporated into the spec, 4-5 yrs since #83 and kartikprabhu#56. img alt parsing is pretty standard and expected now, and it trips people up when they don't know they need to turn it on with
img_with_alt=True
. It's probably time to drop the feature flag, or at least switch it to on by default!cc @ludovicchabant
The text was updated successfully, but these errors were encountered: