Files
tubestation/servo/components
David Shin 1a41596bbf Bug 1964122: Work with side, not axis, when resolving anchor() r=firefox-style-system-reviewers,emilio
Previously, we mapped left: anchor(left); to "Resolve anchor(left) with in
horizontal axis" - However, this doesn't work for two reasons:

1. `left: anchor(left)` and `right: anchor(left)` have to return 2 different
   values to produce the identical result
2. We need side data for `left: anchor(inside)` and `right: anchor(outside)`

Differential Revision: https://phabricator.services.mozilla.com/D247663
2025-05-07 15:06:07 +00:00
..