From 3cb91e731dbea9bbdad7a04507c952437df36aea Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Thu, 26 Sep 2024 21:37:16 -0700 Subject: [PATCH 1/5] Take Ink Enhancement feature out of draft --- features/{draft/spec => }/ink-enhancement.yml | 5 ++--- features/{draft/spec => }/ink-enhancement.yml.dist | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename features/{draft/spec => }/ink-enhancement.yml (55%) rename features/{draft/spec => }/ink-enhancement.yml.dist (100%) diff --git a/features/draft/spec/ink-enhancement.yml b/features/ink-enhancement.yml similarity index 55% rename from features/draft/spec/ink-enhancement.yml rename to features/ink-enhancement.yml index 51487e1bc68..631564ac094 100644 --- a/features/draft/spec/ink-enhancement.yml +++ b/features/ink-enhancement.yml @@ -1,6 +1,5 @@ -draft_date: 2024-09-09 -name: Ink API -description: TODO +name: Ink enhancement +description: The Ink API allows browsers to directly make use of available OS-level compositors when drawing pen strokes in an inking app feature, thereby reducing latency and increasing performance. spec: https://wicg.github.io/ink-enhancement/ compat_features: - api.Ink diff --git a/features/draft/spec/ink-enhancement.yml.dist b/features/ink-enhancement.yml.dist similarity index 100% rename from features/draft/spec/ink-enhancement.yml.dist rename to features/ink-enhancement.yml.dist From 8b2cd96cb6642e096d1d9b5c67e520097a1a7238 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 27 Sep 2024 09:34:03 -0700 Subject: [PATCH 2/5] Apply suggestions from code review Co-authored-by: Daniel D. Beck --- features/ink-enhancement.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/ink-enhancement.yml b/features/ink-enhancement.yml index 631564ac094..09a702d12a1 100644 --- a/features/ink-enhancement.yml +++ b/features/ink-enhancement.yml @@ -1,5 +1,5 @@ -name: Ink enhancement -description: The Ink API allows browsers to directly make use of available OS-level compositors when drawing pen strokes in an inking app feature, thereby reducing latency and increasing performance. +name: Ink +description: The `navigator.ink` API draws between pointer events, reducing the delay between moving a stylus or cursor and a pen stroke appearing on screen. spec: https://wicg.github.io/ink-enhancement/ compat_features: - api.Ink From 1e9c218d501a698e9eb4347d04ae15ba0e94c7a5 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 27 Sep 2024 09:34:52 -0700 Subject: [PATCH 3/5] Rename file --- features/{ink-enhancement.yml => ink.yml} | 0 features/{ink-enhancement.yml.dist => ink.yml.dist} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename features/{ink-enhancement.yml => ink.yml} (100%) rename features/{ink-enhancement.yml.dist => ink.yml.dist} (100%) diff --git a/features/ink-enhancement.yml b/features/ink.yml similarity index 100% rename from features/ink-enhancement.yml rename to features/ink.yml diff --git a/features/ink-enhancement.yml.dist b/features/ink.yml.dist similarity index 100% rename from features/ink-enhancement.yml.dist rename to features/ink.yml.dist From a123db77368fd17f854896424b6fffaf80ce6714 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Mon, 30 Sep 2024 14:50:59 -0700 Subject: [PATCH 4/5] Fix dist --- features/ink.yml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/ink.yml.dist b/features/ink.yml.dist index 14f63b0a814..d26b38e8ce6 100644 --- a/features/ink.yml.dist +++ b/features/ink.yml.dist @@ -1,4 +1,4 @@ -# Generated from: ink-enhancement.yml +# Generated from: ink.yml # Do not edit this file by hand. Edit the source file instead! status: From 91570ce58b4bac6170294e9c7019b14e4e84af7a Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Mon, 7 Oct 2024 14:02:52 +0200 Subject: [PATCH 5/5] Update features/ink.yml Co-authored-by: Patrick Brosset --- features/ink.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/ink.yml b/features/ink.yml index 09a702d12a1..5a9fc7b9af1 100644 --- a/features/ink.yml +++ b/features/ink.yml @@ -1,5 +1,5 @@ name: Ink -description: The `navigator.ink` API draws between pointer events, reducing the delay between moving a stylus or cursor and a pen stroke appearing on screen. +description: The `navigator.ink` API uses the system compositor to draw to a `` element ahead of pointer events, reducing the delay between moving a stylus or cursor and a pen stroke appearing on screen. spec: https://wicg.github.io/ink-enhancement/ compat_features: - api.Ink