Files
Zachary D. Rowitsch 23064ac497
All checks were successful
ci / fast (linux) (push) Successful in 7m6s
Fix border-radius TODOs: background clipping, styled borders, and elliptical radii
- Clip background images to rounded corners using is_inside_rounded_rect
- Implement groove, ridge, and double border styles for rounded borders
  via depth-based per-pixel rendering
- Change CornerRadii from f32 to (f32, f32) tuples for elliptical radii
- Parse CSS border-radius shorthand "/" syntax and two-value longhands
- Add CssValue::Pair variant for horizontal/vertical radius pairs
- Resolve percentage radii correctly (horizontal vs width, vertical vs height)
- Zero-normalize radii: if either rx or ry is 0, both become 0 per CSS spec
- Promote 8 WPT border-radius tests from known_fail to pass

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 12:22:09 -05:00
..