Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/api/node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ _In addition to the properties below, `Node` inherits properties from its parent
a document, returns `null`.
- {{DOMxRef("Node.parentNode")}} {{ReadOnlyInline}}
- : Returns a `Node` that is the parent of this node. If there is no such
node, like if this node is the top of the tree or if doesn't participate in a tree,
node — for example, if this node is the top of the tree, or if it doesn't participate in a tree
this property returns `null`.
- {{DOMxRef("Node.parentElement")}} {{ReadOnlyInline}}
- : Returns an {{DOMxRef("Element")}} that is the parent of this node. If the node has
Expand Down
5 changes: 1 addition & 4 deletions files/en-us/web/api/window/captureevents/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ browser-compat: api.Window.captureEvents

{{APIRef}} {{Deprecated_Header}}

The **`Window.captureEvents()`** method does nothing.

> [!NOTE]
> This is an method long removed from the specification. It is kept in browsers to prevent code breakage but does nothing.
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.

## Syntax

Expand Down