Skip to content

Commit ca5202e

Browse files
authored
Merge pull request w3c#3945 from w3c/atotic-patch-1
[resize-observer] More precise wording for "Calculate depth for node"
2 parents 288a912 + ccf0330 commit ca5202e

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
@@ -510,7 +510,7 @@ To <dfn>deliver resize loop error notification</dfn> run these steps:
510510

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

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

515515
2. Return number of nodes in |p|.
516516

0 commit comments

Comments
 (0)