Skip to content

Allow more characters in element/attribute names and prefixes #38503

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Feb 15, 2023

This patch significantly changes the parsing of element names, attribute
names, and namespace prefixes for DOM APIs to allow more flexibility and
better parity with the HTML parser.

I am planning on making an intent to ship for this behavior before
enabling it by default.

I am planning on making another WPT patch to change the existing tests
to match the new parsing behavior once the spec is merged and the I2S is
complete, and maybe also after the new behavior reaches stable with no
issues.

Spec PR: whatwg/dom#1079

Bug: 40122442, 40228234
Change-Id: Ifbb5ac47a08a8f14489c694649ab5be1f59647ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4251683
Commit-Queue: Joey Arhar <[email protected]>
Reviewed-by: Mason Freed <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1468337}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-4251683 branch from edb012e to a2be53b Compare May 30, 2025 20:02
@chromium-wpt-export-bot chromium-wpt-export-bot changed the title Allow more characters in document.createElement Allow more characters in element/attribute names and prefixes May 30, 2025
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-4251683 branch 2 times, most recently from f7f0b47 to 7e22f5e Compare June 2, 2025 20:22
This patch significantly changes the parsing of element names, attribute
names, and namespace prefixes for DOM APIs to allow more flexibility and
better parity with the HTML parser.

I am planning on making an intent to ship for this behavior before
enabling it by default.

I am planning on making another WPT patch to change the existing tests
to match the new parsing behavior once the spec is merged and the I2S is
complete, and maybe also after the new behavior reaches stable with no
issues.

Spec PR: whatwg/dom#1079

Bug: 40122442, 40228234
Change-Id: Ifbb5ac47a08a8f14489c694649ab5be1f59647ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4251683
Commit-Queue: Joey Arhar <[email protected]>
Reviewed-by: Mason Freed <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1468337}
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-4251683 branch from 7e22f5e to bc3387a Compare June 2, 2025 21:10
@chromium-wpt-export-bot chromium-wpt-export-bot merged commit 6b9a6fb into master Jun 2, 2025
15 checks passed
@chromium-wpt-export-bot chromium-wpt-export-bot deleted the chromium-export-cl-4251683 branch June 2, 2025 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants