Skip to content

Commit

Permalink
Add patch for ed/css/css-overflow-5.json (#1447)
Browse files Browse the repository at this point in the history
Wrap `*` with single quotes in `::scroll-button` definition
  • Loading branch information
tidoust authored Jan 23, 2025
1 parent 3ddff16 commit eb8c8ab
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ed/csspatches/css-overflow-5.json.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From 9990b11a959870124ad064d9de7aacc05b89e615 Mon Sep 17 00:00:00 2001
From: Francois Daoust <[email protected]>
Date: Thu, 23 Jan 2025 14:22:33 +0100
Subject: [PATCH] Wrap `*` with single quotes in `::scroll-button` definition

Pending https://github.com/w3c/csswg-drafts/pull/11557
---
ed/css/css-overflow-5.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ed/css/css-overflow-5.json b/ed/css/css-overflow-5.json
index 9709334cd..0bf94a517 100644
--- a/ed/css/css-overflow-5.json
+++ b/ed/css/css-overflow-5.json
@@ -99,7 +99,7 @@
},
{
"name": "::scroll-button()",
- "value": "::scroll-button( * | <scroll-button-direction> )",
+ "value": "::scroll-button( '*' | <scroll-button-direction> )",
"href": "https://drafts.csswg.org/css-overflow-5/#selectordef-scroll-button---scroll-button-direction"
},
{
--
2.37.1.windows.1

0 comments on commit eb8c8ab

Please sign in to comment.