File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
< link rel ="
author "
title ="
Oriol Brufau "
href ="
[email protected] "
>
4
4
< link rel ="help " href ="https://drafts.csswg.org/css-tables-3/#in-fixed-mode ">
5
5
< link rel ="help " href ="https://github.com/w3c/csswg-drafts/issues/10937 ">
6
- < meta name ="assert " content ="Fixed table layout is triggered except when inline-size is auto. ">
6
+ < meta name ="assert " content ="Fixed table layout is triggered except when inline-size is auto or max-content . ">
7
7
< link rel ="stylesheet " href ="./support/base.css ">
8
8
9
9
< style >
@@ -103,7 +103,7 @@ <h1>Fixed Layout</h1>
103
103
104
104
for ( let size of sizes ) {
105
105
if ( CSS . supports ( "width" , size ) ) {
106
- let allowsFixed = size !== "auto" ;
106
+ let allowsFixed = size !== "auto" && size !== "max-content" ;
107
107
checkSize ( size , allowsFixed ) ;
108
108
109
109
// calc-size() should trigger fixed table layout.
You can’t perform that action at this time.
0 commit comments