Skip to content
179 changes: 176 additions & 3 deletions css/properties/text-autospace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"properties": {
"text-autospace": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-autospace",
"spec_url": "https://drafts.csswg.org/css-text-4/#propdef-text-autospace",
"tags": [
"web-features:text-autospace"
Expand Down Expand Up @@ -57,7 +58,17 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "layout.css.text-autospace.enabled",
"value_to_set": "true"
}
],
"impl_url": "https://bugzil.la/1869577",
"partial_implementation": true,
"notes": "The property parses, but has no effect."
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand Down Expand Up @@ -91,7 +102,17 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "layout.css.text-autospace.enabled",
"value_to_set": "true"
}
],
"impl_url": "https://bugzil.la/1869577",
"partial_implementation": true,
"notes": "The property parses, but has no effect."
Comment thread
dletorey marked this conversation as resolved.
Outdated
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand Down Expand Up @@ -125,8 +146,62 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "layout.css.text-autospace.enabled",
"value_to_set": "true"
}
],
"impl_url": "https://bugzil.la/1869577",
"partial_implementation": true,
"notes": "The property parses, but has no effect."
Comment thread
dletorey marked this conversation as resolved.
Outdated
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "18.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"insert": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-text-4/#valdef-text-autospace-insert",
"tags": [
"web-features:text-autospace"
],
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "layout.css.text-autospace.enabled",
"value_to_set": "true"
}
],
"impl_url": "https://bugzil.la/1869577",
"partial_implementation": true,
"notes": "The property parses, but has no effect."
Comment thread
dletorey marked this conversation as resolved.
Outdated
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
Expand Down Expand Up @@ -159,7 +234,17 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "layout.css.text-autospace.enabled",
"value_to_set": "true"
}
],
"impl_url": "https://bugzil.la/1869577",
"partial_implementation": true,
"notes": "The property parses, but has no effect."
Comment thread
dletorey marked this conversation as resolved.
Outdated
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand All @@ -186,6 +271,94 @@
"tags": [
"web-features:text-autospace"
],
"support": {
"chrome": {
"version_added": "140"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "layout.css.text-autospace.enabled",
"value_to_set": "true"
}
],
"impl_url": "https://bugzil.la/1869577",
"partial_implementation": true,
"notes": "The property parses, but has no effect."
Comment thread
dletorey marked this conversation as resolved.
Outdated
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "18.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"punctuation": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-text-4/#valdef-text-autospace-punctuation",
"tags": [
"web-features:text-autospace"
],
"support": {
"chrome": {
"version_added": "140"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "layout.css.text-autospace.enabled",
"value_to_set": "true"
}
],
"impl_url": "https://bugzil.la/1869577",
"partial_implementation": true,
"notes": "The property parses, but has no effect."
Comment thread
dletorey marked this conversation as resolved.
Outdated
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "18.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"replace": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-text-4/#valdef-text-autospace-replace",
"tags": [
"web-features:text-autospace"
],
"support": {
"chrome": {
"version_added": "140"
Expand Down