File tree 3 files changed +28
-8
lines changed
3 files changed +28
-8
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ spec:css21; type:property; text:max-width
98
98
<li> Optionally: a <a href="#table-caption">table caption</a> .
99
99
</ul>
100
100
</ul>
101
+
101
102
<style>
102
103
ul.compact { margin-top: -1em !important; list-style-type: disc; }
103
104
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
164
165
<dt> <dfn>table-caption</dfn> (In HTML: CAPTION)
165
166
<dd> Specifies a caption for the table.
166
167
</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>
167
175
168
176
<h4 id="terminology">Terminology</h2>
169
177
Original file line number Diff line number Diff line change @@ -42,10 +42,16 @@ <h1>CSS Table Module Level 3 Disposition of Comments for - Draft</h1>
42
42
< span class =""> Open: Under Review</ span > </ pre >
43
43
< pre class ='open ' id ='issue-2 '>
44
44
< 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 >
49
55
< script >
50
56
( function ( ) {
51
57
var sheet = document . styleSheets [ 0 ] ;
Original file line number Diff line number Diff line change @@ -9,7 +9,13 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2016Jan/0135.html
9
9
Open: Under Review
10
10
----
11
11
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
You can’t perform that action at this time.
0 commit comments