Skip to content

Commit 1bccdbb

Browse files
authored
Merge pull request #1596 from javascript-tutorial/paroche-patch-6
Update article.md
2 parents 5a1825c + 1afdc8f commit 1bccdbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2-ui/1-document/09-size-and-scroll/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Let's start exploring the properties starting from the outside of the element.
5555
5656
These properties are rarely needed, but still they are the "most outer" geometry properties, so we'll start with them.
5757
58-
The `offsetParent` is the nearest ancestor, that browser uses for calculating coordinates during rendering.
58+
The `offsetParent` is the nearest ancestor that the browser uses for calculating coordinates during rendering.
5959
60-
That's the nearest ancestor, that satisfies following conditions:
60+
That's the nearest ancestor that satisfies one of the following conditions:
6161
6262
1. CSS-positioned (`position` is `absolute`, `relative`, `fixed` or `sticky`),
6363
2. or `<td>`, `<th>`, `<table>`,

0 commit comments

Comments
 (0)