1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-30 03:26:23 -04:00

Kill src/document/html/TODO

In the first paragraph it lists what's already done. In the second it
lists the obvious. And the third is obsolete.
This commit is contained in:
Petr Baudis 2006-07-13 02:51:31 +02:00 committed by Petr Baudis
parent 250669b0e9
commit 1ae18267f8

View File

@ -1,11 +0,0 @@
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').