Make WordPress Core

Changeset 59912


Ignore:
Timestamp:
03/03/2025 08:20:47 PM (11 months ago)
Author:
joedolson
Message:

Bundled Themes: Twenty Twelve: Move skip link to top of body.

Move the skip link to the top of the body content, so it is the first focusable item on the page.

Props joedolson, sabernhardt, abcd95, vgnavada, shailu25.
Fixes #62892.

File:
1 edited

Legend:

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

    r59907 r59912  
    3535<?php wp_body_open(); ?>
    3636<div id="page" class="hfeed site">
     37    <a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
    3738    <header id="masthead" class="site-header">
    3839        <hgroup>
     
    4445        <nav id="site-navigation" class="main-navigation">
    4546            <button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button>
    46             <a class="assistive-text" href="#content"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
    4747            <?php
    4848            wp_nav_menu(
Note: See TracChangeset for help on using the changeset viewer.