Re: [webkit-dev] getComputedStyle does not handle over-constrained properties correctly

2016-06-21 Thread Myles C. Maxfield
The spec has been updated. https://github.com/w3c/csswg-drafts/commit/c996510d75544786a5361127e69c71a5fc725785 —Myles > On Jun 20, 2016, at 2:26 PM, Myles C. Maxfield wrote: > > All stable and nightly browsers that I could find[1] agree on the return of >

Re: [webkit-dev] getComputedStyle does not handle over-constrained properties correctly

2016-06-20 Thread Myles C. Maxfield
All stable and nightly browsers that I could find[1] agree on the return of getComputedStyle() in this situation. Therefore, I opened this issue[2] to update the spec to match the implementations. —Myles [1] - Microsoft Edge 25.10586.0.0 / Microsoft EdgeHTML 13.10586 - Firefox 50.0a1

Re: [webkit-dev] getComputedStyle does not handle over-constrained properties correctly

2016-06-16 Thread Deokjin Kim
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

Re: [webkit-dev] getComputedStyle does not handle over-constrained properties correctly

2016-06-01 Thread Myles C. Maxfield
It looks like WebKit visually renders the result correctly according to the spec text. Therefore, we are only interested here with the computed style of the over-specified element. The spec text uses the verb “becomes.” I don’t know if this means that either 1) the rendering and the computed