Skip to content

Commit

Permalink
added text-wrap-mode & t-w-style (#720)
Browse files Browse the repository at this point in the history
### Description

Added `text-wrap-mode` and `text-wrap-style`

### Motivation

Working on the [Convert text-wrap CSS property to a
shorthand](mdn/content#32341) Issue

### Related issues and pull requests
- [Content PR](mdn/content#32728)
- [BCD PR](mdn/browser-compat-data#22621)
- Firefox Release note PR - coming soon
- [Interactive examples
PR](mdn/interactive-examples#2746)

---------

Co-authored-by: Vadim Makeev <[email protected]>
  • Loading branch information
dletorey and pepelsbey authored Mar 19, 2024
1 parent 0a7a193 commit 2e681ff
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -9513,6 +9513,38 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-wrap"
},
"text-wrap-mode": {
"syntax": "auto | wrap | nowrap",
"media": "visual",
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Text"
],
"initial": "wrap",
"appliesto": "textAndBlockContainers",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-wrap-mode"
},
"text-wrap-style": {
"syntax": "auto | balance | stable | pretty",
"media": "visual",
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Text"
],
"initial": "auto",
"appliesto": "textAndBlockContainers",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-wrap-style"
},
"timeline-scope": {
"syntax": "none | <dashed-ident>#",
"media": "interactive",
Expand Down

0 comments on commit 2e681ff

Please sign in to comment.