[webkit-changes] [WebKit/WebKit] 8b3a40: Implement invoke defaults for popover
Luke Warlow
noreply at github.com
Tue Mar 26 09:43:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8b3a40134afa148adf04eeae3ca908ce0f5a1c40
https://github.com/WebKit/WebKit/commit/8b3a40134afa148adf04eeae3ca908ce0f5a1c40
Author: Luke Warlow <lwarlow at igalia.com>
Date: 2024-03-26 (Tue, 26 Mar 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/html/semantics/invokers/invoketarget-on-popover-behavior.tentative-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html
M LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/invokers/invoketarget-on-popover-behavior.tentative-expected.txt
M Source/WebCore/dom/Document.cpp
M Source/WebCore/dom/Element.h
M Source/WebCore/html/HTMLElement.cpp
M Source/WebCore/html/HTMLElement.h
M Source/WebCore/html/HTMLFormControlElement.cpp
Log Message:
-----------
Implement invoke defaults for popover
https://bugs.webkit.org/show_bug.cgi?id=263513
Reviewed by Darin Adler.
This adds the `handleInvokeInternal` logic to toggle popovers.
* LayoutTests/imported/w3c/web-platform-tests/html/semantics/invokers/invoketarget-on-popover-behavior.tentative-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html:
* LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/semantics/invokers/invoketarget-on-popover-behavior.tentative-expected.txt:
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::handlePopoverLightDismiss):
* Source/WebCore/dom/Element.h:
(WebCore::Element::handleInvokeInternal):
* Source/WebCore/html/HTMLElement.cpp:
(WebCore::HTMLElement::handleInvokeInternal):
* Source/WebCore/html/HTMLElement.h:
* Source/WebCore/html/HTMLFormControlElement.cpp:
(WebCore::HTMLFormControlElement::handleInvokeAction):
Canonical link: https://commits.webkit.org/276694@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list