From 62281665eac1a84d584c71dbc580dd083c1d99be Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Sat, 27 Jul 2024 10:56:44 +0200 Subject: [PATCH 1/2] Use commandfor/command attributes in the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61c30fa..8e87c9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Invoker Buttons Polyfill -This polyfills the HTML `invoketarget`/`invokeaction` attributes, as proposed by the Open UI group. +This polyfills the HTML `commandfor`/`command` attributes, as proposed by the Open UI group. To see the explainer of these, please visit https://open-ui.org/components/invokers.explainer/. @@ -22,9 +22,9 @@ Alternatively, if you're not using a package manager, you can use the `unpkg` sc > ``` -With the module imported, you can add `invoketarget` and `invokeaction` attributes to your HTML: +With the module imported, you can add `commandfor` and `command` attributes to your HTML: ```html - + I'm a dialog! ``` From ac26d5bda786231957edb25fbddcd97948e76ff8 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Sat, 27 Jul 2024 10:42:55 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e87c9f..7a75db8 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ Alternatively, if you're not using a package manager, you can use the `unpkg` sc With the module imported, you can add `commandfor` and `command` attributes to your HTML: ```html - + I'm a dialog! ```