Make WordPress Core


Ignore:
Timestamp:
02/21/2012 06:34:36 AM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: add ARIA role of "navigation" to the all nav elements. Props iandstewart, see #19978.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/image.php

    r19842 r19960  
    3636                        </div><!-- .entry-meta -->
    3737
    38                         <nav id="image-navigation">
     38                        <nav id="image-navigation" role="navigation">
    3939                            <span class="previous-image"><?php previous_image_link( false, __( '&larr; Previous', 'twentytwelve' ) ); ?></span>
    4040                            <span class="next-image"><?php next_image_link( false, __( 'Next &rarr;', 'twentytwelve' ) ); ?></span>
Note: See TracChangeset for help on using the changeset viewer.