commit a94536ff297e1052d122f6d48244ecaaba746578
parent b6774e2fcc7fae79b9fde63cd2979b431969349e
Author: Stalgia Grigg <stalgia@bocoup.com>
Date: Wed, 3 Dec 2025 14:43:13 +0000
Bug 2003474 [wpt PR 56381] - Map "table" and "table-discouraged" web-feature, a=testonly
Automatic update from web-platform-tests
Map "table" and "table-discouraged" web-feature (#56381)
Feature: `table`
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/table.yml
Notable exclusions
1. CSS table layout tests - Primary focus: CSS table layout model, not HTML table element
- `css/CSS2/tables/*` - Tests CSS table display model, border collapsing, layout algorithms
- `css/css-tables/*` - CSS table-specific features
2. Tests using tables as infrastructure - Primary focus: Other features tested using table context
- `css/CSS2/floats/floats-in-table-caption-001.html` - Tests float behavior
- `css/CSS2/abspos/table-caption-is-containing-block-001.html` - Tests containing block behavior
Diffstat:
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/html/rendering/non-replaced-elements/tables/WEB_FEATURES.yml b/testing/web-platform/tests/html/rendering/non-replaced-elements/tables/WEB_FEATURES.yml
@@ -0,0 +1,11 @@
+features:
+- name: table-discouraged
+ files:
+ - table-attribute.html
+ - table-align-float.xhtml
+ - "table-width*"
+ - "table-border*"
+ - "table-bordercolor-*"
+ - "table-valign-baseline*"
+ - "table-cell-width*"
+ - "colgroup_valign*"
diff --git a/testing/web-platform/tests/html/semantics/tabular-data/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/tabular-data/WEB_FEATURES.yml
@@ -0,0 +1,3 @@
+features:
+- name: table
+ files: "**"