Skip to content

Commit ccf0330

Browse files
author
Aleksandar Totic
authored
More precise wording for "Calculate depth for node"
As discussed in w3c#3840
1 parent 602a52a commit ccf0330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resize-observer-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ To <dfn>deliver resize loop error notification</dfn> run these steps:
472472

473473
To <dfn>calculate depth for node</dfn>, given a |node|, run these steps:
474474

475-
1. Let |p| be the parent-traversal path from |node| to a root Element of this element's DOM tree.
475+
1. Let |p| be the parent-traversal path from |node| to a root Element of this element's flattened DOM tree.
476476

477477
2. Return number of nodes in |p|.
478478

0 commit comments

Comments
 (0)