X Tutup
The Wayback Machine - https://web.archive.org/web/20220309102024/https://github.com/python/cpython/pull/31406
Skip to content
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

bpo-46786: Consider embed, source, track, wbr as empty tags #31406

Merged
merged 5 commits into from Feb 27, 2022

Conversation

jnns
Copy link
Contributor

@jnns jnns commented Feb 18, 2022

See WHATWG HTML 13.1.2 Elements: Void elements for reference.

CLA has been signed but it will take a bit to be processed.

https://bugs.python.org/issue46786

@the-knights-who-say-ni
Copy link

@the-knights-who-say-ni the-knights-who-say-ni commented Feb 18, 2022

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA).

CLA Missing

Our records indicate the following people have not signed the CLA:

@jnns

For legal reasons we need all the people listed to sign the CLA before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

If you have recently signed the CLA, please wait at least one business day
before our records are updated.

You can check yourself to see if the CLA has been received.

Thanks again for the contribution, we look forward to reviewing it!

@scoder
Copy link
Contributor

@scoder scoder commented Feb 22, 2022

Thanks. Please also add tests for the new elements.

@jnns
Copy link
Contributor Author

@jnns jnns commented Feb 22, 2022

Lib/test/test_xml_etree.py Outdated Show resolved Hide resolved
@scoder scoder merged commit 345572a into python:main Feb 27, 2022
12 checks passed
@scoder
Copy link
Contributor

@scoder scoder commented Feb 27, 2022

Thanks

@jnns jnns deleted the issue-46786 branch Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
X Tutup