Skip to content

Commit 890e084

Browse files
committed
table
1 parent d7f06a4 commit 890e084

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/vaev-engine/layout/table.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)