Skip to content

Commit ceab5d9

Browse files
committed
1 parent 448406a commit ceab5d9

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

css-grid/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ At Risk: application of grid placement to absolutely-positioned boxes
3434

3535
<pre class="link-defaults">
3636
spec:css-break-3; type:dfn; text:fragment
37-
spec: css-flexbox-1; type:dfn
37+
spec:css-flexbox-1; type:dfn
3838
text: specified size
3939
text: content size
4040
text: transferred size
@@ -984,12 +984,12 @@ Grid Items</h2>
984984
is wrapped in an anonymous <a>grid item</a>.
985985
However, an anonymous grid item that contains only
986986
<a href="https://www.w3.org/TR/css-text/#white-space-processing">white space</a>
987-
is not rendered, as if it were ''display:none''.
987+
is not rendered, as if it were ''display: none''.
988988

989989
<div class="example">
990990
<p>Examples of grid items:
991991
<pre class="lang-markup">
992-
&lt;div style="display:grid">
992+
&lt;div style="display: grid">
993993

994994
&lt;!-- grid item: block child -->
995995
&lt;div id="item1">block&lt;/div>
@@ -1751,8 +1751,8 @@ Resolved Values</h4>
17511751
}
17521752
&lt;/style>
17531753
&lt;div id="grid">
1754-
&lt;div style="grid-column-start:1; width:50px">&lt;/div>
1755-
&lt;div style="grid-column-start:9; width:50px">&lt;/div>
1754+
&lt;div style="grid-column-start: 1; width: 50px">&lt;/div>
1755+
&lt;div style="grid-column-start: 9; width: 50px">&lt;/div>
17561756
&lt;/div>
17571757
&lt;script>
17581758
var gridElement = document.getElementById("grid");

css-grid/issues-cr-2016.bsi

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Issue 1.
55
Summary: Max should override min in minmax()
66
From: Ollie Williams
77
Comment: https://lists.w3.org/Archives/Public/www-style/2016Oct/0076.html
8-
Response:
9-
Open
8+
Response: https://lists.w3.org/Archives/Public/www-style/2017Feb/0021.html
9+
Open: Rejected
10+
Resolved: =WG= Resolve.
1011
----
1112
Issue 2.
1213
Summary: Cross-reference fr unit from early references
@@ -19,14 +20,17 @@ Issue 3.
1920
Summary: Error in generated content for caption numbers
2021
From: Jens Oliver Meiert
2122
Comment: https://lists.w3.org/Archives/Public/www-style/2016Oct/0096.html
23+
Response: https://lists.w3.org/Archives/Public/www-style/2017Feb/0022.html
24+
Changes: [Fixes to Bikeshed]
2225
Closed: Accepted
2326
Resolved: Editorial
2427
----
2528
Issue 4.
2629
Summary: Code spacing is inconsistent
2730
From: Jens Oliver Meiert
2831
Comment: https://lists.w3.org/Archives/Public/www-style/2016Oct/0131.html
29-
Open
32+
Response: https://lists.w3.org/Archives/Public/www-style/2017Feb/0023.html
33+
Closed: Accepted
3034
Resolved: Editorial
3135
----
3236
Issue 5.

css-grid/issues-cr-2016.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2016-09-29 CR</h1>
3434
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
3535
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
3636
<code>Verified</code> indicates commentor's acceptance of the response.</p>
37-
<pre class='open ' id='issue-1'>
37+
<pre class='open r' id='issue-1'>
3838
<span>Issue 1. <a href='#issue-1'>#</a></span>
3939
<span>Summary: Max should override min in minmax()</span>
4040
<span>From: Ollie Williams</span>
4141
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Oct/0076.html'>https://lists.w3.org/Archives/Public/www-style/2016Oct/0076.html</a></span>
42-
<span>Response:</span>
43-
<span>Open</span></pre>
42+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0021.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0021.html</a></span>
43+
<span class="r">Open: Rejected</span>
44+
<span>Resolved: =WG= Resolve.</span></pre>
4445
<pre class='open ' id='issue-2'>
4546
<span>Issue 2. <a href='#issue-2'>#</a></span>
4647
<span>Summary: Cross-reference fr unit from early references</span>
@@ -53,14 +54,17 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2016-09-29 CR</h1>
5354
<span>Summary: Error in generated content for caption numbers</span>
5455
<span>From: Jens Oliver Meiert</span>
5556
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Oct/0096.html'>https://lists.w3.org/Archives/Public/www-style/2016Oct/0096.html</a></span>
57+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0022.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0022.html</a></span>
58+
<span>Changes: [Fixes to Bikeshed]</span>
5659
<span class="a">Closed: Accepted</span>
5760
<span>Resolved: Editorial</span></pre>
58-
<pre class='open ' id='issue-4'>
61+
<pre class=' a' id='issue-4'>
5962
<span>Issue 4. <a href='#issue-4'>#</a></span>
6063
<span>Summary: Code spacing is inconsistent</span>
6164
<span>From: Jens Oliver Meiert</span>
6265
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Oct/0131.html'>https://lists.w3.org/Archives/Public/www-style/2016Oct/0131.html</a></span>
63-
<span>Open</span>
66+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0023.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0023.html</a></span>
67+
<span class="a">Closed: Accepted</span>
6468
<span>Resolved: Editorial</span></pre>
6569
<pre class='open ' id='issue-5'>
6670
<span>Issue 5. <a href='#issue-5'>#</a></span>

0 commit comments

Comments
 (0)