Skip to content

Commit 32dc7f9

Browse files
committed
[css-grid] Fix markup, update DoC
1 parent 0abae8c commit 32dc7f9

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Introduction</h2>
9898
the first being three items a third of the space each,
9999
and the second being five items, a fifth of the space each.
100100
There is therefore alignment along the row axis, but not along the column axis.">
101-
<caption>Exemplary Flex Layout Example</caption>
101+
<figcaption>Exemplary Flex Layout Example</figcaption>
102102
</figure>
103103

104104
<figure>
@@ -107,7 +107,7 @@ Introduction</h2>
107107
two rows of items,
108108
the first being four items&mdash;the last of which spans both rows,
109109
and the second being two items&mdash;the first of which spans the first two columns&mdash; plus the spanned item from the first row.">
110-
<caption>Exemplary Grid Layout Example</caption>
110+
<figcaption>Exemplary Grid Layout Example</figcaption>
111111
</figure>
112112

113113
In addition, due to its ability to explicitly position items in the grid,

css-grid/issues-wd-20160519.bsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ From: Mats Palmgren
102102
Comment: https://github.com/w3c/csswg-drafts/issues/209
103103
Changes: https://hg.csswg.org/drafts/rev/0f620563bcd9
104104
Closed: Accepted
105-
Resolved: TELCON 2016-07-13
105+
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Jul/0048.html
106106
----
107107
Issue 14.
108108
Summary: Application of block-axis baselines
@@ -114,6 +114,7 @@ Issue 15.
114114
Summary: Clarifications to Implied Minimum Size of Grid Items
115115
From: Manuel Rego Casasnovas
116116
Comment: https://github.com/w3c/csswg-drafts/issues/283
117+
Open
117118
----
118119
Issue 16. Allow grid-positioning of indirect children
119120
From: Goetz Heller

css-grid/issues-wd-20160519.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,19 @@ <h1>CSS Grid Layout Level 1 Disposition of Comments for 2016-05-19 WD</h1>
135135
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/209'>https://github.com/w3c/csswg-drafts/issues/209</a></span>
136136
<span>Changes: <a href='https://hg.csswg.org/drafts/rev/0f620563bcd9'>https://hg.csswg.org/drafts/rev/0f620563bcd9</a></span>
137137
<span class="a">Closed: Accepted</span>
138-
<span>Resolved: TELCON 2016-07-13</span></pre>
138+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Jul/0048.html'>https://lists.w3.org/Archives/Public/www-style/2016Jul/0048.html</a></span></pre>
139139
<pre class='open ' id='issue-14'>
140140
<span>Issue 14. <a href='#issue-14'>#</a></span>
141141
<span>Summary: Application of block-axis baselines</span>
142142
<span>From: Mats Palmgren</span>
143143
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/197'>https://github.com/w3c/csswg-drafts/issues/197</a></span>
144144
<span>Open</span></pre>
145-
<pre class=' ' id='issue-15'>
145+
<pre class='open ' id='issue-15'>
146146
<span>Issue 15. <a href='#issue-15'>#</a></span>
147147
<span>Summary: Clarifications to Implied Minimum Size of Grid Items</span>
148148
<span>From: Manuel Rego Casasnovas</span>
149-
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/283'>https://github.com/w3c/csswg-drafts/issues/283</a></span></pre>
149+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/283'>https://github.com/w3c/csswg-drafts/issues/283</a></span>
150+
<span>Open</span></pre>
150151
<pre class=' d' id='issue-16'>
151152
<span>Issue 16. <a href='#issue-16'>#</a> Allow grid-positioning of indirect children</span>
152153
<span>From: Goetz Heller</span>

0 commit comments

Comments
 (0)