diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-10-15 16:19:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-15 16:19:10 -0500 |
commit | c1abd8797c5b257c9339fbaf6ca4b7480c43a755 (patch) | |
tree | a7e397923eafb012e65979596040c975c1491e91 /components/script/dom/webidls/HTMLMetaElement.webidl | |
parent | 759185abe05c31c2851d9ac586ddc2d065aa755f (diff) | |
parent | 7df456e8acc50315178fdeb962ef423c8055cfe3 (diff) | |
download | servo-c1abd8797c5b257c9339fbaf6ca4b7480c43a755.tar.gz servo-c1abd8797c5b257c9339fbaf6ca4b7480c43a755.zip |
Auto merge of #13756 - pcwalton:relative-position-clip, r=notriddle
layout: Rewrite clipping to be a two-phase process that takes physical border box positions and transforms into account.
Clipping region computation now follows a simple process: (1) in the
parent's coordinate system, parents store appropriate clipping regions
into children; (2) each child moves its clipping region to its own
coordinate system if necessary.
Because clipping region computation is now based on stacking-relative
border box positions and the `transform_rect` method, it can handle
`position: relative` offsets and more types of transforms, such as
scaling.
Improves etsy.com.
Closes #13753.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13756)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/webidls/HTMLMetaElement.webidl')
0 files changed, 0 insertions, 0 deletions