Skip to content

Commit 47ac516

Browse files
authored
Add text-autospace feature (#2708)
1 parent 6fe2cc5 commit 47ac516

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

features/text-autospace.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: text-autospace
2+
description: The `text-autospace` CSS property sets whether and how to insert spaces in inter-script text (such as when mixing Latin and Chinese characters) and around punctuation.
3+
spec: https://drafts.csswg.org/css-text-4/#text-autospace-property
4+
compat_features:
5+
- css.properties.text-autospace
6+
- css.properties.text-autospace.auto
7+
- css.properties.text-autospace.ideograph-alpha
8+
- css.properties.text-autospace.ideograph-numeric
9+
- css.properties.text-autospace.no-autospace
10+
- css.properties.text-autospace.normal

features/text-autospace.yml.dist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated from: text-autospace.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- css.properties.text-autospace
9+
- css.properties.text-autospace.auto
10+
- css.properties.text-autospace.ideograph-alpha
11+
- css.properties.text-autospace.ideograph-numeric
12+
- css.properties.text-autospace.no-autospace
13+
- css.properties.text-autospace.normal

0 commit comments

Comments
 (0)