[css3-ui][css3-writing-modes] logical directions for resize?

Hi,

The resize property is defined to take the following values:
none | both | horizontal | vertical | inherit

I was considering whether it would be a good idea to put something like  
this in UA stylesheets:

textarea { resize:both }
input { resize:horizontal }

For textarea there's no problem, but for input, it would not do what you  
want in a page using a vertical
writing mode.

I propose that we replace horizontal and vertical by logical directions.

  - Florian

Received on Friday, 27 July 2012 09:42:28 UTC