From 3cfacb89b80bb5ccc11997fc83c7ae0bc05779bc Mon Sep 17 00:00:00 2001 From: Munira Tursunova Date: Tue, 26 Aug 2025 12:02:14 +0200 Subject: [PATCH 1/2] [css-conditional-5] Evaluating unitless zero against values in style ranges --- css-conditional-5/Overview.bs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css-conditional-5/Overview.bs b/css-conditional-5/Overview.bs index 1e18523f3c8..26b38e07966 100644 --- a/css-conditional-5/Overview.bs +++ b/css-conditional-5/Overview.bs @@ -1372,6 +1372,9 @@ Style Container Features If this cannot be done, evaluate to false. 4. If each <> from the range have the same type, compute each and evaluate the comparison. + If one value is a unitless zero ''0'' and the other value has a <> type, + parse the unitless zero as a <> with a value of ''0'' + and then evaluate the comparison. 5. Otherwise evaluate to false. From f72fc43fb32dfe4fd51fe2c93b9782ddbf7936f3 Mon Sep 17 00:00:00 2001 From: Munira Tursunova Date: Tue, 26 Aug 2025 15:39:15 +0200 Subject: [PATCH 2/2] Applied review comments --- css-conditional-5/Overview.bs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css-conditional-5/Overview.bs b/css-conditional-5/Overview.bs index 26b38e07966..63f03e4635d 100644 --- a/css-conditional-5/Overview.bs +++ b/css-conditional-5/Overview.bs @@ -1371,10 +1371,8 @@ Style Container Features <>, <>, <>, <>, <