Tokushige Kobayashi wrote: > 2) Af for glyph orientation of ascii chars: > > U for Text-orientation: upright > S for Text-orientatio: upright-right > > It is already defined in CSS3 writing mode, definition in TR#50 is > duplicated. The UTR50 defined orientation is a character property. It only affects the intrinsic orientation of a character. At least as I've understood the WG discussions in the past, it will only affect the behavior of the 'upright-right'. When 'upright', or 'sideways-xxx' is specified those represent explicit overrides on the underlying default orientation. In vertical text, the element below appears rotated: <span>Hotel Wonderland</span> In vertical text, the element below appears upright: <span style="text-orientation: upright">Hotel Wonderland</span> But I can definitely see how reading the current CSS3 Writing Modes spec could lead you to see things as you do, I definitely think the explanation could be clearer. Regards, John DaggettReceived on Monday, 16 January 2012 07:08:18 GMT
This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 17:20:48 GMT