Skip to content

WebKit export of https://bugs.webkit.org/show_bug.cgi?id=241419#58331

Merged
annevk merged 1 commit intomasterfrom
wpt-export-for-webkit-241419
Mar 9, 2026
Merged

WebKit export of https://bugs.webkit.org/show_bug.cgi?id=241419#58331
annevk merged 1 commit intomasterfrom
wpt-export-for-webkit-241419

Conversation

@sideshowbarker
Copy link
Copy Markdown
Member

@sideshowbarker sideshowbarker commented Mar 6, 2026

Copy link
Copy Markdown
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

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

This looks okay to me. I guess we should wait with landing this until we have agreement on the specification change.

@annevk annevk merged commit 5a2bcb8 into master Mar 9, 2026
24 checks passed
@annevk annevk deleted the wpt-export-for-webkit-241419 branch March 9, 2026 06:19
annevk pushed a commit to whatwg/dom that referenced this pull request Mar 9, 2026
This change causes the “validate and extract” algorithm to stop calling “strictly split” and instead split on the first colon only. Given the qualified name “foo:bar:baz”, that produces the local name “bar:baz”.

Otherwise, without this change, using “strictly split” produces the prefix “foo” and local name “bar" — discarding the “:baz” part.

Tests: web-platform-tests/wpt#58331.

Additional context: WICG/sanitizer-api#373. Fixes #1453.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants