Making WordPress.org


Ignore:
Timestamp:
02/10/2015 10:16:17 PM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Make sure all links inside the modal are focusable.

We will probably have to revisit this once we're done rearranging the modal,
but this should only be a matter of identifing the first and last focusable
element.

See http://make.wordpress.org/themes/2015/02/05/test-the-new-theme-directory/#comment-40899
Fixes #854.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php

    r1240 r1249  
    6767                            <span class="counter-bar" style="width: <?php echo 92 * ( $rate_count / $theme->num_ratings ); ?>px;"></span>
    6868                        </span>
     69                        <span class="counter-count"><?php echo $rate_count; ?></span>
    6970                    </a>
    70                     <span class="counter-count"><?php echo $rate_count; ?></span>
    7171                </div>
    7272                <?php
Note: See TracChangeset for help on using the changeset viewer.