File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1262,13 +1262,6 @@ struct TableFormatingContext : FormatingContext {
12621262 if (input.knownSize .y )
12631263 logWarn (" Known vertical size for a table is not supported, it will be ignored" );
12641264
1265- // https://www.w3.org/TR/css-tables-3/#layout-principles
1266- // Unlike other block-level boxes, tables do not fill their containing block by default.
1267- // When their width computes to auto, they behave as if they had fit-content specified instead.
1268- // This is different from most block-level boxes, which behave as if they had stretch instead.
1269- if (input.knownSize .x and box.style ->sizing ->width .is <Keywords::Auto>())
1270- logWarn (" Known horizontal size for a table is not supported, it will be ignored" );
1271-
12721265 CacheParametersFromInput inputCacheParameters{input};
12731266 if (lastInput != inputCacheParameters) {
12741267 lastInput = inputCacheParameters;
You can’t perform that action at this time.
0 commit comments