Skip to content

Commit 349a76d

Browse files
committed
[css-align] Add issue for unsafe default alignment.
1 parent 6f23422 commit 349a76d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

css-align/Overview.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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>&lt;overflow-position></dfn> = unsafe | safe</pre>
405413

406414
<dl dfn-type="value" dfn-for="<overflow-position>">

0 commit comments

Comments
 (0)