Category |
Items |
User Interface |
- A multi-threaded progress indicator, like HotJava.
- A tree widget with DnD for editing bookmarks.
|
Data Retreival |
- FTP Protocol.
- Finish HTTP 1.0.
- HTTP 1.1
- Make each Connection run in its own thread. All the GUI stuff will stay in another thread. Requests reside in the
GUI thread, and communicate through a Data object with the Connections. The connections write to the Data object, and
the Requests periodically read from the Data object.
|
SGML |
- Read the SGML Catalog from a Request so that it can be stored remotely.
- Process included entities in DTD parser.
- Handle short tags in SGML parser, for Linux-doc SGML.
|
Style Sheets |
- If no style sheet can be found for a DTD, create a default one.
|
Rendering |
- Better image support. More formats, progressive renderering.
- Client-side image maps.
- Table border width style.
- List bullets/numbers/letters.
- Convert tabs to spaces in PreformatRenderer.
- Background color for block level elements.
- Make table use user-supplied width and height values for sizing hints.
|