Skip to content

Commit 3e0261c

Browse files
neeko-catwbamberg
andauthored
Fix grammar in captureEvents() note (mdn#40696)
* Fix grammar in captureEvents() note * rewrite Window.captureEvents() --------- Co-authored-by: wbamberg <will@bootbonnet.ca>
1 parent e60bb24 commit 3e0261c

File tree

1 file changed

+1
-4
lines changed
  • files/en-us/web/api/window/captureevents

1 file changed

+1
-4
lines changed

files/en-us/web/api/window/captureevents/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ browser-compat: api.Window.captureEvents
1010

1111
{{APIRef}} {{Deprecated_Header}}
1212

13-
The **`Window.captureEvents()`** method does nothing.
14-
15-
> [!NOTE]
16-
> This is an method long removed from the specification. It is kept in browsers to prevent code breakage but does nothing.
13+
The **`Window.captureEvents()`** method does nothing. Its original behavior has been removed from the specification, but the method itself has been retained so as not to break code that calls it.
1714

1815
## Syntax
1916

0 commit comments

Comments
 (0)