Skip to content

Commit d7b2e0e

Browse files
committed
Add patch for ed/css/css-overflow-5.json
Wrap `*` with single quotes in `::scroll-button` definition
1 parent 3ddff16 commit d7b2e0e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From 9990b11a959870124ad064d9de7aacc05b89e615 Mon Sep 17 00:00:00 2001
2+
From: Francois Daoust <[email protected]>
3+
Date: Thu, 23 Jan 2025 14:22:33 +0100
4+
Subject: [PATCH] Wrap `*` with single quotes in `::scroll-button` definition
5+
6+
Pending https://github.com/w3c/csswg-drafts/pull/11557
7+
---
8+
ed/css/css-overflow-5.json | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/ed/css/css-overflow-5.json b/ed/css/css-overflow-5.json
12+
index 9709334cd..0bf94a517 100644
13+
--- a/ed/css/css-overflow-5.json
14+
+++ b/ed/css/css-overflow-5.json
15+
@@ -99,7 +99,7 @@
16+
},
17+
{
18+
"name": "::scroll-button()",
19+
- "value": "::scroll-button( * | <scroll-button-direction> )",
20+
+ "value": "::scroll-button( '*' | <scroll-button-direction> )",
21+
"href": "https://drafts.csswg.org/css-overflow-5/#selectordef-scroll-button---scroll-button-direction"
22+
},
23+
{
24+
--
25+
2.37.1.windows.1
26+

0 commit comments

Comments
 (0)