Skip to content

Commit 4add2ee

Browse files
committed
[css-grid] bikeshed fixes
1 parent 557e1ce commit 4add2ee

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-grid/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -661,17 +661,17 @@ <h3 class="heading settled heading" data-level=3.1 id=grid-containers><span clas
661661
<li>
662662
<a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-float title=float>float</a> and <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-clear title=clear>clear</a> have no effect on a <a data-link-type=dfn href=#grid-item title="grid item">grid item</a>.
663663
(However, the <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-float title=float>float</a> property still affects the computed value of <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> on children of a grid container,
664-
as this occurs <em class=css data-link-type=maybe title=<span>&gt;before</em> <a data-link-type=dfn href=#grid-item title="grid items">grid items</a> are determined.)
664+
as this occurs <em title="">before</em> <a data-link-type=dfn href=#grid-item title="grid items">grid items</a> are determined.)
665665

666666
<li>
667667
<a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align title=vertical-align>vertical-align</a> has no effect on a grid item.
668668

669669
<li>
670-
the ::first-line<span class=css data-link-type=maybe title=" and "> and </span>::first-letter<span class=css data-link-type=maybe title=" pseudo-elements do not apply to grid containers. "> pseudo-elements do not apply to <a data-link-type=maybe href=#grid-container title="grid containers">grid containers</a>.
671-
</span></ul>
670+
the <span class=css data-link-type=maybe title=::first-line>::first-line</span> and <span class=css data-link-type=maybe title=::first-letter>::first-letter</span> pseudo-elements do not apply to <a data-link-type=dfn href=#grid-container title="grid containers">grid containers</a>.
671+
</ul>
672672

673673
<p>
674-
If an element’s specified <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> is inline-grid''
674+
If an element’s specified <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> is <a class=css data-link-type=maybe href=#valuedef-inline-grid title=inline-grid>inline-grid</a>
675675
and the element is floated or absolutely positioned,
676676
the computed value of <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display</a> is <a class=css-code data-link-type=value href=#valuedef-grid title=grid>grid</a>.
677677
The table in <a href=http://www.w3.org/TR/CSS2/visuren.html#dis-pos-flo>CSS 2.1 Chapter 9.7</a> is thus amended

css-grid/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>CSS Grid Layout Module Level 1</h1>
1515
Former editor: <a href="mailto:pcupp@microsoft.com">Phil Cupp</a>, Microsoft Corporation
1616
!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>
1717
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.
18-
Ignored Terms: column-*, justify-*, containing block, grid-field, <positive-integer>, <ident>, auto, grid-*-start, grid-*-end
18+
Ignored Terms: containing block, grid-field, <positive-integer>, <ident>, auto, grid-*-start, grid-*-end
1919
Link Defaults: css21 (property) margin, css-align-3 (dfn) alignment container/alignment subject
2020
At Risk: the ''grid-template-rows/subgrid'' value of 'grid-template-columns' and 'grid-template-rows', and its component parts individually
2121
</pre>

0 commit comments

Comments
 (0)