Opened 12 years ago
Closed 12 years ago
#9428 closed defect (fixed)
[patch] [ccla] duplicate ids used in grid pages - breaks a11y validation
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.3.0 |
Keywords: | a11y | Cc: | |
Blocked By: | Blocking: |
Description
One of the requirements of Web Content Accessibility Guidelines (WCAG) 2.0 is that the content parses properly and there are no duplicate ids. The pages within the grid Views are created with duplicate ids. The id's are (grid.id)_page_(pageIndex). There is no scoping of the page to the view in which it is contained. Either the page id needs to be scoped to the parent View or the pages need no id.
I searched the code and do not see where the page id's are used.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | 9428.patch added |
---|
comment:1 Changed 12 years ago by
Owner: | changed from Bryan Forbes to Becky Gibson |
---|---|
Summary: | duplicate ids used in grid pages - breaks a11y validation → [patch] [ccla] duplicate ids used in grid pages - breaks a11y validation |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in [18456] - I can never seem to get the comments right - arggh!
Note: See
TracTickets for help on using
tickets.
removes the id assigned to the page div