mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
And make it a DOM::Node, not DOM::Element. This makes everything flow much better, such as spec texts that explicitly mention "focused area" as the fact that we don't necessarily need to traverse a tree of elements, since a Node can be focusable as well. Eventually this will need to be a struct with a separate "focused area" and "DOM anchor", but this change will make it easier to achieve that. |
||
|---|---|---|
| .. | ||
| DragAndDropEventHandler.cpp | ||
| DragAndDropEventHandler.h | ||
| EventHandler.cpp | ||
| EventHandler.h | ||
| EventResult.h | ||
| InputEvent.cpp | ||
| InputEvent.h | ||
| Page.cpp | ||
| Page.h | ||