diff options
author | jcid <devnull@localhost> | 2007-12-10 15:42:03 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-12-10 15:42:03 +0100 |
commit | 644adde4a848535bc55fc6a11f0b080e1d58d1c8 (patch) | |
tree | d570685b4767b2f9eb285078c36906795e2b67c8 /README | |
parent | 30995b73e26311c3d2f3a4e646254181020e1e6a (diff) |
updated the README
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,7 +23,7 @@ Fixed * image links haven't been hooked yet Fixed * the scrolling position is not yet updated (when following a link, the former scroll position is kept). Advanced * viewport scrolling is not yet optimized (takes lots of CPU) - * you may experience crashes from "assert" statements from +Advanced * you may experience crashes from "assert" statements from unfinished code. Fixed * context menus are not yet completely hooked or activated Fixed * Selecting text with the mouse is half hooked. This is, you @@ -34,6 +34,8 @@ Advanced * Form elements are not yet hooked/implemented. You can look in dw2' test/dw_ui_test.cc to see what's already done. Fixed * Sometimes pages don't load giving a warning on an already closed IO. I'll try to look at this one soon. + * No image maps. + * The SELECT element inside FORMS is not implemented. * no FRAMES rendering * no https (there's a barebones prototype). |