diff --git a/CHANGELOG.md b/CHANGELOG.md index 761b8f53..2eb2e8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Bumped `mdn-data` to `2.0.28` - Added support for CSS wide keywords `revert` and `revert-layer` - Dropped support for `expression()` the same way as CSS wide keywords +- Patched `background-clip` definition to match [Backgrounds and Borders 4](https://drafts.csswg.org/css-backgrounds-4/#background-clip) (#190) - Value definition syntax: - Added support for stacked multipliers `+#` and `#?` according to spec (#199) - Added parsing of a dimension in range definition notations, however, a validation for such ranges is not supported yet (#192) diff --git a/data/patch.json b/data/patch.json index cde8d3e4..477974d4 100644 --- a/data/patch.json +++ b/data/patch.json @@ -150,6 +150,13 @@ ], "syntax": "auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical" }, + "background-clip": { + "comment": "used from CSS Backgrounds and Borders 4 since it adds new values", + "references": [ + "https://github.com/csstree/csstree/issues/190" + ], + "syntax": "#" + }, "baseline-shift": { "comment": "added SVG property", "references": [ @@ -582,6 +589,10 @@ "attr-fallback": { "syntax": "" }, + "bg-clip": { + "comment": "missed, https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-clip", + "syntax": " | border | text" + }, "border-radius": { "comment": "missed, https://drafts.csswg.org/css-backgrounds-3/#the-border-radius", "syntax": "{1,2}"