Skip to content

Commit

Permalink
Replace outdated reference to <geometry-box> in mask-clip (#31433)
Browse files Browse the repository at this point in the history
Since w3c/fxtf-drafts#439 and the related pull request were closed, mask-clip uses <coord-box> instead of <geometry-box>. This was mostly fixed in this #28157 previous pull request but I forgot to update this comment as well.
  • Loading branch information
FormularSumo authored Dec 31, 2023
1 parent 6fd63d7 commit d8f805d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/mask-clip/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The **`mask-clip`** [CSS](/en-US/docs/Web/CSS) property determines the area whic
## Syntax

```css
/* <geometry-box> values */
/* <coord-box> values */
mask-clip: content-box;
mask-clip: padding-box;
mask-clip: border-box;
Expand Down

0 comments on commit d8f805d

Please sign in to comment.