From 24bb661914a84e5863b5ec541aecf52e620cb512 Mon Sep 17 00:00:00 2001 From: Lionel Wong Date: Sun, 5 Oct 2025 20:41:43 +0800 Subject: [PATCH] Improve description of Chrome's active tab in collapsed group behavior More concise and yet also more thorough --- .../add-ons/webextensions/api/tabgroups/tabgroup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/add-ons/webextensions/api/tabgroups/tabgroup/index.md b/files/en-us/mozilla/add-ons/webextensions/api/tabgroups/tabgroup/index.md index e83879c2cb5b35e..c1b6b9f263a7367 100644 --- a/files/en-us/mozilla/add-ons/webextensions/api/tabgroups/tabgroup/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/api/tabgroups/tabgroup/index.md @@ -15,7 +15,7 @@ Values of this type are strings. Possible values are: - `collapsed` - : `boolean`. Whether the tab group is collapsed or expanded in the tab strip. - In Firefox, a collapsed group can contain the active tab. The inactive tabs are collapsed. - - In Chrome, groups are collapsed completely. If the group contains the active tab when it's collapsed, the active tab is moved to the first tab to the right of the group. If there is no tab to the right of the group, it's moved to the tab immediately to the left of the group. + - In Chrome, groups are collapsed completely. If the group contains the active tab when it's collapsed, the tab to the immediate right or left of the group becomes active, or if there are none available, a new active tab is opened. - `color` - : {{WebExtAPIRef("tabGroups.Color")}}. The name of the user-selected color for the tab group's label and icons. - `id`