|
| 1 | +From f4329c4abe9420747094df127fce0cf67133ccc1 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Francois Daoust < [email protected]> |
| 3 | +Date: Fri, 6 Jun 2025 07:17:30 +0200 |
| 4 | +Subject: [PATCH] Prefix a couple of type definitions to avoid duplication |
| 5 | + |
| 6 | +Pending https://github.com/w3c/csswg-drafts/pull/12283 |
| 7 | +--- |
| 8 | + ed/css/pointer-animations.json | 6 +++--- |
| 9 | + 1 file changed, 3 insertions(+), 3 deletions(-) |
| 10 | + |
| 11 | +diff --git a/ed/css/pointer-animations.json b/ed/css/pointer-animations.json |
| 12 | +index 75c0942caa..1030dd6dbf 100644 |
| 13 | +--- a/ed/css/pointer-animations.json |
| 14 | ++++ b/ed/css/pointer-animations.json |
| 15 | +@@ -151,7 +151,7 @@ |
| 16 | + "prose": "The pointer() functional notation can be used as a <single-animation-timeline> value in animation-timeline and specifies a pointer progress timeline. Its syntax is", |
| 17 | + "href": "https://drafts.csswg.org/pointer-animations-1/#funcdef-pointer", |
| 18 | + "type": "function", |
| 19 | +- "value": "pointer( [ <source> || <axis> ]? )", |
| 20 | ++ "value": "pointer( [ <pointer-source> || <pointer-axis> ]? )", |
| 21 | + "values": [ |
| 22 | + { |
| 23 | + "name": "block", |
| 24 | +@@ -205,13 +205,13 @@ |
| 25 | + ] |
| 26 | + }, |
| 27 | + { |
| 28 | +- "name": "<axis>", |
| 29 | ++ "name": "<pointer-axis>", |
| 30 | + "href": "https://drafts.csswg.org/pointer-animations-1/#typedef-axis", |
| 31 | + "type": "type", |
| 32 | + "value": "block | inline | x | y" |
| 33 | + }, |
| 34 | + { |
| 35 | +- "name": "<source>", |
| 36 | ++ "name": "<pointer-source>", |
| 37 | + "href": "https://drafts.csswg.org/pointer-animations-1/#typedef-source", |
| 38 | + "type": "type", |
| 39 | + "value": "root | nearest | self" |
| 40 | +-- |
| 41 | +2.37.1.windows.1 |
| 42 | + |
0 commit comments