From cb3aadc5989718889983cd19701bad62bfc6bf66 Mon Sep 17 00:00:00 2001 From: Peter Roche <46547072+paroche@users.noreply.github.com> Date: Thu, 7 Nov 2019 21:23:54 -0700 Subject: [PATCH] Update article.md `offsetParent` criteria list -- minor formatting change to previous change (added spaces). --- 2-ui/1-document/09-size-and-scroll/article.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-ui/1-document/09-size-and-scroll/article.md b/2-ui/1-document/09-size-and-scroll/article.md index 12c22ca8..04fef202 100644 --- a/2-ui/1-document/09-size-and-scroll/article.md +++ b/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 That's the nearest ancestor that is one of the following: -1. CSS-positioned (`position` is `absolute`, `relative`, `fixed` or `sticky`), or -2. `
`, ` | `, or ` |
---|