Make WordPress Core

Changeset 52013


Ignore:
Timestamp:
11/04/2021 06:16:46 PM (5 years ago)
Author:
hellofromTonya
Message:

Bundled Themes: Remove the "role" attribute on HTML elements with a default landmark role.

With IE11 no longer supported, the primary problem with assistive technology support for native HTML5 elements no longer applies.

This commit removes the role attribute from the following HTML5 elements with default landmark roles, per formerly required role attributes and W3C.

Follow-up to [17669], [21261], [23452], [24832], [29892], [38833], [40851], [43842], [46271], [49216].

Props costdev, craigfrancis, joedolson, mukesh27, ryokuhi, sabernhardt.
Fixes #54079.

Location:
trunk/src/wp-content/themes
Files:
49 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/footer.php

    r45604 r52013  
    1313        </div><!-- #main -->
    1414
    15         <footer id="colophon" role="contentinfo">
     15        <footer id="colophon">
    1616
    1717                        <?php
  • trunk/src/wp-content/themes/twentyeleven/header.php

    r51967 r52013  
    7777<?php wp_body_open(); ?>
    7878<div id="page" class="hfeed">
    79         <header id="branding" role="banner">
     79        <header id="branding">
    8080                        <hgroup>
    8181                                <h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
  • trunk/src/wp-content/themes/twentyfifteen/404.php

    r30896 r52013  
    1111
    1212        <div id="primary" class="content-area">
    13                 <main id="main" class="site-main" role="main">
     13                <main id="main" class="site-main">
    1414
    1515                        <section class="error-404 not-found">
  • trunk/src/wp-content/themes/twentyfifteen/archive.php

    r47122 r52013  
    2020
    2121        <section id="primary" class="content-area">
    22                 <main id="main" class="site-main" role="main">
     22                <main id="main" class="site-main">
    2323
    2424                <?php if ( have_posts() ) : ?>
  • trunk/src/wp-content/themes/twentyfifteen/footer.php

    r45609 r52013  
    1313        </div><!-- .site-content -->
    1414
    15         <footer id="colophon" class="site-footer" role="contentinfo">
     15        <footer id="colophon" class="site-footer">
    1616                <div class="site-info">
    1717                        <?php
  • trunk/src/wp-content/themes/twentyfifteen/header.php

    r48290 r52013  
    2828
    2929        <div id="sidebar" class="sidebar">
    30                 <header id="masthead" class="site-header" role="banner">
     30                <header id="masthead" class="site-header">
    3131                        <div class="site-branding">
    3232                                <?php
  • trunk/src/wp-content/themes/twentyfifteen/image.php

    r48782 r52013  
    1111
    1212        <div id="primary" class="content-area">
    13                 <main id="main" class="site-main" role="main">
     13                <main id="main" class="site-main">
    1414
    1515                        <?php
  • trunk/src/wp-content/themes/twentyfifteen/index.php

    r47122 r52013  
    1818
    1919        <div id="primary" class="content-area">
    20                 <main id="main" class="site-main" role="main">
     20                <main id="main" class="site-main">
    2121
    2222                <?php if ( have_posts() ) : ?>
  • trunk/src/wp-content/themes/twentyfifteen/page.php

    r42343 r52013  
    1515
    1616        <div id="primary" class="content-area">
    17                 <main id="main" class="site-main" role="main">
     17                <main id="main" class="site-main">
    1818
    1919                <?php
  • trunk/src/wp-content/themes/twentyfifteen/search.php

    r45932 r52013  
    1111
    1212        <section id="primary" class="content-area">
    13                 <main id="main" class="site-main" role="main">
     13                <main id="main" class="site-main">
    1414
    1515                <?php if ( have_posts() ) : ?>
  • trunk/src/wp-content/themes/twentyfifteen/single.php

    r47122 r52013  
    1111
    1212        <div id="primary" class="content-area">
    13                 <main id="main" class="site-main" role="main">
     13                <main id="main" class="site-main">
    1414
    1515                <?php
  • trunk/src/wp-content/themes/twentyfourteen/footer.php

    r45609 r52013  
    1313                </div><!-- #main -->
    1414
    15                 <footer id="colophon" class="site-footer" role="contentinfo">
     15                <footer id="colophon" class="site-footer">
    1616
    1717                        <?php get_sidebar( 'footer' ); ?>
  • trunk/src/wp-content/themes/twentyfourteen/header.php

    r51967 r52013  
    4242        <?php endif; ?>
    4343
    44         <header id="masthead" class="site-header" role="banner">
     44        <header id="masthead" class="site-header">
    4545                <div class="header-main">
    4646                        <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
  • trunk/src/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php

    r46827 r52013  
    1010if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
    1111
    12         <aside class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Footer', 'twentynineteen' ); ?>">
     12        <aside class="widget-area" aria-label="<?php esc_attr_e( 'Footer', 'twentynineteen' ); ?>">
    1313                <?php
    1414                if ( is_active_sidebar( 'sidebar-1' ) ) {
  • trunk/src/wp-content/themes/twentyseventeen/404.php

    r46827 r52013  
    1515<div class="wrap">
    1616        <div id="primary" class="content-area">
    17                 <main id="main" class="site-main" role="main">
     17                <main id="main" class="site-main">
    1818
    1919                        <section class="error-404 not-found">
  • trunk/src/wp-content/themes/twentyseventeen/archive.php

    r47122 r52013  
    2525
    2626        <div id="primary" class="content-area">
    27                 <main id="main" class="site-main" role="main">
     27                <main id="main" class="site-main">
    2828
    2929                <?php
  • trunk/src/wp-content/themes/twentyseventeen/footer.php

    r51967 r52013  
    1717                </div><!-- #content -->
    1818
    19                 <footer id="colophon" class="site-footer" role="contentinfo">
     19                <footer id="colophon" class="site-footer">
    2020                        <div class="wrap">
    2121                                <?php
  • trunk/src/wp-content/themes/twentyseventeen/front-page.php

    r48782 r52013  
    1616
    1717<div id="primary" class="content-area">
    18         <main id="main" class="site-main" role="main">
     18        <main id="main" class="site-main">
    1919
    2020                <?php
  • trunk/src/wp-content/themes/twentyseventeen/header.php

    r48290 r52013  
    2828        <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyseventeen' ); ?></a>
    2929
    30         <header id="masthead" class="site-header" role="banner">
     30        <header id="masthead" class="site-header">
    3131
    3232                <?php get_template_part( 'template-parts/header/header', 'image' ); ?>
  • trunk/src/wp-content/themes/twentyseventeen/index.php

    r47122 r52013  
    3030
    3131        <div id="primary" class="content-area">
    32                 <main id="main" class="site-main" role="main">
     32                <main id="main" class="site-main">
    3333
    3434                        <?php
  • trunk/src/wp-content/themes/twentyseventeen/page.php

    r47122 r52013  
    2020<div class="wrap">
    2121        <div id="primary" class="content-area">
    22                 <main id="main" class="site-main" role="main">
     22                <main id="main" class="site-main">
    2323
    2424                        <?php
  • trunk/src/wp-content/themes/twentyseventeen/search.php

    r47122 r52013  
    2929
    3030        <div id="primary" class="content-area">
    31                 <main id="main" class="site-main" role="main">
     31                <main id="main" class="site-main">
    3232
    3333                <?php
  • trunk/src/wp-content/themes/twentyseventeen/sidebar.php

    r46827 r52013  
    1616?>
    1717
    18 <aside id="secondary" class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Blog Sidebar', 'twentyseventeen' ); ?>">
     18<aside id="secondary" class="widget-area" aria-label="<?php esc_attr_e( 'Blog Sidebar', 'twentyseventeen' ); ?>">
    1919        <?php dynamic_sidebar( 'sidebar-1' ); ?>
    2020</aside><!-- #secondary -->
  • trunk/src/wp-content/themes/twentyseventeen/single.php

    r47122 r52013  
    1515<div class="wrap">
    1616        <div id="primary" class="content-area">
    17                 <main id="main" class="site-main" role="main">
     17                <main id="main" class="site-main">
    1818
    1919                        <?php
  • trunk/src/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php

    r46827 r52013  
    1616        ?>
    1717
    18         <aside class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Footer', 'twentyseventeen' ); ?>">
     18        <aside class="widget-area" aria-label="<?php esc_attr_e( 'Footer', 'twentyseventeen' ); ?>">
    1919                <?php
    2020                if ( is_active_sidebar( 'sidebar-2' ) ) {
  • trunk/src/wp-content/themes/twentysixteen/404.php

    r40851 r52013  
    1111
    1212        <div id="primary" class="content-area">
    13                 <main id="main" class="site-main" role="main">
     13                <main id="main" class="site-main">
    1414
    1515                        <section class="error-404 not-found">
  • trunk/src/wp-content/themes/twentysixteen/archive.php

    r47122 r52013  
    2020
    2121        <div id="primary" class="content-area">
    22                 <main id="main" class="site-main" role="main">
     22                <main id="main" class="site-main">
    2323
    2424                <?php if ( have_posts() ) : ?>
  • trunk/src/wp-content/themes/twentysixteen/footer.php

    r51967 r52013  
    1313                </div><!-- .site-content -->
    1414
    15                 <footer id="colophon" class="site-footer" role="contentinfo">
     15                <footer id="colophon" class="site-footer">
    1616                        <?php if ( has_nav_menu( 'primary' ) ) : ?>
    1717                                <nav class="main-navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>">
  • trunk/src/wp-content/themes/twentysixteen/header.php

    r51967 r52013  
    2828                <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentysixteen' ); ?></a>
    2929
    30                 <header id="masthead" class="site-header" role="banner">
     30                <header id="masthead" class="site-header">
    3131                        <div class="site-header-main">
    3232                                <div class="site-branding">
  • trunk/src/wp-content/themes/twentysixteen/image.php

    r48782 r52013  
    1111
    1212        <div id="primary" class="content-area">
    13                 <main id="main" class="site-main" role="main">
     13                <main id="main" class="site-main">
    1414
    1515                        <?php
  • trunk/src/wp-content/themes/twentysixteen/index.php

    r47122 r52013  
    1818
    1919        <div id="primary" class="content-area">
    20                 <main id="main" class="site-main" role="main">
     20                <main id="main" class="site-main">
    2121
    2222                <?php if ( have_posts() ) : ?>
  • trunk/src/wp-content/themes/twentysixteen/page.php

    r47122 r52013  
    1515
    1616<div id="primary" class="content-area">
    17         <main id="main" class="site-main" role="main">
     17        <main id="main" class="site-main">
    1818                <?php
    1919                // Start the loop.
  • trunk/src/wp-content/themes/twentysixteen/search.php

    r45932 r52013  
    1111
    1212        <section id="primary" class="content-area">
    13                 <main id="main" class="site-main" role="main">
     13                <main id="main" class="site-main">
    1414
    1515                <?php if ( have_posts() ) : ?>
  • trunk/src/wp-content/themes/twentysixteen/sidebar-content-bottom.php

    r40851 r52013  
    1414// If we get this far, we have widgets. Let's do this.
    1515?>
    16 <aside id="content-bottom-widgets" class="content-bottom-widgets" role="complementary">
     16<aside id="content-bottom-widgets" class="content-bottom-widgets">
    1717        <?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
    1818                <div class="widget-area">
  • trunk/src/wp-content/themes/twentysixteen/sidebar.php

    r42343 r52013  
    1010
    1111<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
    12         <aside id="secondary" class="sidebar widget-area" role="complementary">
     12        <aside id="secondary" class="sidebar widget-area">
    1313                <?php dynamic_sidebar( 'sidebar-1' ); ?>
    1414        </aside><!-- .sidebar .widget-area -->
  • trunk/src/wp-content/themes/twentysixteen/single.php

    r47122 r52013  
    1111
    1212<div id="primary" class="content-area">
    13         <main id="main" class="site-main" role="main">
     13        <main id="main" class="site-main">
    1414                <?php
    1515                // Start the loop.
  • trunk/src/wp-content/themes/twentythirteen/footer.php

    r45609 r52013  
    1212
    1313                </div><!-- #main -->
    14                 <footer id="colophon" class="site-footer" role="contentinfo">
     14                <footer id="colophon" class="site-footer">
    1515                        <?php get_sidebar( 'main' ); ?>
    1616
  • trunk/src/wp-content/themes/twentythirteen/header.php

    r51967 r52013  
    3434        <?php wp_body_open(); ?>
    3535        <div id="page" class="hfeed site">
    36                 <header id="masthead" class="site-header" role="banner">
     36                <header id="masthead" class="site-header">
    3737                        <a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    3838                                <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1>
  • trunk/src/wp-content/themes/twentytwelve/header.php

    r51967 r52013  
    3535<?php wp_body_open(); ?>
    3636<div id="page" class="hfeed site">
    37         <header id="masthead" class="site-header" role="banner">
     37        <header id="masthead" class="site-header">
    3838                <hgroup>
    3939                        <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
  • trunk/src/wp-content/themes/twentytwenty/404.php

    r50933 r52013  
    1111?>
    1212
    13 <main id="site-content" role="main">
     13<main id="site-content">
    1414
    1515        <div class="section-inner thin error404-content">
  • trunk/src/wp-content/themes/twentytwenty/footer.php

    r48992 r52013  
    1313
    1414?>
    15                         <footer id="site-footer" role="contentinfo" class="header-footer-group">
     15                        <footer id="site-footer" class="header-footer-group">
    1616
    1717                                <div class="section-inner">
  • trunk/src/wp-content/themes/twentytwenty/header.php

    r51967 r52013  
    3131                ?>
    3232
    33                 <header id="site-header" class="header-footer-group" role="banner">
     33                <header id="site-header" class="header-footer-group">
    3434
    3535                        <div class="header-inner section-inner">
  • trunk/src/wp-content/themes/twentytwenty/index.php

    r50933 r52013  
    1818?>
    1919
    20 <main id="site-content" role="main">
     20<main id="site-content">
    2121
    2222        <?php
  • trunk/src/wp-content/themes/twentytwenty/singular.php

    r46827 r52013  
    1313?>
    1414
    15 <main id="site-content" role="main">
     15<main id="site-content">
    1616
    1717        <?php
  • trunk/src/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php

    r51967 r52013  
    8787                        <?php if ( $has_sidebar_1 || $has_sidebar_2 ) { ?>
    8888
    89                                 <aside class="footer-widgets-outer-wrapper" role="complementary">
     89                                <aside class="footer-widgets-outer-wrapper">
    9090
    9191                                        <div class="footer-widgets-wrapper">
  • trunk/src/wp-content/themes/twentytwenty/templates/template-cover.php

    r46827 r52013  
    1212?>
    1313
    14 <main id="site-content" role="main">
     14<main id="site-content">
    1515
    1616        <?php
  • trunk/src/wp-content/themes/twentytwentyone/footer.php

    r49826 r52013  
    1919        <?php get_template_part( 'template-parts/footer/footer-widgets' ); ?>
    2020
    21         <footer id="colophon" class="site-footer" role="contentinfo">
     21        <footer id="colophon" class="site-footer">
    2222
    2323                <?php if ( has_nav_menu( 'footer' ) ) : ?>
  • trunk/src/wp-content/themes/twentytwentyone/header.php

    r49826 r52013  
    3030        <div id="content" class="site-content">
    3131                <div id="primary" class="content-area">
    32                         <main id="main" class="site-main" role="main">
     32                        <main id="main" class="site-main">
  • trunk/src/wp-content/themes/twentytwentyone/template-parts/header/site-header.php

    r49994 r52013  
    1414?>
    1515
    16 <header id="masthead" class="<?php echo esc_attr( $wrapper_classes ); ?>" role="banner">
     16<header id="masthead" class="<?php echo esc_attr( $wrapper_classes ); ?>">
    1717
    1818        <?php get_template_part( 'template-parts/header/site-branding' ); ?>
Note: See TracChangeset for help on using the changeset viewer.