Make WordPress Core

Changeset 47075


Ignore:
Timestamp:
01/16/2020 03:42:38 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Accessibility: Login and Registration: Add a role="main" landmark to the container div in wp-signup.php.

Props SteelWagstaff, audrasjb.
Fixes #48657.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-signup.php

    r47074 r47075  
    8787?>
    8888<div id="signup-content" class="widecolumn">
    89 <div class="mu_register wp-signup-container">
     89<div class="mu_register wp-signup-container" role="main">
    9090<?php
    9191/**
Note: See TracChangeset for help on using the changeset viewer.