Skip to content

Commit 6afd3d5

Browse files
committed
[css-grid] Kill issue about percentage sbeing like blocks - table magic is crazy.
1 parent b5c145b commit 6afd3d5

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

css-grid/Overview.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,10 +1422,6 @@ <h3 id=track-sizing><span class=secno>5.1. </span> Track Sizing: the ‘<a
14221422
max-content)</code>’.
14231423
</dl>
14241424

1425-
<p class=issue> Handling of percentages inside indefinite-sized grid
1426-
containers is more similar to blocks/etc, rather than tables. (In tables,
1427-
they imply a table size through black magic.) Is that all right?
1428-
14291425
<p> The <dfn id=grid-definition-none>none</dfn> value indicates that there
14301426
is no initial grid; any rows/columns will be implicitly generated, and
14311427
their size will be determined by the ‘<a href="#grid-auto-rows"><code

css-grid/Overview.src.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,12 +1022,6 @@ <h3 id='track-sizing'>
10221022
Computes to ''minmax(min-content, max-content)''.
10231023
</dl>
10241024

1025-
<p class="issue">
1026-
Handling of percentages inside indefinite-sized grid containers is more similar to blocks/etc,
1027-
rather than tables.
1028-
(In tables, they imply a table size through black magic.)
1029-
Is that all right?
1030-
10311025
<p>
10321026
The <dfn id='grid-definition-none'>none</dfn> value indicates that there is no initial grid;
10331027
any rows/columns will be implicitly generated,

0 commit comments

Comments
 (0)