From 6e15423c556e575efbb63178a7e58704cb1cc2d8 Mon Sep 17 00:00:00 2001 From: zcorpan Date: Wed, 29 Nov 2023 09:27:36 +0100 Subject: [PATCH] Positive: Invokers Closes #902 --- activities.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/activities.json b/activities.json index 2d19dd0..4f6e668 100644 --- a/activities.json +++ b/activities.json @@ -835,6 +835,19 @@ "title": "Incrementally Better Cookies", "url": "https://tools.ietf.org/html/draft-west-cookie-incrementalism" }, + { + "ciuName": null, + "description": "Invokers allow authors to assign behaviour to buttons in a more accessible and declarative way.", + "id": "invokers", + "mdnUrl": null, + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1856430", + "mozPosition": "positive", + "mozPositionDetail": "This proposal reduces the need for JavaScript for pages to build interactive elements, and is more likely to result in good accessibility and device-independence.", + "mozPositionIssue": 902, + "org": "WHATWG", + "title": "Invokers", + "url": "https://github.com/whatwg/html/pull/9841" + }, { "ciuName": "jpegxl", "description": "The JPEG XL Image Coding System (ISO/IEC 18181) has a rich feature set and is particularly optimised for responsive web environments, so that content renders well on a wide range of devices. Moreover, it includes several features that help transition from the legacy JPEG format.",