Re: Handling text direction in XForms

Working on my action, it looks a little more complicated than at first it 
seemed.


There are 5 bidi cases:
 auto
 left to right
 right to left
 left to right override
 right to left override


HTML unfortunately and stupidly handles the first three using an attribute, 
and the fourth and fifth using an element, although you can handle all 5 
using an attribute via CSS.


I have created a test you can see at 
https://cwi.nl/~steven/forms/tests/bidi.xhtml


Steven

Received on Friday, 2 February 2024 13:26:00 UTC