From b50436a2d8cefeb8ae5629964ff89a78e651cded Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Wed, 12 Feb 2025 16:26:19 +0000 Subject: [PATCH] [cssom-view-1] Add missing value to check `container` against --- cssom-view-1/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cssom-view-1/Overview.bs b/cssom-view-1/Overview.bs index 0d7e60a9e4e..02e8a08a692 100644 --- a/cssom-view-1/Overview.bs +++ b/cssom-view-1/Overview.bs @@ -1299,7 +1299,7 @@ The scrollIntoView(arg 1. Set behavior to the {{ScrollOptions/behavior}} dictionary member of options. 1. Set block to the {{ScrollIntoViewOptions/block}} dictionary member of options. 1. Set inline to the {{ScrollIntoViewOptions/inline}} dictionary member of options. - 1. If the {{ScrollIntoViewOptions/container}} dictionary member of options, + 1. If the {{ScrollIntoViewOptions/container}} dictionary member of options is "nearest", set container to this element. 1. Otherwise, if arg is false, then set block to "end". 1. If the element does not have any associated [=CSS/box=],