Skip to content

Commit

Permalink
Add word-break: auto-phrase as of Chrome 119 (mdn#21607)
Browse files Browse the repository at this point in the history
* Add word-break: auto-phrase as of Chrome 119

* Update word-break.json

* Update css/properties/word-break.json

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>

* Update css/properties/word-break.json

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>

---------

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
  • Loading branch information
Psychpsyo and queengooborg authored Dec 14, 2023
1 parent d5c39ba commit e62c283
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions css/properties/word-break.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,40 @@
"deprecated": false
}
},
"auto-phrase": {
"__compat": {
"description": "<code>auto-phrase</code>",
"support": {
"chrome": {
"version_added": "119",
"notes": "This value is only applicable if <code>lang=\"ja\"</code> is specified. This value has no effect on other locales."
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"break-word": {
"__compat": {
"description": "<code>break-word</code>",
Expand Down

0 comments on commit e62c283

Please sign in to comment.