From 56e2e7e8233c56d2856222044af8cccf5f56a752 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 16 May 2026 12:56:26 +0900 Subject: [PATCH 1/2] Add Chromium bug links for unsupported `text-autospace` values Agent-Logs-Url: https://github.com/tats-u/browser-compat-data/sessions/7dcc9121-6bf0-4698-a299-1b70555287be Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Tatsunori Uchino --- css/properties/text-autospace.json | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/css/properties/text-autospace.json b/css/properties/text-autospace.json index 2ede4c5f65cbf9..fd8f974877e3bc 100644 --- a/css/properties/text-autospace.json +++ b/css/properties/text-autospace.json @@ -11,7 +11,10 @@ "support": { "chrome": { "version_added": "140", - "notes": "The initial value is `no-autospace` instead of `normal` (see [csswg-drafts issue #12386](https://github.com/w3c/csswg-drafts/issues/12386))." + "notes": [ + "The initial value is `no-autospace` instead of `normal` (see [csswg-drafts issue #12386](https://github.com/w3c/csswg-drafts/issues/12386)).", + "Only supports the `normal` and `no-autospace` values (see [bug 429178779](https://crbug.com/429178779))." + ] }, "chrome_android": "mirror", "edge": "mirror", @@ -47,7 +50,8 @@ ], "support": { "chrome": { - "version_added": false + "version_added": false, + "impl_url": "https://crbug.com/429178779" }, "chrome_android": "mirror", "edge": "mirror", @@ -81,7 +85,8 @@ ], "support": { "chrome": { - "version_added": false + "version_added": false, + "impl_url": "https://crbug.com/429178779" }, "chrome_android": "mirror", "edge": "mirror", @@ -115,7 +120,8 @@ ], "support": { "chrome": { - "version_added": false + "version_added": false, + "impl_url": "https://crbug.com/429178779" }, "chrome_android": "mirror", "edge": "mirror", @@ -149,7 +155,8 @@ ], "support": { "chrome": { - "version_added": false + "version_added": false, + "impl_url": "https://crbug.com/429178779" }, "chrome_android": "mirror", "edge": "mirror", @@ -251,7 +258,8 @@ ], "support": { "chrome": { - "version_added": false + "version_added": false, + "impl_url": "https://crbug.com/429178779" }, "chrome_android": "mirror", "edge": "mirror", @@ -286,7 +294,8 @@ ], "support": { "chrome": { - "version_added": false + "version_added": false, + "impl_url": "https://crbug.com/429178779" }, "chrome_android": "mirror", "edge": "mirror", From 78bc5234c92a0c2c549e28c270986324822eb9e6 Mon Sep 17 00:00:00 2001 From: Tatsunori Uchino Date: Wed, 20 May 2026 08:35:56 +0900 Subject: [PATCH 2/2] revert overall note --- css/properties/text-autospace.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/css/properties/text-autospace.json b/css/properties/text-autospace.json index fd8f974877e3bc..05f1b5ee1dfaef 100644 --- a/css/properties/text-autospace.json +++ b/css/properties/text-autospace.json @@ -11,10 +11,7 @@ "support": { "chrome": { "version_added": "140", - "notes": [ - "The initial value is `no-autospace` instead of `normal` (see [csswg-drafts issue #12386](https://github.com/w3c/csswg-drafts/issues/12386)).", - "Only supports the `normal` and `no-autospace` values (see [bug 429178779](https://crbug.com/429178779))." - ] + "notes": "The initial value is `no-autospace` instead of `normal` (see [csswg-drafts issue #12386](https://github.com/w3c/csswg-drafts/issues/12386))." }, "chrome_android": "mirror", "edge": "mirror",