Re: [css-ui] Definition and scope of 'resize' property

On 08/19/2011 11:02 AM, Aryeh Gregor wrote:
>
> 1) The idea of a resize factor should be removed in favor of saying
> that the UA has to add inline style rules.  I don't think this is a
> layering violation, since CSS acknowledges the concept of a DOM and
> inline style rules.  If a host language doesn't support inline style
> rules, behavior can be left undefined, or we can say there's no
> effect, or whatever.  It's a little scary to have user actions messing
> with the DOM, but I don't see any good alternative offhand even for
> the non-editable case.

CSS acknowledges the concept of a DOM, but it does not alter the DOM.
It only reads it; it does not write to it.

~fantasai

Received on Friday, 19 August 2011 22:39:05 UTC