From 78624f51c9483f58e36a12864aa25d25845b1bc4 Mon Sep 17 00:00:00 2001 From: Khushal Sagar <63884798+khushalsagar@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:35:35 -0400 Subject: [PATCH] Fix for fragmented boxes in new DOM. (#11075) --- css-view-transitions-1/Overview.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css-view-transitions-1/Overview.bs b/css-view-transitions-1/Overview.bs index 4cb745954158..77486c7f750b 100644 --- a/css-view-transitions-1/Overview.bs +++ b/css-view-transitions-1/Overview.bs @@ -1430,6 +1430,8 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface; or |element| is [=element-not-rendered|not rendered=], then [=continue=]. + 1. If |element| has more than one [=box fragment=], then [=continue=]. + 1. If |usedTransitionNames| [=list/contains=] |transitionName|, then return failure.