-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Firefox Nightly supports CSS text-autospace
behind flag
#27726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
"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." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to duplicate flags/partial, as the subfeature support is always defined in relation to the parent feature.
This means, we would add flags/partial only if this value requires additional flags, or has limitations specifically to this value, which we would then document as notes.
"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." |
"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." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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." |
"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." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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." |
"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." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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." |
"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." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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." |
"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." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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." |
text-autospace
text-autospace
behind flag
Summary
text-autospace
Test results and supporting details
Related issues