Skip to content

Commit

Permalink
fix: Update font-palette animation type (#716)
Browse files Browse the repository at this point in the history
<!-- 🙌 Thanks for contributing! Adding details below will help us to
merge your PR faster. -->

<!-- Commits need to adhere to conventional commits and only `fix:` and
`feat:` commits are added to the release notes. -->
<!-- https://www.conventionalcommits.org/en/v1.0.0/#examples -->

### Description

The animation type of `font-palette` recently changed from discrete to
by computed value. This PR reflects this change in the data. See
https://drafts.csswg.org/css-fonts/#font-palette-prop

<!-- ✍️ Summarize your changes in one or two sentences -->

### Motivation

<!-- ❓ Why are you making these changes and how do they help? -->

### Additional details

<!-- 🔗 Link to documentation, bug trackers, source control, or other
places providing more context -->

### Related issues and pull requests

<!-- 🔨 If this fully resolves a GitHub issue, use "Fixes #123" -->
<!-- 👉 Highlight related pull requests using "Relates to #123" -->
<!-- ❗ If another pull request should be merged first, use "**Depends
on:** #123" -->
  • Loading branch information
chrisdavidmills authored Feb 27, 2024
1 parent 14ee480 commit cd8d5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4927,7 +4927,7 @@
"syntax": "normal | light | dark | <palette-identifier>",
"media": "visual",
"inherited": true,
"animationType": "discrete",
"animationType": "byComputedValueType",
"percentages": "no",
"groups": [
"CSS Fonts"
Expand Down

0 comments on commit cd8d5db

Please sign in to comment.