FYI. A good place to start looking for which formatting properties we support is: abi/src/text/ptbl/xp/pp_Property.cpp Once you see a promising CSS-like property name there, you can grep the sources to see where and how it's implemented, which should usually correspond to the "official" CSS property of that name (if any). Any gaps found in our support should be added to the following feature matrix: http://www.abisource.com/feature_matrix.html If that's not accurate, please submit patches to either fix the problem, or update the status matrix itself here: abi/docs/status/feature_matrix.html abi/docs/status/feature_matrix.xml Hope that helps! Paul PS: Sam, have you figured out a way to get updates to Karl's versions of these matrices reflected to the public website yet?
