mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:11:00 +00:00
Adds support for the :active pseudo-class for hyperlinks (<a> tags only). Also, since it was very similar to :focus and an element having a focused state was already implemented, I went ahead and implemented that pseudo-class too, although I cannot come up with a working example to validate it. |
||
|---|---|---|
| .. | ||
| BrowsingContext.cpp | ||
| BrowsingContext.h | ||
| EditEventHandler.cpp | ||
| EditEventHandler.h | ||
| EventHandler.cpp | ||
| EventHandler.h | ||
| Page.cpp | ||
| Page.h | ||