DescriptionRevert of getComputedStyle should handle over-constrained properties. (patchset #7 id:100001 of https://codereview.chromium.org/1988813002/ )
Reason for revert:
Other vendors didn't implement this yet. And work with the others to either get all to fix or to change the spec.
BUG=614198
Original issue's description:
> getComputedStyle should handle over-constrained properties.
>
> If neither 'left' nor 'right' is 'auto', the position is over-constrained,
> and one of them has to be ignored. If 'direction' property of the
> containing block is 'ltr', the value of 'left' wins and 'right'
> becomes -'left'. If 'direction' of the containing block is 'rtl',
> 'right' wins and 'left' is ignored. Detail is described by
> https://www.w3.org/TR/2011/REC-CSS2-20110607/visuren.html#relative-positioning
>
> BUG=601118
>
> Committed: https://crrev.com/c8291dea8bfa84ab9a3220fb9f57eb059e913a05
> Cr-Commit-Position: refs/heads/master@{#394780}
TBR=mstensho@opera.com,alancutter@chromium.org,rune@opera.com,eae@chromium.org,timloh@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=601118
Committed: https://crrev.com/9835ebf3b20d95106a5541e44b297963e0136802
Cr-Commit-Position: refs/heads/master@{#396470}
Patch Set 1 #Messages
Total messages: 13 (4 generated)
|