Skip to content

Commit

Permalink
Update features/invoker-commands.yml
Browse files Browse the repository at this point in the history
Co-authored-by: James Stuckey Weber <jamesnw@gmail.com>
  • Loading branch information
SilentImp and jamesnw authored Dec 10, 2024
1 parent a9eae6a commit 524149e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/invoker-commands.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Invoker Commands
description: Adding commandfor and command attributes to elements would allow to assign interactions in a more accessible and declarative way, while reducing bugs and simplifying the amount of JavaScript pages are required to ship for interactivity.
description: The `command` HTML attribute declaratively creates an interaction on a `<button>` element without JavaScript. The interaction target is specified with the `commandFor` HTML attribute on the same `<button>` element.
spec: https://open-ui.org/components/invokers.explainer/
compat_features:
- api.CommandEvent
Expand Down

0 comments on commit 524149e

Please sign in to comment.