Skip to content

Commit 01e7536

Browse files
authored
Make CSS property value vs CSS declaration consistent (#969)
Both forms were previously used.
1 parent efc458d commit 01e7536

10 files changed

+10
-10
lines changed

feature-group-definitions/background-clip-text.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Note: This is a subfeature of background-clip and may eventually merge into that.
55
name: "background-clip: text"
6-
description: "The `background-clip: text` CSS property value draws the background underneath only the text in the element."
6+
description: "The `background-clip: text` CSS declaration draws the background underneath only the text in the element."
77
spec: https://drafts.csswg.org/css-backgrounds-4/#background-clip
88
status:
99
baseline: low
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Note: This is a subfeature of background-clip and may eventually merge into that.
22
name: "background-clip: text"
3-
description: "The `background-clip: text` CSS property value draws the background underneath only the text in the element."
3+
description: "The `background-clip: text` CSS declaration draws the background underneath only the text in the element."
44
spec: https://drafts.csswg.org/css-backgrounds-4/#background-clip

feature-group-definitions/text-wrap-balance.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
name: "text-wrap: balance"
5-
description: "The `text-wrap: balance` CSS property value balances the length of each line when text is broken into multiple lines. Also known as headline balancing."
5+
description: "The `text-wrap: balance` CSS declaration balances the length of each line when text is broken into multiple lines. Also known as headline balancing."
66
spec: https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-balance
77
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4673
88
status:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: "text-wrap: balance"
2-
description: "The `text-wrap: balance` CSS property value balances the length of each line when text is broken into multiple lines. Also known as headline balancing."
2+
description: "The `text-wrap: balance` CSS declaration balances the length of each line when text is broken into multiple lines. Also known as headline balancing."
33
spec: https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-balance
44
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4673

feature-group-definitions/text-wrap-nowrap.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
name: "text-wrap: nowrap"
5-
description: "The `text-wrap: nowrap` CSS property value prevents text breaking into multiple lines. Text that doesn't fit overflows instead."
5+
description: "The `text-wrap: nowrap` CSS declaration prevents text breaking into multiple lines. Text that doesn't fit overflows instead."
66
spec: https://drafts.csswg.org/css-text-4/#valdef-text-wrap-mode-nowrap
77
status:
88
baseline: low

feature-group-definitions/text-wrap-nowrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "text-wrap: nowrap"
2-
description: "The `text-wrap: nowrap` CSS property value prevents text breaking into multiple lines. Text that doesn't fit overflows instead."
2+
description: "The `text-wrap: nowrap` CSS declaration prevents text breaking into multiple lines. Text that doesn't fit overflows instead."
33
spec: https://drafts.csswg.org/css-text-4/#valdef-text-wrap-mode-nowrap
44
compat_features:
55
- css.properties.text-wrap.nowrap

feature-group-definitions/text-wrap-pretty.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
name: "text-wrap: pretty"
5-
description: "The `text-wrap: pretty` CSS property value prioritizes better layout over speed when text is broken into multiple lines."
5+
description: "The `text-wrap: pretty` CSS declaration prioritizes better layout over speed when text is broken into multiple lines."
66
spec: https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-pretty
77
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4674
88
status:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: "text-wrap: pretty"
2-
description: "The `text-wrap: pretty` CSS property value prioritizes better layout over speed when text is broken into multiple lines."
2+
description: "The `text-wrap: pretty` CSS declaration prioritizes better layout over speed when text is broken into multiple lines."
33
spec: https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-pretty
44
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4674

feature-group-definitions/transition-behavior.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
name: transition-behavior
5-
description: "The `transition-behavior: allow-discrete` CSS property value allows transitions for properties whose animation behavior is discrete. Such properties can't be interpolated and swap from their start value to the end value at 50%."
5+
description: "The `transition-behavior: allow-discrete` CSS declaration allows transitions for properties whose animation behavior is discrete. Such properties can't be interpolated and swap from their start value to the end value at 50%."
66
spec: https://drafts.csswg.org/css-transitions-2/#transition-behavior-property
77
usage_stats: https://chromestatus.com/metrics/css/timeline/popularity/766
88
status:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: transition-behavior
2-
description: "The `transition-behavior: allow-discrete` CSS property value allows transitions for properties whose animation behavior is discrete. Such properties can't be interpolated and swap from their start value to the end value at 50%."
2+
description: "The `transition-behavior: allow-discrete` CSS declaration allows transitions for properties whose animation behavior is discrete. Such properties can't be interpolated and swap from their start value to the end value at 50%."
33
spec: https://drafts.csswg.org/css-transitions-2/#transition-behavior-property
44
usage_stats: https://chromestatus.com/metrics/css/timeline/popularity/766

0 commit comments

Comments
 (0)