mdn / data

This repository contains general data for Web technologies
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
724 stars 189 forks source link

Add text-spacing-trim property #743

Closed chrisdavidmills closed 2 months ago

chrisdavidmills commented 2 months ago

Description

Chrome supports the text-spacing-trim property as of version 123 (see the ChromeStatus entry).

This PR adds data for the property.

Motivation

Additional details

Related issues and pull requests

BEGIN_COMMIT_OVERRIDE feat(css): add text-spacing-trim property END_COMMIT_OVERRIDE

chrisdavidmills commented 2 months ago

Thank you. LGTM. Is there a linked content PR for the incoming page?

Not yet, but there will be shortly.

caugner commented 2 months ago

@chrisdavidmills @bsmth To trigger the release-please PR, make sure to always use conventional commit format for the PR title, i.e. have it start with feat(css): / fix(css): / chore(css):

PS: I have added a COMMIT_OVERRIDE section in the PR description to mitigate this.

bsmth commented 2 months ago

PS: I have added a COMMIT_OVERRIDE section in the PR description to mitigate this.

Thank you, I completely forgot about this, and TIL about COMMIT_OVERRIDE.

You can enforce this via rulesets, apparently.