From 94cc244eab28e73fe56b879299d2a5a2546c8e6c Mon Sep 17 00:00:00 2001 From: sideshowbarker Date: Tue, 3 Feb 2026 15:28:26 +0900 Subject: [PATCH] [compositing] Point current-work symlink to compositing-2 Without this exception, the default algorithm picks compositing-1 ("Refining") over compositing-2 ("Exploring"). This matches the original fxtf-drafts infrastructure, which had compositing-2 as the current work. --- bin/build-index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/build-index.py b/bin/build-index.py index be3a52ca200b..e7e76003686a 100644 --- a/bin/build-index.py +++ b/bin/build-index.py @@ -123,6 +123,7 @@ def create_symlink(shortname, spec_folder): CURRENT_WORK_EXCEPTIONS = { + "compositing": 2, "css-conditional": 5, "css-easing": 2, "css-grid": 2,