Flying Saucer Supported Features
Flying Saucer supports the bulk of the strict XHTML and CSS 2.1 standards. We are working
towards complete (and correct) feature support of these standards, but not everything
works yet. Most of it is there, though.
General XHTML / CSS features
- General formatted text: basically everything: paragraphs and spans, bold, italic, font sizes, text alignment, horizontal alignment,
different fonts
- The full box model: border, padding, margin, colors, background images, styled borders
- Full positioning support: static, relative, absolute, and fixed, and floats. There are still some
issues dealing with multiple stacked floats. This code is being rewritten.
- Tables: Table support is currently being rewritten so check on the mailing list to see what works.
- Forms: Every standard form control is represented. There are still some bugs with alignment.
- Images: both as inline images with the <img> tag and with background images.
- :hover styles for rollover effects
- Lists: lists with proper positioning and
- CSS selectors. All CSS selectors in the spec should be supported, even the sibling/child ones
Special Features
- Speed. We are fast enough to render all of Hamlet in under 4 seconds on a 1.5 GHZ Pentium. We are working
to improve speed and memory usage all the time.
- Embedded fonts. You can embed a truetype font in your application (in the jar file), and use it in pages
rendered in your application.
- Printing. You can print anything you can see on screen. You can even use special print stylesheets. pagination
is not currently supported!