Skip to content
Closed
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
12 changes: 11 additions & 1 deletion css/properties/text-autospace.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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"
}
],
"partial_implementation": true,
"notes": "Support is currently only to parse the property and value and has no effect on the output",
"impl_url": "https://bugzil.la/1980104"
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand Down
Loading