1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-18 01:26:23 -04:00
elinks/src/document
Jonas Fonseca 2e2c0a590e Add basic functionality for selecting DOM nodes based on CSS3 selectors
The design should more or less be in place. There is still a lot of things
missing but it should actually be enough for using it in a simple RSS renderer.

Amongst several things, :nth-* pseudo-classes and :not() syntax is not in
place.
2005-12-19 03:44:18 +01:00
..
css Prepare the CSS scanner for tokenizing ~ and + as char tokens 2005-12-13 16:35:41 +01:00
dom Add basic functionality for selecting DOM nodes based on CSS3 selectors 2005-12-19 03:44:18 +01:00
html Drop a line that should have been dropped with commit 2005-12-10 16:24:54 +00:00
plain Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
sgml Add boolean immutable flag to the DOM stack state 2005-12-19 02:34:26 +01:00
.vimrc Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
docdata.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
docdata.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
document.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
document.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
forms.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
forms.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
options.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
options.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
refresh.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
refresh.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
renderer.c Fix problem with double decompression of local files 2005-12-18 17:03:34 +01:00
renderer.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
view.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00