You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove invalid namefrom contents expectations for td (#45870)
Closesweb-platform-tests/interop-accessibility#119
Previous label tests assumed ARIA namefrom:contents was available on cell roles... There is an open ARIA Issue #2160 that might clarify this, but for Interop 2024, these few test expectations did not match the current HTML-AAM spec, so we're removing them.
Copy file name to clipboardExpand all lines: css/css-display/accessibility/display-contents-role-and-label.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ <h2>Accessibility roles</h2>
75
75
</thead>
76
76
<tbody>
77
77
<trstyle="display: contents;">
78
-
<tddata-expectedrole="cell" data-expectedlabel="x" data-testname="td as child of tr with display: contents, within table with display: flex, has cell role" class="ex-role-and-label">x</td>
78
+
<tddata-expectedrole="cell" data-testname="td as child of tr with display: contents, within table with display: flex, has cell role" class="ex-role">x</td>
79
79
<td>x</td>
80
80
</tr>
81
81
</tbody>
@@ -90,7 +90,7 @@ <h2>Accessibility roles</h2>
90
90
</thead>
91
91
<tbody>
92
92
<trstyle="display: contents;">
93
-
<tddata-expectedrole="cell" data-expectedlabel="x" data-testname="td as child of tr with display: contents, within table with role=table with display: flex, has cell role" class="ex-role-and-label">x</td>
93
+
<tddata-expectedrole="cell" data-testname="td as child of tr with display: contents, within table with role=table with display: flex, has cell role" class="ex-role">x</td>
94
94
<td>x</td>
95
95
</tr>
96
96
</tbody>
@@ -105,7 +105,7 @@ <h2>Accessibility roles</h2>
105
105
</thead>
106
106
<tbody>
107
107
<trstyle="display: contents;">
108
-
<tddata-expectedrole="gridcell" data-expectedlabel="x" data-testname="td (no explicit role) as child of tr with display: contents, within table with role=grid with display: flex, has gridcell role" class="ex-role-and-label">x</td>
108
+
<tddata-expectedrole="gridcell" data-testname="td (no explicit role) as child of tr with display: contents, within table with role=grid with display: flex, has gridcell role" class="ex-role">x</td>
<tdstyle="display: contents;" data-expectedrole="cell" data-expectedlabel="x" data-testname="td within tr in table with role table, all with display: contents, has cell role" class="ex-role-and-label">x</td>
215
+
<tdstyle="display: contents;" data-expectedrole="cell" data-testname="td within tr in table with role table, all with display: contents, has cell role" class="ex-role">x</td>
<tdstyle="display: contents;" data-expectedrole="gridcell" data-expectedlabel="x" data-testname="td within table with role grid, both with display: contents, has gridcell role" class="ex-role-and-label">x</td>
245
+
<tdstyle="display: contents;" data-expectedrole="gridcell" data-testname="td within table with role grid, both with display: contents, has gridcell role" class="ex-role">x</td>
0 commit comments