Skip to content

Conversation

@KTibow
Copy link
Contributor

@KTibow KTibow commented Aug 27, 2025

Summary

fix incorrect data for chromium's support of rect/xywh

Test results and supporting details

<div></div>
div {
  background: red;
  height: 20px;
  clip-path: xywh(0 0 20px 20px);
}

Related issues

fixes #27689

@github-actions github-actions bot added data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:m [PR only] 25-100 LoC changed labels Aug 27, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Aug 27, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@caugner caugner changed the title fix chromium rect/xywh Chrome 119 supports rect() + xywh() in clip-path Aug 28, 2025
@caugner caugner enabled auto-merge (squash) August 28, 2025 15:21
@caugner caugner merged commit c5cd0a1 into mdn:main Aug 28, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:m [PR only] 25-100 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

css.types.basic-shape.xywh - Chromium in fact supports it

2 participants