We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a1825c + 1afdc8f commit 1bccdbbCopy full SHA for 1bccdbb
1 file changed
2-ui/1-document/09-size-and-scroll/article.md
@@ -55,9 +55,9 @@ Let's start exploring the properties starting from the outside of the element.
55
56
These properties are rarely needed, but still they are the "most outer" geometry properties, so we'll start with them.
57
58
-The `offsetParent` is the nearest ancestor, that browser uses for calculating coordinates during rendering.
+The `offsetParent` is the nearest ancestor that the browser uses for calculating coordinates during rendering.
59
60
-That's the nearest ancestor, that satisfies following conditions:
+That's the nearest ancestor that satisfies one of the following conditions:
61
62
1. CSS-positioned (`position` is `absolute`, `relative`, `fixed` or `sticky`),
63
2. or `<td>`, `<th>`, `<table>`,
0 commit comments