ladybird/Libraries/LibWeb/Selection
Jelle Raaijmakers 518c048eb4 LibWeb+WebContent: Rename Document::focused_element to ::focused_area
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.
2025-08-26 10:25:59 +02:00
..
Selection.cpp LibWeb+WebContent: Rename Document::focused_element to ::focused_area 2025-08-26 10:25:59 +02:00
Selection.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Selection.idl LibWeb: Implement Selection.modify 2025-06-30 10:44:32 +01:00