Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft Invokers API docs #30829

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

keithamus
Copy link
Contributor

@keithamus keithamus commented Dec 6, 2023

Description

This PR drafts up the documentation for "Invokers" (OpenUI explainer). This is a new experimental API for enabling buttons to control interactive elements.

Motivation

As this feature is starting to land (flagged) in 3 major browsers, it seems right to start documenting the featureset.

Additional details

Related issues and pull requests

@keithamus keithamus requested review from a team as code owners December 6, 2023 11:02
@keithamus keithamus requested review from Elchi3 and chrisdavidmills and removed request for a team December 6, 2023 11:02
@github-actions github-actions bot added Content:HTML Hypertext Markup Language docs Content:WebAPI Web API docs labels Dec 6, 2023
@teoli2003 teoli2003 marked this pull request as draft December 6, 2023 11:04
@teoli2003
Copy link
Member

(Converted to draft so that nobody review this, yet)

Copy link
Contributor

github-actions bot commented Dec 6, 2023

Preview URLs (9 pages)
Flaws (9)

Note! 3 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/API/InvokeEvent
Title: InvokeEvent
Flaw count: 4

  • macros:
    • /en-US/docs/Web/API/InvokeEvent/InvokeEvent does not exist
    • /en-US/docs/Web/API/InvokeEvent/invoker does not exist
    • /en-US/docs/Web/API/InvokeEvent/action does not exist
  • bad_bcd_queries:
    • No BCD data for query: api.InvokeEvent

URL: /en-US/docs/Web/API/HTMLInputElement/invokeAction
Title: HTMLInputElement: invokeAction property
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: api.HTMLInputElement.invokeAction

URL: /en-US/docs/Web/API/HTMLInputElement/invokeTargetElement
Title: HTMLInputElement: invokeTargetElement property
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: api.HTMLInputElement.invokeTargetElement

URL: /en-US/docs/Web/API/HTMLElement/invoke_event
Title: HTMLElement: invoke event
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: api.HTMLElement.invoke_event

URL: /en-US/docs/Web/API/HTMLButtonElement/invokeAction
Title: HTMLButtonElement: invokeAction property
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: api.HTMLButtonElement.invokeAction

URL: /en-US/docs/Web/API/HTMLButtonElement/invokeTargetElement
Title: HTMLButtonElement: invokeTargetElement property
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: api.HTMLButtonElement.invokeTargetElement

(comment last updated: 2024-01-16 09:38:20)


- [`invoketarget`](/en-US/docs/Web/HTML/Element/button#invoketarget)
- : Turns a {{htmlelement("button")}} or {{htmlelement("input")}} element into a Invoker control button; takes the ID of the element to control as its value.
- [`invokeaction`](/en-US/docs/Web/HTML/Element/button#invokeaction)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't appear to actually link correctly

files/en-us/web/api/invokeevent/index.md Outdated Show resolved Hide resolved
files/en-us/web/api/invokeevent/index.md Outdated Show resolved Hide resolved
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

@bsmth bsmth added the waiting for implementations Waiting for feature to be implemented in browsers label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:HTML Hypertext Markup Language docs Content:WebAPI Web API docs merge conflicts 🚧 [PR only] waiting for implementations Waiting for feature to be implemented in browsers
4 participants