marcodeltongo / thematic

Automatically exported from code.google.com/p/thematic
0 stars 0 forks source link

Implement WAI ARIA landmark roles in default template files #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Landmarks are a vast improvement over the rudimentary “skip to main 
content” technique employed prior to WAI-ARIA. If possible it is best to use 
these as landmarks. The presence of common, semantic, navigation landmarks 
allows each site to support the same standard and allows your assistive 
technology to provide a consistent navigation experience.

Implementing ARIA landmark roles in a child theme requires overriding 
index.php, page.php and other template files. Child themes could be a lot 
simpler if this was implemented in the default templates.

For more information see: 
http://www.paciellogroup.com/blog/2010/10/using-wai-aria-landmark-roles/

Aria Landmark roles are already implemented in many other themes (e.g. twenty 
ten).

Original issue reported on code.google.com by peter.kr...@gmail.com on 28 Mar 2011 at 3:10

GoogleCodeExporter commented 9 years ago
A patch that implements the basic roles; main, contentinfo, search, banner in 
the current version.

Original comment by peter.kr...@gmail.com on 28 Mar 2011 at 3:51

Attachments:

GoogleCodeExporter commented 9 years ago
If Thematic's doctype changes this may be considered. Thanks

Original comment by eugene.m...@gmail.com on 17 Jan 2012 at 8:37