On Wed, 14 Sep 2005 08:40 pm, Finn Bock wrote: > [Manuel] > <snip/> > There is also explicit support shorthands. For the 4 properties the > vertical-align must be specified as a shorthand: > > m.addShorthand(s_generics[PR_VERTICAL_ALIGN]); > > and a new custom ShorthandParser must be written and added to the > vertical-align maker > > m.setDatatypeParser(new VerticalAlignShorthandParser()); > > which consist of code to implement the rule in [7.29.22]: > <snip/>
Finn, thanks - consider it done! > regards, > finn Manuel
