Change navigable target names to _blank if they have dangling markup#16885
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Aug 22, 2023
Conversation
Collaborator
|
EWS run on previous version of this PR (hash aa2a85c) Details |
cdumez
approved these changes
Aug 21, 2023
Collaborator
|
EWS run on previous version of this PR (hash 45d2a2c) Details |
Collaborator
|
EWS run on previous version of this PR (hash a04ef02) Details |
Collaborator
|
EWS run on previous version of this PR (hash 633f32c) Details
|
633f32c to
2ba9cd0
Compare
Collaborator
|
EWS run on previous version of this PR (hash 2ba9cd0) Details |
2ba9cd0 to
f9f25b1
Compare
Collaborator
|
EWS run on previous version of this PR (hash f9f25b1) Details |
f9f25b1 to
88ca711
Compare
Collaborator
|
EWS run on current version of this PR (hash 88ca711) Details |
Contributor
|
@sideshowbarker - you want me to add 'merge-queue' to this? |
Member
Author
Yes please 👍 |
https://bugs.webkit.org/show_bug.cgi?id=257349 Reviewed by Chris Dumez. whatwg/html#9309 * LayoutTests/imported/w3c/resources/import-expectations.json: * LayoutTests/imported/w3c/web-platform-tests/html/browsers/windows/dangling-markup-window-name.tentative-expected.txt: Added. * LayoutTests/imported/w3c/web-platform-tests/html/browsers/windows/dangling-markup-window-name.tentative.html: Added. * LayoutTests/imported/w3c/web-platform-tests/html/browsers/windows/resources/window-name.sub.html: * LayoutTests/imported/w3c/web-platform-tests/html/browsers/windows/w3c-import.log: * LayoutTests/tests-options.json: * Source/WebCore/dom/Element.cpp: (WebCore::Element::makeTargetBlankIfHasDanglingMarkup const): * Source/WebCore/dom/Element.h: * Source/WebCore/html/HTMLAnchorElement.cpp: (WebCore::HTMLAnchorElement::effectiveTarget const): * Source/WebCore/html/HTMLFormElement.cpp: (WebCore::HTMLFormElement::effectiveTarget const): Canonical link: https://commits.webkit.org/267154@main
88ca711 to
6752480
Compare
Collaborator
|
Committed 267154@main (6752480): https://commits.webkit.org/267154@main Reviewed commits have been landed. Closing PR #16885 and removing active labels. |
3 tasks
Member
Author
|
@Ahmad-S792 Thanks much |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
6752480
88ca711