Hello,
I asked this issue and W3C WG said that it means "used value". (
https://github.com/w3c/csswg-drafts/issues/190)
When I checked spec for getComputedStyle(), some properties('bottom',
'left', 'right', 'top')'s resolved value is the used value if the property
applies to a positioned element. (
https://drafts.csswg.org/cssom/#resolved-values)
Therefore, I think my implementation(
https://bugs.chromium.org/p/chromium/issues/detail?id=601118) is correct.
In this test case(http://jsfiddle.net/xu5b7rLq/6/), bottom and right should
be negative.
What do you think about this issue?
Thank you,
Deokjin Kim
2016-05-28 0:57 GMT+09:00 Boris Zbarsky <[email protected]>:
> On 5/27/16 11:51 AM, Deokjin Kim wrote:
>
>> I found similar bug on mozilla's bugzilla. But I'm not sure that both are
>> the exact same issue.
>> In fact, below issue is related to margin-left/margin-right.
>> https://bugzilla.mozilla.org/show_bug.cgi?id=381328
>>
>
> Yes, I'm aware of this bug report. It's not the same issue.
>
> When I checked, MS Edge also didn't implement this yet.
>>
>> Do you think that spec should be changed?
>>
>
> I think it requires serious thought, given that all UAs agree with each
> other but not with the spec. For one thing, that raises questions about
> how web-compatible the spec is.
>
>
> -Boris
>
> _______________________________________________
> dev-tech-layout mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-tech-layout
>
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout