ladybird/Userland/Libraries/LibWeb
Tim Ledbetter a6d6729034 LibWeb: Implement the MouseEvent.relatedTarget attribute
This returns the secondary target of a mouse event. For `onmouseenter`
and `onmouseover` events, this is the EventTarget the mouse exited
from. For `onmouseleave` and `onmouseout` events, this is the
EventTarget the mouse entered to.
2024-05-20 08:21:41 +02:00
..
Animations LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
ARIA
Bindings
Clipboard LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
Cookie
Crypto LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
CSS LibWeb: Use FIXME extended attribute where possible 2024-05-19 17:35:25 +02:00
DOM LibWeb: Implement the MouseEvent.relatedTarget attribute 2024-05-20 08:21:41 +02:00
DOMParsing LibWeb: Log a FIXME when parsing fragments for XML documents 2024-05-19 07:22:48 +02:00
DOMURL LibWeb: Implement URL.parse 2024-05-13 09:21:12 +02:00
Encoding
Fetch LibWeb/Fetch: Share a conditional in fetch response handover 2024-05-19 16:25:50 +02:00
FileAPI LibWeb: Implement "Resolve a Blob URL" 2024-05-12 15:46:29 -06:00
Geometry
HighResolutionTime
HTML LibWeb: Use FIXME extended attribute where possible 2024-05-19 17:35:25 +02:00
IndexedDB LibWeb: Use FIXME extended attribute where possible 2024-05-19 17:35:25 +02:00
Infra
Internals
IntersectionObserver LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
Layout LibWeb: Implement the SVG clip-rule attribute 2024-05-14 23:01:18 +01:00
Loader
MathML
MimeSniff LibWeb/MimeSniff: Implement "minimize a supported MIME type" 2024-05-19 16:25:50 +02:00
NavigationTiming
Page
Painting LibWeb: Implement the SVG clip-rule attribute 2024-05-14 23:01:18 +01:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection
SRI
Streams LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
SVG LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
UIEvents LibWeb: Implement the MouseEvent.relatedTarget attribute 2024-05-20 08:21:41 +02:00
UserTiming
WebAssembly LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
WebAudio LibWeb: Use FIXME extended attribute where possible 2024-05-19 17:35:25 +02:00
WebDriver
WebGL
WebIDL
WebSockets LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
Worker
XHR
XLink
XML
CMakeLists.txt LibWeb: Add stub interface for IDBOpenDBRequest 2024-05-19 16:24:11 +02:00
Dump.cpp
Dump.h
Forward.h LibWeb: Add stub interface for IDBOpenDBRequest 2024-05-19 16:24:11 +02:00
idl_files.cmake LibWeb: Add stub interface for IDBOpenDBRequest 2024-05-19 16:24:11 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h LibWeb: Use TraversalDecision for multi level Node traversal methods 2024-05-07 16:45:28 -06:00
TreeNode.h LibWeb: Use TraversalDecision for multi level Node traversal methods 2024-05-07 16:45:28 -06:00