1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
elinks/src/document/dom
Witold Filipczyk ee29a8877b [line] union in place of struct (sixel)
Chars are accessible via ch.chars not chars as before.
2023-05-18 11:12:05 +02:00
..
Makefile document/dom: Split SGML (HTML) source renderer to source.* 2007-08-28 17:41:55 +02:00
meson.build [meson] meson build scripts. 2020-09-05 22:06:01 +02:00
README document/dom: Explain that only renderer lives here 2007-08-28 15:15:13 +02:00
renderer.c [cast] Explicit casts for narrowing conversions 2022-01-17 17:07:46 +01:00
renderer.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
rss.c [rss] cast to char * 2022-02-18 15:22:11 +01:00
rss.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
source.c [isspace] Some implementations of isspace require unsigned char 2022-06-28 20:25:06 +02:00
source.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
util.c [line] union in place of struct (sixel) 2023-05-18 11:12:05 +02:00
util.h [dom] const in add_dom_link . TODO 2022-02-18 14:50:28 +01:00

This is DOM document renderer. The DOM "engine" itself (parsers, selectors,
...) lives directly in src/dom/.