Skip to content

Commit

Permalink
[cssom-view-1] Add missing value to check container against
Browse files Browse the repository at this point in the history
  • Loading branch information
AtkinsSJ committed Feb 12, 2025
1 parent b185167 commit b50436a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cssom-view-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ The <dfn method for=Element caniuse=scrollintoview>scrollIntoView(<var>arg</var>
1. Set <var>behavior</var> to the {{ScrollOptions/behavior}} dictionary member of <var>options</var>.
1. Set <var>block</var> to the {{ScrollIntoViewOptions/block}} dictionary member of <var>options</var>.
1. Set <var>inline</var> to the {{ScrollIntoViewOptions/inline}} dictionary member of <var>options</var>.
1. If the {{ScrollIntoViewOptions/container}} dictionary member of <var>options</var>,
1. If the {{ScrollIntoViewOptions/container}} dictionary member of <var>options</var> is "nearest",
set <var>container</var> to this element.
1. Otherwise, if <var>arg</var> is false, then set <var>block</var> to "<code>end</code>".
1. If the element does not have any associated [=CSS/box=],
Expand Down

0 comments on commit b50436a

Please sign in to comment.