You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1335,9 +1335,9 @@ a <a>scrolling box</a> <var>scrolling box</var>, in order of innermost to outerm
1335
1335
1. Let <var>scrolling box edge D</var> be the <a>ending edge</a> in the <a>inline base direction</a> of <var>scrolling box</var>, and let <var>element edge D</var> be <var>element bounding border box</var>'s edge on the same physical side as that of <var>scrolling box edge D</var>.
1336
1336
1. Let <var>element width</var> be the distance between <var>element edge C</var> and <var>element edge D</var>.
1337
1337
1. Let <var>scrolling box width</var> be the distance between <var>scrolling box edge C</var> and <var>scrolling box edge D</var>.
1338
-
1. If <var>scrollMode</var> is "<code>if-needed</code>", and <var>element</var> is entirely in view already, then return.
1338
+
1. If <var>scrollMode</var> is "<code>if-hidden</code>", and <var>element</var> is partially or entirely in view already, then return.
1339
1339
1340
-
ISSUE: Define "entirely in view".
1340
+
ISSUE: Define "partially or entirely in view".
1341
1341
1342
1342
1. If <var>block</var> is undefined, set <var>block</var> to a UA-defined value.
1343
1343
1. If <var>inline</var> is undefined, set <var>inline</var> to a UA-defined value.
0 commit comments