Actions
Story #75595
closedEpic #75594: Accessibility fsc: Render content compliant to WCAG 2.0
Render tables compliant to WCAG 2.0
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid Styled Content
Target version:
-
Start date:
2016-04-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Sprint Focus:
Description
The table-description is rendered in table-summary, title or aria-described by-attribute.
Currently there is a field description which is not rendered at all. The position is on the extended tab, which is not editor friendly.
- The description should be rendered in the summary attribute
- The field should move to the general tab and should be below the table caption.
Technical Description / Additional Information:
Rules in WCAG 2.0. 1.3.1
https://www.w3.org/WAI/WCAG20/quickref/?showtechniques=11%2C111%2C246#content-structure-separation-programmatic
https://www.w3.org/WAI/tutorials/tables/
Some other rules concerning tables in WCAG 2.0 are not relevant currently since complex tables are not possible with core yet.
Actions