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
The custom tables we're using throughout DJA for contacts feature a 'copy email' column on the right. That column 's <td>s do not have any associated <th>.
Expected Behavior
Every <td> should have an associated <th> either in the THEAD or as the first table cell in its row.
Soft sprinting for 57, just because it's a nice easy ticket that shouldn't take a ton of time. Adding analyst experience, though it's mostly an accessibility thing.
Current Behavior
The custom tables we're using throughout DJA for contacts feature a 'copy email' column on the right. That column 's
<td>
s do not have any associated<th>
.Expected Behavior
Every
<td>
should have an associated<th>
either in the THEAD or as the first table cell in its row.Per this slack discussion, we should have a visible
<th>
that says ‘Action’This should be applied to every instance of DJA table that features a 'copy email' button.
Steps to Reproduce
Environment
No response
Additional Context
No response
Issue Links
No response
Prioritization Comments
WCAG Conformance Level:
WCAG Standard that applies:
Critical Failure if Not Met?:
Prioritization:
Reason:
The text was updated successfully, but these errors were encountered: