Cameron McCormack: > >After checking, it seems that the ‘textArea’ element of SVG Mobile 1.2 > >supports a ‘display-align’ property that does the same thing. This > >element is implemented yet, though.
Urs Reupke: > Sorry, english isn't my native language and this shows here: The "yet" > and "though" conflict to my ears - is the element implemented already? > Or isn't it implemented yet? (How can I check such things myself? > Finding element node classes isn't too hard, but I don't know where to > start looking for attributes in the source code.) Sorry! I did mean to say that it is not implemented, yet. Your grammar senses were correct. :) As for checking attributes, it’s not as simple as looking for a class. Searching the source for the string "display-align" for its constant definition and then searching for that constant (which would be DISPLAY_ALIGN_INDEX, since it’s a CSS property) would let you know if it is referenced anywhere. -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au http://mcc.id.au/ JBR: heycam (at) jabber.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
