File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -401,6 +401,14 @@ Overflow Alignment: the ''safe'' and ''unsafe'' keywords</h3>
401401 If the <a>overflow alignment</a> isn't explicitly specified,
402402 the default <a>overflow alignment</a> is ''unsafe'' .
403403
404+ Issue: This creates problems for people with small windows
405+ since overflow to the start direction is unreachable.
406+ We are considering having an omitted overflow alignment indicate a “smart” safe behavior,
407+ which would true-align the alignment subject
408+ unless it would overflow the nearest <em> scroll container</em> ,
409+ at which point it would cease to shift startward
410+ so that it continued to remain within the scrollable area.
411+
404412 <pre class='prod'><dfn><overflow-position></dfn> = unsafe | safe</pre>
405413
406414 <dl dfn-type="value" dfn-for="<overflow-position> ">
You can’t perform that action at this time.
0 commit comments