Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/text-wrap-balance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "text-wrap: balance"
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."
spec: https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-balance
group: css
group: text-wrap
4 changes: 3 additions & 1 deletion features/text-wrap-mode.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: text-wrap-mode
description: The `text-wrap-mode` CSS property sets whether lines may wrap with the values `wrap` and `nowrap`. It is a longhand property for both `white-space` and `text-wrap`.
spec: https://drafts.csswg.org/css-text-4/#text-wrap-mode
group: white-space
group:
- white-space
- text-wrap
compat_features:
- css.properties.text-wrap-mode
- css.properties.text-wrap-mode.nowrap
Expand Down
4 changes: 3 additions & 1 deletion features/text-wrap-nowrap.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: "text-wrap: nowrap"
description: "The `text-wrap: nowrap` CSS declaration prevents text breaking into multiple lines. Text that doesn't fit overflows instead."
spec: https://drafts.csswg.org/css-text-4/#valdef-text-wrap-mode-nowrap
group: css
group: text-wrap
compat_features:
- css.properties.text-wrap.nowrap
1 change: 0 additions & 1 deletion features/text-wrap-nowrap.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ status:
safari_ios: "17.4"
compat_features:
- css.properties.text-wrap.nowrap
- css.properties.text-wrap.wrap
2 changes: 1 addition & 1 deletion features/text-wrap-pretty.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "text-wrap: pretty"
description: "The `text-wrap: pretty` CSS declaration prioritizes better layout over speed when text is broken into multiple lines."
spec: https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-pretty
group: css
group: text-wrap
6 changes: 6 additions & 0 deletions features/text-wrap-stable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "text-wrap: stable"
description: "The `text-wrap: stable` CSS declaration wraps text using the default algorithm, but does not change wrapping on earlier lines while the text is being edited."
spec: https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-stable
group: text-wrap
compat_features:
- css.properties.text-wrap.stable
12 changes: 12 additions & 0 deletions features/text-wrap-stable.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated from: text-wrap-stable.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
firefox: "121"
firefox_android: "121"
safari: "17.5"
safari_ios: "17.5"
compat_features:
- css.properties.text-wrap.stable
9 changes: 9 additions & 0 deletions features/text-wrap-style.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: text-wrap-style
description: The `text-wrap-style` CSS property sets how lines break in text that overflows the container. It can also be set with the `text-wrap` shorthand.
spec: https://drafts.csswg.org/css-text-4/#text-wrap-style
group: text-wrap
compat_features:
- css.properties.text-wrap-style
- css.properties.text-wrap-style.auto
- css.properties.text-wrap-style.balance
- css.properties.text-wrap-style.stable
15 changes: 15 additions & 0 deletions features/text-wrap-style.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated from: text-wrap-style.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
firefox: "124"
firefox_android: "124"
safari: "17.5"
safari_ios: "17.5"
compat_features:
- css.properties.text-wrap-style
- css.properties.text-wrap-style.auto
- css.properties.text-wrap-style.balance
- css.properties.text-wrap-style.stable
7 changes: 7 additions & 0 deletions features/text-wrap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: text-wrap
description: The `text-wrap` CSS property sets how lines break in text that overflows the container. It is a shorthand for `text-wrap-style` and `text-wrap-mode`.
spec: https://drafts.csswg.org/css-text-4/#text-wrap-shorthand
group: text-wrap
compat_features:
- css.properties.text-wrap
- css.properties.text-wrap.wrap
39 changes: 39 additions & 0 deletions features/text-wrap.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Generated from: text-wrap.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline_low_date: 2024-03-19
support:
chrome: "114"
chrome_android: "114"
edge: "114"
firefox: "124"
firefox_android: "124"
safari: "17.4"
safari_ios: "17.4"
compat_features:
# baseline: low
# baseline_low_date: 2024-03-05
# support:
# chrome: "114"
# chrome_android: "114"
# edge: "114"
# firefox: "121"
# firefox_android: "121"
# safari: "17.4"
# safari_ios: "17.4"
- css.properties.text-wrap

# ⬇️ Same status as overall feature ⬇️
# baseline: low
# baseline_low_date: 2024-03-19
# support:
# chrome: "114"
# chrome_android: "114"
# edge: "114"
# firefox: "124"
# firefox_android: "124"
# safari: "17.4"
# safari_ios: "17.4"
- css.properties.text-wrap.wrap
3 changes: 3 additions & 0 deletions groups/text-wrap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: Text wrap
# Features relating to how lines break.
parent: css