 |
 |
|
 |
 |
 |
nglayout project
overview
This document is intended to give a brief overview of what NGLayout is, and provide
links to our project
roadmap, instructions on getting involved,
detailed technical documentation,
porting instructions,
and source download
information with build instructions. If you have questions or feedback on NGLayout, please send a
note to the "layout" newsgroup or mailing list.
If you're looking for the source, download it
here and find out how to get involved.
NGLayout is the next-generation layout engine currently under development
for Netscape Navigator. Like the Navigator source, the source code for
the NGLayout engine will be freely available from mozilla.org under the standard
NPL license agreement. This technology will be integrated into the Mozilla
open-source browser as soon as it is ready later this year.
-
The NGLayout engine was designed from the ground up to offer the following
benefits:
-
Layout
-
Very fast; really fast; as fast as possible
-
Incremental reflow, including tables and integration with DOM
-
Backward compatibility with Netscape Navigator 4.0;
-
Support for HTML 4.0, including forms.
-
Pagination, control over running matter
-
Rendering
-
High-performance rendering enhancements
-
Double-buffered rendering on demand
-
High-end graphic capabilities, including alpha blending
-
Style
-
Full HTML 3.x style support; limited HTML 4.x style support
-
Full CSS implementation; limited CSS 2 support
-
DOM
-
Compatible with previous Netscape navigator releases.
-
Full W3C Level 1 DOM support
available in JavaScript and C++.
-
Parser
-
Fully backward-compatible with Navigator 4.x and Internet Explorer
-
Limited DTD support
-
Extensible tag handling
-
Embeddable
-
"WebWidget" API allows developers to embed NGLayout in their own custom
applications.
-
Configurable
-
XPCom interface support allows for run-time extensions to the underlying
system
-
Portions of the UI are expressable as HTML
-
Extensible
-
Dynamic tag handling, making it possible to give layout and rendering behavior
to your new tags
-
XML and RDF support
-
XPCom-based implementation permitting incremental upgrade of underlying
systems
related documents
|
 |
 |