We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7279e9c commit cb3aadcCopy full SHA for cb3aadc
1 file changed
2-ui/1-document/09-size-and-scroll/article.md
@@ -59,8 +59,8 @@ The `offsetParent` is the nearest ancestor that the browser uses for calculating
59
60
That's the nearest ancestor that is one of the following:
61
62
-1. CSS-positioned (`position` is `absolute`, `relative`, `fixed` or `sticky`), or
63
-2. `<td>`, `<th>`, or `<table>`, or
+1. CSS-positioned (`position` is `absolute`, `relative`, `fixed` or `sticky`), or
+2. `<td>`, `<th>`, or `<table>`, or
64
3. `<body>`.
65
66
Properties `offsetLeft/offsetTop` provide x/y coordinates relative to `offsetParent` upper-left corner.
0 commit comments