mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Allow focusing individual (focusable) elements with Tab key
You can now cycle through focusable elements (currently only hyperlinks are focusable) with the Tab key. The focus outline is rendered in a new FocusOutline paint phase.
This commit is contained in:
parent
5939af14d4
commit
01022eb5d6
Notes:
sideshowbarker
2024-07-19 03:38:16 +09:00
Author: https://github.com/awesomekling
Commit: 01022eb5d6
11 changed files with 92 additions and 2 deletions
|
@ -103,6 +103,7 @@ public:
|
|||
Background,
|
||||
Border,
|
||||
Foreground,
|
||||
FocusOutline,
|
||||
Overlay,
|
||||
};
|
||||
virtual void paint(PaintContext&, PaintPhase);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue