Make WordPress Core


Ignore:
Timestamp:
05/10/2010 09:10:12 PM (16 years ago)
Author:
westi
Message:

Add ARIA landmark roles to TwentyTen. Fixes #13055 props demetris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/sidebar.php

    r13885 r14549  
    99?>
    1010
    11         <div id="primary" class="widget-area">
     11        <div id="primary" class="widget-area" role="complementary">
    1212            <ul class="xoxo">
    1313<?php if ( ! dynamic_sidebar( 'primary-widget-area' ) ) : // begin primary widget area ?>
     
    3636
    3737<?php if ( is_active_sidebar( 'secondary-widget-area' ) ) : // Nothing here by default and design ?>
    38         <div id="secondary" class="widget-area">
     38        <div id="secondary" class="widget-area" role="complementary">
    3939            <ul class="xoxo">
    4040                <?php dynamic_sidebar( 'secondary-widget-area' ); ?>
Note: See TracChangeset for help on using the changeset viewer.