diff --git a/files/en-us/web/api/ink/index.md b/files/en-us/web/api/ink/index.md index a882ef2386bd7d1..b5daccf45943c16 100644 --- a/files/en-us/web/api/ink/index.md +++ b/files/en-us/web/api/ink/index.md @@ -16,7 +16,7 @@ The **`Ink`** interface of the [Ink API](/en-US/docs/Web/API/Ink_API) provides a ## Instance methods - {{domxref("Ink.requestPresenter", "requestPresenter()")}} {{Experimental_Inline}} - - : Returns a {{jsxref("Promise")}} that fulfills with an {{domxref("DelegatedInkTrailPresenter")}} object to handle rendering strokes. + - : Returns a {{jsxref("Promise")}} that fulfills with a {{domxref("DelegatedInkTrailPresenter")}} object to handle rendering strokes. ## Example diff --git a/files/en-us/web/api/ink/requestpresenter/index.md b/files/en-us/web/api/ink/requestpresenter/index.md index 28dfff172a9f43b..2f094e00e3e4589 100644 --- a/files/en-us/web/api/ink/requestpresenter/index.md +++ b/files/en-us/web/api/ink/requestpresenter/index.md @@ -10,7 +10,7 @@ browser-compat: api.Ink.requestPresenter {{APIRef("Ink API")}}{{SeeCompatTable}} -The **`requestPresenter()`** method of the {{domxref("Ink")}} interface returns a {{jsxref("Promise")}} that fulfills with an {{domxref("DelegatedInkTrailPresenter")}} object to handle rendering strokes. +The **`requestPresenter()`** method of the {{domxref("Ink")}} interface returns a {{jsxref("Promise")}} that fulfills with a {{domxref("DelegatedInkTrailPresenter")}} object to handle rendering strokes. ## Syntax @@ -27,7 +27,7 @@ requestPresenter(param) ### Return value -A {{jsxref("Promise")}} that resolves to an {{domxref("DelegatedInkTrailPresenter")}} object instance. +A {{jsxref("Promise")}} that resolves to a {{domxref("DelegatedInkTrailPresenter")}} object instance. ### Exceptions diff --git a/files/en-us/web/api/ink_api/index.md b/files/en-us/web/api/ink_api/index.md index cad96e345ffcb67..79b38945a572503 100644 --- a/files/en-us/web/api/ink_api/index.md +++ b/files/en-us/web/api/ink_api/index.md @@ -22,7 +22,7 @@ The Ink API significantly reduces this latency by allowing browsers to bypass th > [!NOTE] > Compositors are part of the rendering machinery that draws the UI to the screen in a browser or operating system. See [Inside look at modern web browser (part 3)](https://developer.chrome.com/blog/inside-browser-part3/) for some interesting insights into how a compositor functions inside a web browser. -The entry point is the {{domxref("Navigator.ink")}} property, which returns an {{domxref("Ink")}} object for the current document. The {{domxref("Ink.requestPresenter","Ink.requestPresenter()")}} method returns a {{jsxref("Promise")}} that fulfills with an {{domxref("DelegatedInkTrailPresenter")}} object instance. This instructs the OS-level compositor to render ink strokes between pointer event dispatches in the next available frame in each case. +The entry point is the {{domxref("Navigator.ink")}} property, which returns an {{domxref("Ink")}} object for the current document. The {{domxref("Ink.requestPresenter","Ink.requestPresenter()")}} method returns a {{jsxref("Promise")}} that fulfills with a {{domxref("DelegatedInkTrailPresenter")}} object instance. This instructs the OS-level compositor to render ink strokes between pointer event dispatches in the next available frame in each case. ## Interfaces