Skip to content

Commit 40615c0

Browse files
committed
Close issue per WG resolution at Paris f2f.
1 parent 6b89aa2 commit 40615c0

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

css-grid/Overview.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,9 +2240,6 @@ <h3 class="heading settled heading" data-level=8.3 id=placement-shorthands><span
22402240
which goes CCW for LTR pages,
22412241
the opposite direction of the related 4-edge properties using physical directions, like <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/box.html#propdef-margin title=margin>margin</a>.
22422242

2243-
<p class=issue id=issue-79f78d52><a class=self-link href=#issue-79f78d52></a>
2244-
Should <a class=property data-link-type=propdesc href=#propdef-grid-area title=grid-area>grid-area</a> be <a class=property data-link-type=propdesc title=grid-field>grid-field</a>?
2245-
22462243

22472244
<h3 class="heading settled heading" data-level=8.4 id=abspos-items><span class=secno>8.4 </span><span class=content>
22482245
Absolutely-positioned Grid Items</span><a class=self-link href=#abspos-items></a></h3>
@@ -3315,10 +3312,6 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
33153312
instead of always using 1,1 by default.
33163313

33173314
<a href=#issue-4e6cc4f1></a></div><div class=issue>
3318-
Should <a class=property data-link-type=propdesc href=#propdef-grid-area title=grid-area>grid-area</a> be <a class=property data-link-type=propdesc title=grid-field>grid-field</a>?
3319-
3320-
3321-
<a href=#issue-79f78d52></a></div><div class=issue>
33223315
Provide a picture as example.
33233316

33243317
<a href=#issue-ca7aec73></a></div><div class=issue>

css-grid/Overview.src.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>CSS Grid Layout Module Level 1</h1>
1616
Former editor: <a href="mailto:pcupp@microsoft.com">Phil Cupp</a>, Microsoft Corporation
1717
!Issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&amp;component=Grid+Layout&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">In Bugzilla</a>
1818
Abstract: This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a flexible or fixed predefined layout grid.
19-
Ignored Terms: containing block, grid-field, <positive-integer>, <ident>, auto, grid-*-start, grid-*-end
19+
Ignored Terms: containing block, <positive-integer>, <ident>, auto, grid-*-start, grid-*-end
2020
Link Defaults: css21 (property) margin, css-align-3 (dfn) alignment container/alignment subject
2121
At Risk: the ''grid-template-rows/subgrid'' value of 'grid-template-columns' and 'grid-template-rows', and its component parts individually
2222
</pre>
@@ -2291,9 +2291,6 @@ <h3 id='placement-shorthands'>
22912291
which goes CCW for LTR pages,
22922292
the opposite direction of the related 4-edge properties using physical directions, like 'margin'.
22932293

2294-
<p class='issue'>
2295-
Should 'grid-area' be 'grid-field'?
2296-
22972294

22982295
<h3 id="abspos-items">
22992296
Absolutely-positioned Grid Items</h3>

0 commit comments

Comments
 (0)