Skip to content

Commit bfbaf76

Browse files
committed
[css-grid] Break line, clarify that unsupported overflow means visible.
1 parent 29571cb commit bfbaf76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-grid/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Ignored Terms: containing block, <positive-integer>, <ident>, auto, grid-*-start
2727
Ignored Vars: A, B, C, size-contribution, track-sizes, extra-space
2828
Link Defaults: css21 (property) margin/min-height/max-height/min-width/max-width, css-align-3 (dfn) alignment container/alignment subject/box alignment properties, css-align-3 (value) stretch/baseline, css-position-3 (property) left, css-position-3 (property) position, css-writing-modes-3 (dfn) start/end
2929
At Risk: the ''display/subgrid'' value
30+
At Risk: 'overflow' applied to subgrids
3031
At Risk: the <<percentage>> value in 'grid-row-gap'/'grid-column-gap'
3132
At Risk: application of grid placement to absolutely-positioned boxes
3233
</pre>
@@ -2319,13 +2320,15 @@ Subgrids</h2>
23192320
as are any specified width/height constraints.
23202321

23212322
<li>
2322-
Layoutwise, the <a>subgrid</a>’s <a>explicit grid</a> is always aligned with the corresponding section of the parent <a>grid</a>;
2323+
Layoutwise, the <a>subgrid</a>’s <a>explicit grid</a>
2324+
is always aligned with the corresponding section of the parent <a>grid</a>;
23232325
the 'align-content'/'justify-content' properties on it are also ignored.
23242326

23252327
<li>
23262328
The UA <em>may</em> apply 'overflow' to <a>subgrids</a>
23272329
so the contents of the subgrid can be scrolled aside.
23282330
(Note: the act of scrolling does not affect layout.)
2331+
Overflow must otherwise be treated as ''visible''.
23292332

23302333
<li>
23312334
Since <a>subgrids</a> can be placed before their contents are placed,

0 commit comments

Comments
 (0)