Copy link to clipboard
Copied
Tags may have attributes set for them by Attribute Classes instead of directly set per object.
The Accessibility Checker ignores RowSpan/ColSpan attributes set in Attribute Classes for data cells of a table (<TD> elements).
In particular, tables will fail "regularity" even though correct RowSpan/ColSpan can be verified as existing in the Attribute Class of the data cell.
For example, the attached table fails even though the cell with c has ColSpan correctly set to 2 in an Attribute Class. When the Attributes from the Attribute Class are duplicated to the Attribute Object (even though this should be unnecessary), then it passes.
Copy link to clipboard
Copied
Hi @,
Hope you are doing well. Sorry for the trouble, and the delayed response.
In case you are still looking for a solution, here are my suggestions on it:
Direct Attribute Assignment:
RowSpan
and ColSpan
attributes directly to each <TD>
element instead of using Attribute Classes. This ensures that the Accessibility Checker recognizes and processes these attributes correctly.Manual Verification:
Hope this helps.
Regards,
Souvik.