Skip to content

Conversation

dletorey
Copy link
Contributor

@dletorey dletorey commented Sep 1, 2025

Summary

  • Added missing values for text-autospace
  • Added firefox support for values
  • Added MDN URL

Test results and supporting details

  • Tested in Firefox Nightly 144.0a1 (2025-08-25) parses but no effect

Related issues

@github-actions github-actions bot added data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:l [PR only] 101-1000 LoC changed labels Sep 1, 2025
Copy link
Contributor

github-actions bot commented Sep 1, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

Comment on lines +106 to +115
"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."
Copy link
Contributor

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.

Suggested change
"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 on lines +150 to +159
"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."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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 on lines +194 to +203
"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."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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 on lines +238 to +247
"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."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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 on lines +282 to +291
"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."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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 on lines +326 to +335
"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."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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."

@caugner caugner changed the title Updated values for text-autospace Firefox Nightly supports CSS text-autospace behind flag Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:l [PR only] 101-1000 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants