mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-17 23:14:18 +03:00
Enable :visited handling for experimentation.
This commit is contained in:
parent
39cc1a6d4a
commit
c240fb0c00
@ -1552,6 +1552,7 @@ css_error node_is_visited(void *pw, void *node, bool *match)
|
||||
*match = false;
|
||||
|
||||
/** \todo Implement visted check in a more performant way */
|
||||
#define SUPPORT_VISITED
|
||||
#ifdef SUPPORT_VISITED
|
||||
|
||||
nscss_select_ctx *ctx = pw;
|
||||
|
Loading…
x
Reference in New Issue
Block a user