Issue Details (XML | Word | Printable)

Key: MDL-7873
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Yu Zhang
Reporter: Martin Dougiamas
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-7860

Table layouts ordered linearly

Created: 11/Dec/06 03:17 PM   Updated: 19/Dec/06 03:12 PM
Return to search
Component/s: Accessibility
Affects Version/s: 1.7
Fix Version/s: 1.8

Participants: Martin Dougiamas and Yu Zhang
Security Level: None
Resolved date: 19/Dec/06
Affected Branches: MOODLE_17_STABLE
Fixed Branches: MOODLE_18_STABLE


 Description  « Hide
Where tables are used for layout, ensure that the content of the table is comprehensible even when this table is linearised, and use the elements an attributes of a table complying with the defined semantic value in the specific markup language used.

WCAG 1.0 References: 5.3, 5.4
Sec. 508 References: None

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Yu Zhang added a comment - 19/Dec/06 03:12 PM
Added col scopes to all existing <th>s so that when tables are read in linearized form, table headers are repeated to help users make sense of the data.