Re: [cssom] CSS Value API

On Apr 21, 2010, at 3:30 PM, Ojan Vafai wrote:

> Also, I find the m and l accessors confusing. Can we just have a single accessor for all types, e.g. v for value? 
> 
> On Wed, Apr 21, 2010 at 3:22 PM, Ojan Vafai <ojan@chromium.org> wrote:
> On Wed, Apr 7, 2010 at 6:34 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> On 4/7/10 5:08 AM, Anne van Kesteren wrote:
> And throws if the "wrong" one is accessed?
> 
> I think when it can be converted we should allow for that.
> 
> OK.
> 
> What are cases where it can be converted? Are you thinking something like converting em to px?

I thought that was one of the points of this interface, was that you could convert anything to px by getting the ".px" of its property value. Are you saying that should not be the case when it is myElem.style? Or are automatic conversions between absolute units (inches, cm, px) OK?

> I don't think we should transparently do conversions like this. It would make sense if you had something like element.computedStyle.margin.l[0].px,

Hopefully that would work, even if the .style version didn't. But I like the idea of converting as if there was a calc().

Received on Thursday, 22 April 2010 15:34:31 UTC