Skip to content
Merged
Changes from 3 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"
}
],
"impl_url": "https://bugzil.la/1980104",
Comment thread
dletorey marked this conversation as resolved.
Outdated
"partial_implementation": true,
"notes": "Support is currently only to parse the property and value and has no effect on the output"
Comment thread
dletorey marked this conversation as resolved.
Outdated
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand Down