mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-30 02:03:14 +03:00
278451463f
Now we only look for hints that are actually possible for the given element. This new way of doing things is made possible by the new LibCSS API for hints. This also makes use of the LibDOM HTMLElement tag type to avoid lots of massive if-else-if ladders of dom_string_caseless_isequal calls. |
||
---|---|---|
.. | ||
css.c | ||
css.h | ||
dump.c | ||
dump.h | ||
hints.c | ||
hints.h | ||
internal.c | ||
internal.h | ||
Makefile | ||
select.c | ||
select.h | ||
utils.c | ||
utils.h |