-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
HTML API: Backport updates from Core #63723
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks correct and all of the usages of the HTML API seem to be updated correctly.
@sirreal the end-to-end tests are reliably failing and I see mentions of block bindings and of the button block, both of which rely on the HTML API, so I think something could still be wrong here. |
e250af4
to
899947f
Compare
Updates the HTML API files in the 6.7 compatability layer, bringing in code that has been merged into Core.
899947f
to
cc1905b
Compare
@sirreal found a typo on |
Updates the HTML API files in the 6.7 compatability layer, bringing in code that has been merged into Core.
cc1905b
to
a2493c6
Compare
Updates the HTML API files in the 6.7 compatability layer, bringing in code that has been merged into Core. Co-authored-by: Jon Surrell <sirreal@users.noreply.github.com>
a2493c6
to
54f4d34
Compare
Updates the HTML API files in the 6.7 compatability layer, bringing in code that has been merged into Core. Co-authored-by: Jon Surrell <sirreal@users.noreply.github.com>
40b0d82
to
5f9116e
Compare
This PR updates the HTML API files in the 6.6 and 6.7 compat directories. It brings the contents of the 6.7 directory up to commit SHA 7b75c8e.
Note to reviewers: The type annotations added in 6.7 have changed every file in the HTML API, which is why every reference references the
_6_7
files and why each file has the corresponding_6_7
file.