Skip to content

Commit 7048b64

Browse files
committed
Added issue regarding table-row-group from www-style
1 parent ee0ca81 commit 7048b64

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

css-tables-3/Overview.bs

+8
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ spec:css21; type:property; text:max-width
9898
<li>Optionally: a <a href="#table-caption">table caption</a>.
9999
</ul>
100100
</ul>
101+
101102
<style>
102103
ul.compact { margin-top: -1em !important; list-style-type: disc; }
103104
ul.compact li { margin-top: 0 !important; margin-bottom: 0 !important; list-style-type: disc; }
@@ -164,6 +165,13 @@ spec:css21; type:property; text:max-width
164165
<dt><dfn>table-caption</dfn> (In HTML: CAPTION)
165166
<dd>Specifies a caption for the table.
166167
</dl>
168+
169+
<div class="issue">
170+
Gérard Talbot brought up that HTML5 says that table-row-group can be 0 or more.
171+
We should verify and change accordingly.
172+
<br/>
173+
<a href="https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html">www-style mail</a>
174+
</div>
167175

168176
<h4 id="terminology">Terminology</h2>
169177

css-tables-3/issues-ed-20160202.html

+10-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,16 @@ <h1>CSS Table Module Level 3 Disposition of Comments for - Draft</h1>
4242
<span class="">Open: Under Review</span></pre>
4343
<pre class='open ' id='issue-2'>
4444
<span>Issue 2. <a href='#issue-2'>#</a></span>
45-
<span>Summary: Rowspanning cells and border-collapse: collapse</span>
46-
<span>From: Gerard Talbot</span>
47-
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html</a></span>
48-
<span class="">Open: Under Review</span></pre>
45+
<span>Summary: Rowspanning cells and border-collapse: collapse</span>
46+
<span>From: Gérard Talbot</span>
47+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html</a></span>
48+
<span class="">Open: Under Review</span></pre>
49+
<pre class='open ' id='issue-3'>
50+
<span>Issue 3. <a href='#issue-3'>#</a></span>
51+
<span>Summary: Table-row-group can be 0 or more rows</span>
52+
<span>From: Gérard Talbot</span>
53+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html</a></span>
54+
<span class="">Open: Under Review</span></pre>
4955
<script>
5056
(function () {
5157
var sheet = document.styleSheets[0];

css-tables-3/issues-ed-20160202.txt

+10-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2016Jan/0135.html
99
Open: Under Review
1010
----
1111
Issue 2.
12-
Summary: Rowspanning cells and border-collapse: collapse
13-
From: Gerard Talbot
14-
Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html
15-
Open: Under Review
12+
Summary: Rowspanning cells and border-collapse: collapse
13+
From: Gérard Talbot
14+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html
15+
Open: Under Review
16+
----
17+
Issue 3.
18+
Summary: Table-row-group can be 0 or more rows
19+
From: Gérard Talbot
20+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0098.html
21+
Open: Under Review

0 commit comments

Comments
 (0)