1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/document/html/TODO
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

12 lines
610 B
Plaintext

First, the files need to be splitted to many smaller ones, handling specific
things. Like select.c handling <select> stuff and menus (lying here already,
but I wasn't yet brave enough to commit it), forms stuff, frames stuff etc.
Then, the code needs also to be cleaned up massively, so it'll be clear to
mere mortal how it works and what it does actually :).
And then, it needs to be rewritten ;). This HTML engine will be kept in
parallel to the new one (ELusive, src/elusive/) until ELusive will be stable
enough and will contain complete superset of functionality of the current HTML
engine (Mikulas').