[Dojo-checkins] [dojo] #9428: duplicate ids used in grid pages - breaks a11y validation

dojo trac at dojotoolkit.org
Wed Jun 17 12:28:56 EDT 2009


#9428: duplicate ids used in grid pages - breaks a11y validation
------------------------+---------------------------------------------------
 Reporter:  becky       |       Owner:  BryanForbes
     Type:  defect      |      Status:  new        
 Priority:  normal      |   Milestone:  1.4        
Component:  DojoX Grid  |     Version:  1.3.0      
 Severity:  normal      |    Keywords:  a11y       
------------------------+---------------------------------------------------
 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.

-- 
Ticket URL: <http://bugs.dojotoolkit.org/ticket/9428>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit


More information about the Dojo-checkins mailing list