Re: [css3-ui] Does `resize` apply to generated content?

On Thu, Jul 24, 2014 at 1:12 PM, Sebastian Zartner
<sebastianzartner@gmail.com> wrote:
>> When an element is resized by the user, the user agent keeps track of a
>> resize factor (which is initially 1.0) for the width and height, which it
>> then applies to the computed width and height as part of determining the
>> used width and height.
>
> So what would be the proper implementation of this resize factor? Should the
> user have access to it or is it just a value stored internally by the user
> agent?

It would just be an internal value, if you're following the spec.

~TJ

Received on Thursday, 24 July 2014 20:21:28 UTC