diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index 19658a2c44fd..c46f0b628c10 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -73,7 +73,7 @@ examples: * When clicking into a `webview`, the page focus will move from the embedder frame to `webview`. -* You can not add keyboard event listeners to `webview`. +* You can not add keyboard, mouse, and scroll event listeners to `webview`. * All reactions between the embedder frame and `webview` are asynchronous. ## CSS Styling Notes