Skip to content

Commit 3ebc8f4

Browse files
committed
Fix #1025 (colgroup's widths only apply on its columns if their width is auto)
1 parent ec5ab08 commit 3ebc8f4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

css-tables-3/Overview.bs

+5-2
Original file line numberDiff line numberDiff line change
@@ -1252,8 +1252,11 @@ spec:css22; type:property; text:display
12521252
<dt><dfn>intermediate min-content width for span 1</dfn></dt>
12531253
<dd>The largest of:
12541254
<ul>
1255-
<li>the outer min-content width of the column group, if any
1256-
<li>the outer min-content width of the column, if any
1255+
<li>the width specified for the column:<ul>
1256+
<li>the outer min-content width of the column, if any (and not auto)
1257+
<li>the outer min-content width of the column group, if any
1258+
<li>or 0, if there is none
1259+
</ul>
12571260
<li>the outer min-content width of each cell in the column whose column-span is 1
12581261
(or just the one in the first row <a>in fixed mode</a>)
12591262
or 0 if there is none

css-tables-3/debug.log

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[0224/101633:ERROR:tcp_listen_socket.cc(76)] Could not bind socket to 127.0.0.1:6004
2+
[0224/101633:ERROR:node_debugger.cc(86)] Cannot start debugger server

0 commit comments

Comments
 (0)