Files
rust_browser/crates/display_list
Zachary D. Rowitsch 4aa1efd8b9 Add background-position and background-repeat support for CSS sprites
Implements full pipeline support for background-position (shorthand and
longhands) and background-repeat so that CSS sprite techniques like
`background: url(sprite.png) 0 -261px repeat-x` render correctly.

New shared types BackgroundPositionValue and BackgroundRepeat flow through
CSS parsing, style computation, layout, display list, and rasterization.
Background images now render at intrinsic dimensions with tiling, and
position values are resolved at rasterization time using the CSS spec
formula for percentage positioning.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 21:53:59 -05:00
..
2026-01-31 16:20:53 -05:00