Re: [css3-multicol] overflow and paging?

[snip]

> Idea:
>
> 'xwidth' is better for viewport horizontal.
> 'width' is better for inline direction width.
>
> 'yheight' is better for viewport vertical.
> 'height' is better for block direction height.
>
> Or you could reverse those.
>
> I think that would help a lot to avoid confusion. I don't even know which
> is which in the CSS usage.  I would have to go dig to find the answer.

Better:

'vwidth' and 'vheight' for dimensions in viewport directions

'width' and 'height' for dimensions in logical (inline and block) directions.

But it is too late for that no?

Received on Friday, 15 October 2010 18:43:23 UTC