Re: getComputedStyle does not handle over-constrained properties correctly

Boris Zbarsky <[email protected]> Fri, 27 May 2016 11:57:41 -0400
Newsgroups gmane.comp.mozilla.devel.layout
Message-ID <[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