When processing ODF styles there are a number of attributes for which there are no CSS equivalents. eg font-size-asian
I have not seen a document where this is not equal to the general font-size value. I plan to put a crosscheck in to confirm this and so when translating from CSS to ODF will default the value to be the same. If there is a difference I guess we can create a -cor-font-size-asian property to hold the value. This should just be quietly ignored by a browser? Same thing for any other properties I find that have no equivalent. Seem ok?