![github-actions[bot]](/assets/img/avatar_default.png)
* Add javascript to rule S5260 * JS-6 Add rspec for S5260 --------- Co-authored-by: zglicz <zglicz@users.noreply.github.com> Co-authored-by: Michal Zgliczynski <michal.zgliczynski@sonarsource.com>
26 lines
624 B
Plaintext
26 lines
624 B
Plaintext
|
||
== Resources
|
||
|
||
* https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0#qr-content-structure-separation-programmatic[WCAG2, 1.3.1] - Info and Relationships
|
||
* https://www.w3.org/TR/WCAG20-TECHS/html.html#H43[WCAG2, H43] - Using id and headers attributes to associate data cells with header cells in data tables
|
||
|
||
ifdef::env-github,rspecator-view[]
|
||
|
||
'''
|
||
== Implementation Specification
|
||
(visible only on this page)
|
||
|
||
=== Message
|
||
|
||
id X in "headers" reference the header of another column/row.
|
||
|
||
id X in "headers" does not reference any <th> header.
|
||
|
||
|
||
=== Highlighting
|
||
|
||
The "headers" attribute.
|
||
|
||
|
||
endif::env-github,rspecator-view[]
|