Skip to content

Commit 68b6b23

Browse files
committed
[css-grid] Specify grid item blockification, and dfn 'grid-level'. Update issues list.
1 parent c47a5aa commit 68b6b23

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

css-grid/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,13 @@ Grid Items</h2>
669669
&lt;/div></pre>
670670
</div>
671671

672+
The 'display' value of a <a>grid item</a> is <a>blockified</a>:
673+
if the specified 'display' of an in-flow child of an element generating a <a>grid container</a>
674+
is an inline-level value, it computes to its block-level equivalent.
675+
(See <a href="http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo">CSS2.1&sect;9.7</a> [[!CSS21]]
676+
and <a href="http://www.w3.org/TR/css-display/#transformations">CSS Display</a> [[!CSS3-DISPLAY]]
677+
for details on this type of 'display' value conversion.)
678+
672679
Some values of 'display' trigger the generation of anonymous boxes.
673680
For example, a misparented ''display/table-cell'' child is fixed up
674681
by <a href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes">generating anonymous <css>table</css> and <css>table-row</css> elements</a> around it. [[!CSS21]]
@@ -685,7 +692,7 @@ Grid Items</h2>
685692
The computed 'display' of a <a>grid item</a>
686693
is determined by applying the table in
687694
<a href="http://www.w3.org/TR/CSS2/visuren.html#dis-pos-flo">CSS 2.1 Chapter 9.7</a>.
688-
However, grid items are grid-level boxes, not block-level boxes:
695+
However, grid items are <dfn>grid-level</dfn> boxes, not block-level boxes:
689696
they participate in their container's <a>grid formatting context</a>,
690697
not in a block formatting context.
691698

css-grid/issues-wd-20150108.txt

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,24 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0293.html
9292
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0313.html
9393
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0113.html
9494
Open
95-
Note: pending WG resolution
95+
Note: pending further discussion
9696
----
9797
Issue 13.
9898
Summary: Editorial nits
9999
From: Daniel Holbert
100100
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0505.html
101+
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0114.html
101102
Comment: https://lists.w3.org/Archives/Public/www-style/2015Mar/0180.html
102-
Open
103+
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0115.html
104+
Closed: Accepted
105+
Resolved: editorial
103106
----
104107
Issue 14.
105108
Summary: Intrinsic sizing of grid containers
106109
From: Manuel Rego Casasnovas
107110
Comment: https://lists.w3.org/Archives/Public/www-style/2015Mar/0197.html
108-
Open
111+
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0116.html
112+
Closed: Invalid
109113
----
110114
Issue 15.
111115
Summary: % margins should match block layout
@@ -130,13 +134,17 @@ Issue 18.
130134
Summary: Missing blockification rules
131135
From: Mats Palmgren
132136
Comment: https://lists.w3.org/Archives/Public/www-style/2015Mar/0510.html
133-
Open
137+
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0118.html
138+
Closed: Accepted
139+
Resolved: bugfix
134140
----
135141
Issue 19.
136142
Summary: Define grid-level box
137143
From: Mats Palmgren
138144
Comment: https://lists.w3.org/Archives/Public/www-style/2015Mar/0510.html
139-
Open
145+
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0118.html
146+
Closed: Accepted
147+
Resolved: bugfix
140148
----
141149
Issue 20.
142150
Summary: ?

0 commit comments

Comments
 (0)