Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/21/2010 12:55:18 PM (16 years ago)
Author:
djpaul
Message:

Second pass of WAI ARIA landmark roles for BP templates. Fixes #748.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/create.php

    r3306 r3460  
    99                        <?php do_action( 'bp_before_create_group' ) ?>
    1010
    11                         <div class="item-list-tabs no-ajax" id="group-create-tabs">
     11                        <div class="item-list-tabs no-ajax" id="group-create-tabs" role="navigation">
    1212                                <ul>
    1313                                        <?php bp_group_creation_tabs(); ?>
     
    177177
    178178                                                        <?php /* The ID 'friend-list' is important for AJAX support. */ ?>
    179                                                         <ul id="friend-list" class="item-list">
     179                                                        <ul id="friend-list" class="item-list" role="main">
    180180                                                        <?php if ( bp_group_has_invites() ) : ?>
    181181
Note: See TracChangeset for help on using the changeset viewer.