Previous Top


You might you could use the "LEFT-TO-RIGHT OVERRIDE" and then reverse it's effect with the "RIGHT-TO-LEFT OVERRIDE", but actually you need to terminate it with "POP DIRECTIONAL FORMATTING".

The standard specifies a stack of direction changes: if you push one on, you need to pop it off when you're done.

HTML5's <bdo> let's you avoid thinking about that model.
Next Top

doom@kzsu.stanford.edu