File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
2-ui/1-document/09-size-and-scroll Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ Let's start exploring the properties starting from the outside of the element.
5555
5656These 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
62621. CSS-positioned (`position` is `absolute`, `relative`, `fixed` or `sticky`),
63632. or `<td>`, `<th>`, `<table>`,
You can’t perform that action at this time.
0 commit comments